summaryrefslogtreecommitdiff
path: root/public/bash-arrays.md
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-11-24 04:40:17 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-11-24 04:40:17 -0500
commitc46222fd2c1e02f695b544576f8605676be4d502 (patch)
tree29893a84cbc8d06c138306ddad63eecabda0d50c /public/bash-arrays.md
parentfee8f8267106650d24b5047ee7e0abfa905f5760 (diff)
Switch from rdiscount to Pandoc.
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.
Diffstat (limited to 'public/bash-arrays.md')
-rw-r--r--public/bash-arrays.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/bash-arrays.md b/public/bash-arrays.md
index 902635a..92201e2 100644
--- a/public/bash-arrays.md
+++ b/public/bash-arrays.md
@@ -1,6 +1,8 @@
Bash arrays
===========
-:copyright 2013 Luke Shumaker
+---
+date: 2013-10-13
+---
Way too many people don't understand Bash arrays. Many of them argue
that if you need arrays, you shouldn't be using Bash. If we reject