Skip to content

Commit a171200

Browse files
Add note about lustre_ssg to blog article
1 parent a9d65df commit a171200

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

blog/blog-in-gleam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ $ cd blog
4343
$ gleam add lustre simplifile filepath
4444
```
4545

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+
4651
Since we're building a static website, our Gleam code only gets run at build time.
4752
Once we're viewing it in browser, it's just static HTML, CSS and other files.
4853

0 commit comments

Comments
 (0)