Serving my blog posts as Linux manual pages | James' Coffee Blog

https://jamesg.blog/2024/02/29/linux-manual-pages/

Reading this blog post made my day :)

125 points · 5 comments · view on lemmy.world

5 Comments

Bene7rddso@feddit.de · 12 pts · 2y

If you want to read thos as a manpage, the command is

curl -sL -H "Accept: text/roff" https://jamesg.blog/2024/02/29/linux-manual-pages/ > post.page && man ./post.page
RegalPotoo@lemmy.world · 10 pts · 2y

This is neat. I've played about with the idea of doing something similar, but embedding the result in a minimal Linux image built for some esoteric CPU and emulating it in the browser using something like JSLinux

halm@leminal.space · 7 pts · 2y

I love it 🐧

wanghis_khan@lemmy.ml · 2 pts · 2y

love seeing passion projects made seemingly just for the hell of it

mvirts@lemmy.world · 2 pts · 2y

🎉 man, this is awesome