A Flask application that serves up markdown files.
- Flask>=0.10.1
- Markdown>=2.6.5
- Run tests.py
- Run run-commands.py -i to see command requirements. Available commands are make-page, make-series, update-caches, update-feed, update-page.
- Run run.dev.py to serve on localhost:5000
- create empty “markdown” and “static” directories
- copy the “templates” directory
- copy run-command.py and run-dev.py
- add sys.path.insert(0, "/path/to/mdsite") in both run- files if necessary