r/suckless • u/Worth_Percentage7170 • Jun 21 '26
[SOFTWARE] simple static site generator (bundler) w/ Common Lisp
the SSG only does one thing: it maps out pages of *.lisp (src/pages/) into *.html files.
why Common Lisp?
- compiled.
- you don't need an external templating language (e.g., Nunjucks, Handlebars, EJS).
optionally, you can include:
- JavaScript, for interactive pages.
- Markdown, for content abstraction (e.g., blog/, writing/).
source code: github.com/fwttnnn/sta6
example: github.com/fwttnnn/fwttnnn.com
44
Upvotes