I've been keeping a folder full of notes
, markdown files containing snippets of code and math. I wanted to use pandoc
to convert them into simple html files.
This repo has a number of components you should know about
docs.json
- a json document containing information about which files to render into htmlbuild.sh
- a shell script that calls pandoc for each item indocs.json
makeIndex.py
- create anindex.py
file usingyattag
, this is called from build.shserve.py
- run a local webserver serving the output directory
Included is a basic docs.json
file and a set of example notes.