summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-05Add FAQSunaina Pai
2019-12-05Add contribution guidelinesSunaina Pai
2019-12-05Remove Python 3.3; add Python 3.7, 3.8 in buildSunaina Pai
2019-12-05Replace 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-05Update README.md to be more gender inclusiveTom 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-25Add cleaner python2/3 make serve commandCaitlin Campbell
Stop the need to Ctrl-C twice in the event where you have both python versions on your system.
2018-11-15Renamed module CommonMark to commonmarkPaper Mountain Studio
2018-11-15Solve DeprecationWarning with raw stringsPaper Mountain Studio
2018-08-12Explain content rendering in README.mdSunaina Pai
2018-08-11Populate placeholders in content when specifiedSunaina 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-11Add git user config for demo repoSunaina Pai
2018-08-11Do not use headers from one post in other postsSunaina Pai
2018-06-16Use RFC 2822 format date in RSS feedsSunaina Pai
2018-04-23Add single-pass templating to the credits sectionSunaina Pai
2018-04-14Improved, single-pass templating.Keith Gaughan
2018-03-28Fix commit URL for README.md of demo repoSunaina Pai
2018-03-28Use placeholder for current year in copyrightSunaina Pai
2018-03-24Add missing commentsSunaina Pai
2018-03-24Update "But Why?" section of README.mdSunaina Pai
2018-03-24Fix center alignment of footer linksSunaina Pai
2018-03-24Ignore docstrings for loc targetSunaina Pai
2018-03-21Use template name for blog pathGabriel Bordeaux
2018-03-17Add makesite: A simple static site generatorSunaina Pai