Skip to content
This day’s portion

Next Gen Static Blogging

Next Gen Static Blogging

Harumph. Another zealous approach to (absolutely no)tooling when building a blog. This one removes the need to use p tags when you’re handcoding HTML pages by… removing p tags altogether. Then use CSS to insert line breaks in your prose. This is the first time I’ve seen the single most common semantic element removed from a document in the name of developer/author convenience.

Just use Markdown. If you want to keep absolutely tool-free when publishing, write your article in a Markdown editor and export the text to HTML. Copy and paste into your HTML document. If all Markdown editors disappear from the face of the earth in 2029, then go back to handcrafting your HTML.

But. I have a seemingly simple set of dependencies for publishing this site – you could describe it as a group of text files that are fed through a compiler that generates static HTML. Yet, when you break it down to a list of Ruby gems, Jekyll itself, Github, Netlify etc. it looks a bit more fragile. I can only imagine the terror some NPM-dependent site owners experience in the middle of the night.

By Maximilian Mackh. Originally published 09/01/21.

Liked this?

Consider subscribing to the RSS feed. That way, you’ll get notified whenever I post anything new. If you’re not sure about RSS feeds, I wrote a guide to RSS.

https://www.thisdaysportion.com/links/2021-01-13-next-gen-static-blogging

Previous link

Next link

Comments

Add a comment

Required fields marked * I won’t publish or share your email address. Privacy statement.

Comments are moderated and won’t appear straight away. Subscribe to the comments feed to see when new comments are published.