Personally, I used Jekyll for a while before switching to a simple Makefile based approach. I write everything in Markdown, which gets compiled via Pandoc, concatenated with a header and footer. I also recently started using pygments to generate colorized inline HTML to syntax highlight code blocks. If anyone is interested, I wrote up the process[1], although I have not updated the post with the pygments script yet.…
I do something similar, except with a `bash` script and hand writing the titles + dates. I thought about automating that, but work in different time zones so prefer to choose. One thing I might have of interest to you is a small DNT (DoNotTrack) JS file [1] and some CSS that adds some visual markdown features to the page after the fact [2]. P.S. Your output looks like it's missing ` ` and other tags? And how are you…
I am unclear on your dnt script? What does it do? I don't have any facilities on my site to track users at all as it stands.
I will probably be mooching parts of your CSS though, thanks for posting it here!
Edit: you are correct, I seem to have forgotten to include tags... I should probably fix that.
[1] https://gist.github.com/charlesdaniels/ac5fa6e3e77aef5ff5c85...