Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-03 | Merge make serve fix from PlaidDroid | Sunaina Pai | |
2021-01-02 | Add BMC URL | Sunaina Pai | |
2020-11-05 | fixed Makefile | plaiddroid | |
added line that cd into site folder on serve | |||
2019-12-05 | Add FAQ | Sunaina Pai | |
2019-12-05 | Add contribution guidelines | Sunaina Pai | |
2019-12-05 | Remove Python 3.3; add Python 3.7, 3.8 in build | Sunaina Pai | |
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-12-05 | Update README.md to be more gender inclusive | Tom Harada | |
Nice project and generally nice attitude in the README! And I realize the main author is a woman, and it's easy to make mistakes with these things (I have). But it's good to avoid little micro expressions that encourage only 'fellas'. | |||
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-11-15 | Renamed module CommonMark to commonmark | Paper Mountain Studio | |
2018-11-15 | Solve DeprecationWarning with raw strings | Paper Mountain Studio | |
2018-08-12 | Explain content rendering in README.md | Sunaina Pai | |
2018-08-11 | Populate placeholders in content when specified | Sunaina Pai | |
Placeholders in content files are not populated by default. If placeholders are to be populated in content files, parameter named `render` with a string value of `yes` must be specified. This `render` parameter may be specified as a header in content files or it may be specified as a keyword argument in `make_pages` call. | |||
2018-08-11 | Add git user config for demo repo | Sunaina Pai | |
2018-08-11 | Do not use headers from one post in other posts | Sunaina Pai | |
2018-06-16 | Use RFC 2822 format date in RSS feeds | Sunaina Pai | |
2018-04-23 | Add single-pass templating to the credits section | Sunaina Pai | |
2018-04-14 | Improved, single-pass templating. | Keith Gaughan | |
2018-03-28 | Fix commit URL for README.md of demo repo | Sunaina Pai | |
2018-03-28 | Use placeholder for current year in copyright | Sunaina Pai | |
2018-03-24 | Add missing comments | Sunaina Pai | |
2018-03-24 | Update "But Why?" section of README.md | Sunaina Pai | |
2018-03-24 | Fix center alignment of footer links | Sunaina Pai | |
2018-03-24 | Ignore docstrings for loc target | Sunaina Pai | |
2018-03-21 | Use template name for blog path | Gabriel Bordeaux | |
2018-03-17 | Add makesite: A simple static site generator | Sunaina Pai | |