gdritter repos lib-static / feb6439
Switched from Pandoc to Python Markdown Getty Ritter 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Collapse all Expand all
33 DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
44 PATH=$DIR:$PATH
55
6 pandoc $2/text \
6 markdown_py2 $2/text \
77 | json-dict contents - \
88 | mustache - templates/textpage.mustache \
99 | json-dict title "$(cat $2/metadata.yaml | jq '.name')" contents - \