logoalt Hacker News

Minimum Viable Blog

340 pointsby jlundbergyesterday at 9:08 AM163 commentsview on HN

Comments

tomalaciyesterday at 10:48 AM

I've been wondering what is the benefit of putting up your own web server or scripts to serve your static content when you could put it in a Github repo or serve from something like S3?

The nice thing about latter is that the bandwidth, DDoS or other load-related issues aren't that much of a problem. Server maintenance also isn't a problem as you don't have any.

show 3 replies
jlundbergyesterday at 9:54 AM

Doing it easy for yourself and get quicker to the content is the way to go.

thenthenthenyesterday at 11:01 AM

Auto-index with header.html and some js for me

_dain_yesterday at 5:32 PM

        html_content = html_content.replace('Minimum viable blog', title)
Did this originally say

        html_content = html_content.replace('{{ title }}', title)
And then you ran it?

Sanitize your strings!

Igor_Wiwiyesterday at 11:04 AM

your blog has 1 big problem - no SEO optimization, meaning that after spike of visitors from HN today, it will disappear in Google void after couple of days, meaning no visitors in the future, no mentions from ChatGPT, etc. It's most common problem for all self-hosted blog engines, though idea I like that main idea of minimalist blogs (I am using Bear blog by myself).

show 2 replies
rodolphoarrudayesterday at 11:48 PM

Thank you for putting the effort to keep the open web alive, especially by sharing this simple though effective tool. I use Wordpress and like it. I learned to enjoy using it when I stopped reading "pros & cons" bulleted lists about it.

38yesterday at 1:41 PM

> Tired, so ask O1 for a render.py script

Groan

froggertoasteryesterday at 2:47 PM

I feel like the first MVB was Maddox - too bad he fell way off.

GaggiXyesterday at 10:42 AM

I was thinking, another thing you could probably easily add is optimizing the images for web delivery, in your first article there are quite large jpgs.

revskillyesterday at 10:13 AM

The hardest part is the DevOps part where you need to find out reliable host, how to deploy, CI/CD and all the server-related stuff if you want maximum customization.

owzkshfjsekuiyesterday at 10:40 AM

good idea .... for ipfs

balazs4yesterday at 9:56 AM

yes.

VoodooJuJuyesterday at 1:14 PM

[dead]

yawpitchyesterday at 10:19 AM

Dear god the bugs in that Python…

vemomyesterday at 10:06 AM

I'm more of a WordPress guy. Click "install wordpress". When I need something I add a plugin. No code required.

show 1 reply