This is the repo for my blog, The Philosopher Developer.
The site is hosted on Netlify. I use Disqus for comments and ShareThis for the social sharing buttons (Twitter, etc.) on each post. (Incidentally, if you know of a better sharing product, let me know! I'm really not a huge fan of ShareThis, mainly because I feel like it slows down page loads significantly. But I'm also too lazy to fiddle with those buttons myself.)
The content of the posts themselves is all in source/posts. Each post is written in Markdown and rendered using Python Markdown, with Pygments for syntax highlighting and Jinja for HTML templates.
Mostly, I keep the blog focused on higher-level discussions about software and/or philosophy, though a lot of my earlier posts were much more technical. I also have a website at danieltao.com with other random thoughts, ideas, and opinions.
Follow me on Twitter or subscribe to the RSS feed if you want updates whenever I write a new post.
I think that about covers it.
pip install -r requirements.dev.txt
honcho start
The site will be accessible at http://localhost:8080