summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-21style: give the h1 elements a background colorLuke Shumaker
2013-12-21fiddle with the appearanceLuke Shumaker
2013-12-17pandoc.rb: remove extra tabLuke Shumaker
2013-12-17arch-systemd: fix multi-paragraph footnote for pandocLuke Shumaker
2013-12-06assets/style.css: use sans-serif for all headings, not just h1Luke Shumaker
2013-12-06bash-arrays: 2013-12-06 update: When it's ok to not quote arraysLuke Shumaker
2013-11-25emacs-as-an-os: fix typoLuke Shumaker
2013-11-24do proper breadcrumbsLuke Shumaker
2013-11-24underline links on hoverLuke Shumaker
2013-11-24undo the background highlight on link hoverLuke Shumaker
2013-11-24add some more CSSLuke Shumaker
2013-11-24emacs-shells: (formatting) promote each shell name to a proper headingLuke Shumaker
2013-11-24bash-arrays: reword the sentence about what `--` doesLuke Shumaker
2013-11-24Switch from rdiscount to Pandoc.Luke Shumaker
But, I am still using ERB for the templating; I wrote my own Ruby Pandoc bindings because pandoc-ruby sucks; it has more code but does less. This was slightly painful, as I had to switch all of the articles from my hacked-on metadata format to Pandoc's format.
2013-10-14remove extra newlines from pacman-overviewLuke Shumaker
2013-10-14pacman-overview: s/pacaman/pacman/Luke Shumaker
2013-10-14fix mistake in one of the examples in bash-arraysLuke Shumaker
2013-10-14lighten up the teletype background to a light blueLuke Shumaker
2013-10-13spell checkLuke Shumaker
2013-10-13finish the bash-arrays.md article.Luke Shumaker
2013-10-13explain what is missing from bash-arraysLuke Shumaker
2013-10-13index: generate the page as markdownLuke Shumaker
2013-10-13pagerender.rb: add footnote support, arch-systemd.md: use it.Luke Shumaker
I saw that the new version of rdiscount supported php-markdown-extra style footnotes and got excited. However, when I enabled it, I was disappointed to learn that it didn't support multi-line footnotes. Lame! So, I implemented that as a pre/post processor.
2013-10-13index.rb: actually, don't run the titles through rdiscountLuke Shumaker
2013-10-13Makefile: set DELETE_ON_ERRORLuke Shumaker
2013-10-13opps, fix index.rbLuke Shumaker
2013-10-13add a note to the bash arrays article about it being incompleteLuke Shumaker
2013-10-12don't generate .raw.html files anymoreLuke Shumaker
2013-10-12don't stick ./ before the user-visible slugLuke Shumaker
2013-10-12run the page title on the index through the markdown processorLuke Shumaker
2013-10-12reword a sentence in the fs licensing postLuke Shumaker
2013-10-12initial commitLuke Shumaker