Fabulous Static Site Generators
What are Static Site Generators → The Wikipedia Article.
You can then also have a look at the following list for inspiration:
I've listed below my favorite SSG (Static Site Generators):
- Zola, written in Rust, very fast, relavitely easy to use. I use it for this website, and it has served me well.
- Eleventy, written in Javascript, also quite fast, you need to learn JS to be able to build something with this. It is however very very VERY extensible, lots of template languages to choose from etc.
- Zine SSG, written in Zig, in alpha version as of time of writing, should be VERRRRY fast, probably in the ballpark of zola. Implements it's own templating language and style using custom html tags, it's own markdown superset that makes it more extensible. I'm very curious to see where this goes.