Skip to main content

Static Website Generators

·170 words·1 min

Info

This post was imported from a personal note. It may contain inside jokes, streams of consciousness, errors, and other nonsense.

  • Jekyll - Ruby. Don’t really want to go there.
  • Hugo - Go. Could go there. Most popular (73k stars). It’s very fast.
  • Pelican - Python. Would like to go there. But it’s not very popular (12k stars).
  • 11ty - Node.js. I’m already there. Not very popular (11k stars)
  • Gatsby - Node.js + React. I used to use React and it’d be good to have. Very popular (55k stars).

Did a little bit of reading. Go’s templating is apparently a little different but all-in-all Hugo is simpler than Gatsby and should be easier to maintain. Sounds alright to me.

What am I actually putting there? I mean, I wasn’t planning on doing this now… I just noticed my domain doesn’t have anything there while setting up my email addy. I think previously it just redirected to Instagram so.

  • Document old projects
  • Include some of the notes from this Evernote Devlog?