DEV Community

Håkan Fahlstedt
Håkan Fahlstedt

Posted on

1

YPSKA #7 Static site generators

Following up on yesterday's post about the JAM Stack, today I'm talking about static site generators. I've already mentioned one of these generators, Next.js.

Static site generators takes some definitions of a site and renders it into a static site that doesn't have any dynamic parts, i.e it is not dependent of a ASP.NET, node etc back ends. It could be run just out of basically any storage.

A common scenario for this is a blog. You add posts in, for instance, a GitHub-repo, and then run the generator to add links etc to the newly created page.

You usually crate new pages/blog posts using Markdown, a simplified mark up language to describe text layout (I'll probably do a post about that).

There's a great site listing all kinds of different static site generators.

Why don't you try out a site generator in your next project?

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay