how this blog is written

the entries are written in markdown, which you can read about [here[(http://daringfireball.net/projects/markdown/syntax)]. It lets me write really fast, and not think about styling at all. It's a few inline codes, such as '###' for the headers that break this text ('pelican and compiling...')

writing in markdown lets me focus on the few elements i need, a couple of headers, blockquotes, lists and links. That's about it.

here's what it looks like writing-wise:

this article in markdown

pelican and compiling html

so i write all this in markdown form, which is super efficient, and then after writing it, after setting the "Wherein:" section to be the little text that interleaves the entries on the archive page, i compile it with pelican. To compile is to take things in one form, and turn them into another form, to take markdown documents and turn them into html pages.

to do that i open a Terminal program and type 'pp' - which is an alias for 'pelican content -s publishconf.py'

that compiles all the markdown files to HTML, then i push them to git and then pull them to the live site.

it's geeky, but it works fast and it's fun.


Comments

Share on: TwitterFacebookGoogle+Email