RSSAmplifier

Blog

~jwcook

jwcook - blog

jwcook.devRSS feed ↗2 posts

Latest posts

Website Setup Part 1: Sphinx Building Blocks

Website Setup Part 1: Sphinx Building Blocks ¶ Tags: web , code Posted 2024-10-01 For my first few posts here, I’d like to write about the tools used to build this site. This won’t be a tutorial, since there are plenty of great ones already out there! I will focus less on how to do it and more on how it works , and in a little more detail than necessary. Purpose ¶ Why? Because this is stuff I wish…

Website Setup Part 0: Intro

Website Setup Part 0: Intro ¶ Tags: web , ramble Posted 2024-08-02 Updated 2024-08-04 Time to boot up this blog! Furious typing noises ¶ sudo systemctl start blog Hmm, that wasn’t it, let’s try sudo update-rc.d blogd defaults Maybe I’m missing some headers? ./configure && make blog.so What a mess. What if I just python -c "import blog; blog.run()" Okay, not that either. How about docker run -it…