We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d65df commit a171200Copy full SHA for a171200
blog/blog-in-gleam.md
@@ -43,6 +43,11 @@ $ cd blog
43
$ gleam add lustre simplifile filepath
44
```
45
46
+**Note**: You can also use [`lustre_ssg`](https://hexdocs.pm/lustre_ssg) for
47
+this, as I did when I started out. I ended up switching to a custom build
48
+system as it gave me more flexibility, and it's about the same amount of code so
49
+I decided to show that here instead.
50
+
51
Since we're building a static website, our Gleam code only gets run at build time.
52
Once we're viewing it in browser, it's just static HTML, CSS and other files.
53
0 commit comments