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

submitted by lemmyreader edited

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

Reading this blog post made my day :)

Log in to comment

5 Comments

Bene7rddso

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

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

I love it 🐧

mvirts

🎉 man, this is awesome

wanghis_khan , edited

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