Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-03 | Let make serve fail if cd _site fails | Sunaina Pai | |
2020-11-05 | fixed Makefile | plaiddroid | |
added line that cd into site folder on serve | |||
2019-12-05 | Replace GNU Make 'ifeq' with POSIX shell 'if' | Sunaina Pai | |
This project tries to keep the Makefile as generic as possible by conforming to POSIX make specification, so this commit removes ifeq-statements that are GNU-specific extensions to make and replaces them with if-statements that are available in any POSIX shell. | |||
2019-11-25 | Add cleaner python2/3 make serve command | Caitlin Campbell | |
Stop the need to Ctrl-C twice in the event where you have both python versions on your system. | |||
2018-08-11 | Add git user config for demo repo | Sunaina Pai | |
2018-03-28 | Fix commit URL for README.md of demo repo | Sunaina Pai | |
2018-03-24 | Ignore docstrings for loc target | Sunaina Pai | |
2018-03-17 | Add makesite: A simple static site generator | Sunaina Pai | |