What is this website?

This is made using a static site generator.

What is a static site generator (SSG)?

According to wikipedia, it's software that turns markdown files into webpages. I use zola, but there are more than a few that get the job done.

What is a static site?

A static website, as opposed to a dynamic website, will always load the same way every time. There's no trackers or anything to change what you see based on your history, location, etc. They also load very quickly, since there's so little to render.

How does it work?

  1. You create markdown files.

  2. The SSG uses templates to parse how to layout the website.

  3. You push any changes and a fresh build of your website is made.

  4. The site is deployed and can be visited by anyone.

Obviously, slightly more complicated than that but you get the gist. I'll write up a how-to on how I accomplished this myself. If it's 2027 and you're still seeing this, feel free to yell at me.

What's markdown?

It's a common, simple markup language for formatting text. It's more involved than using a regular text editor, but is a lot less work than coding it yourself.

Benefits

Are SSGs good for SEO?

I'll be honest, I don't know or care. Supposedly, yes but I'm so far removed from how that works. Instead, I'd rather use word of mouth and webrings.