A build script that will go through every file in /articles and render it as HTML in /build. Each article is put in a subfolder according to its "course" field in the metadata which has to be at the top of every article.
Requires Pandoc (brew install pandoc) and PyYAML (pip install pyyaml)
A build script that will go through every file in /articles and render it as HTML in /build. Each article is put in a subfolder according to its "course" field in the metadata which has to be at the top of every article.
Requires Pandoc (
brew install pandoc
) and PyYAML (pip install pyyaml
)