Live data from Hacker News

I Blog with Raw HTML

devpoga.org

11–20 of 137 posts

Re: I Blog with Raw HTML

#15
> However, even a static site generator will deprecate some features one day

No? You don't need to upgrade to the version that deprecates. Besides, what features are you using with such a simple blog the are at risk?

Re: I Blog with Raw HTML

#16
> the longest lived one is based on hugo

Upgrading hugo is not straightforward due to the backward incompatibility changes. Too much changes to care for a static generator.

Re: I Blog with Raw HTML

#18

I recommend you https://nucelo.com . Open source minimal blog platform. Everything you want is included, rss or newsletter. I pay $4 per month. I used raw html for a while, then I switched to this platform.

[deleted]

Re: I Blog with Raw HTML

#19

If plaintext blogging fits your vibe and you’ve not yet heard of it, be sure to check out the gemini:// protocol. An overview of the protocol, proxied from Gemini to HTTP, available here: https://geminiprotocol.net/

See also this review/critique from the cURL author, especially if you’re going to implement it yourself. Particularly around certificate handling and URL parsing, there’s a lot of underacknowleded complexity in Gemini.

https://daniel.haxx.se/blog/2023/05/28/the-gemini-protocol-s...

Re: I Blog with Raw HTML

#20

> the longest lived one is based on hugo Upgrading hugo is not straightforward due to the backward incompatibility changes. Too much changes to care for a static generator.

That's one thing I did realize over the last year. It is not a huge work but still some work, especially, as you wait for themes to upgrade themselves with the newer version of Hugo.
Post reply on HN