Live data from Hacker News

Ask HN: Bloggers, how do you manage your content?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Bloggers, how do you manage your content?

#14
post #3

I use a Static Site Generator (SSG) regularly. You will have wysiwyg when you develop locally. Here's an overview over some tools: http://staticgen.com/

I see, yeah I use Next.js pretty regularly, you mean on hot reload then? You still need to write your content as Markdown or something else, right? I feel the editors of Substack give some nice features like shortcuts for bold, italics. What do you do about that?

You can use nextjs to statically generate a whole site, or incrementally regenerate it for slowly changing parts.
Post reply on HN