summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-27removed testing stringHEADmasterLorenzo Torres
2025-03-27added stuff for testingLorenzo Torres
2025-03-27modified README.mdLorenzo Torres
2025-03-27use python3Lorenzo Torres
2025-03-27added pull scriptLorenzo Torres
2025-03-27base codeLorenzo Torres
2022-10-12Update year in copyright noticeSunaina Pai
2022-10-12Remove BMC URLSunaina Pai
2021-01-03Merge img max-width fix from NortySpockSunaina Pai
2021-01-03Let make serve fail if cd _site failsSunaina Pai
2021-01-03Merge make serve fix from PlaidDroidSunaina Pai
2021-01-02Add BMC URLSunaina Pai
2020-12-28Add autoscaling of images to mobile browsersDavid Norton
Currently, on mobile devices that are not wide enough for the images in the blog, the image sets the max width of the blog and downscales all the text relative to it, leading to crushed text and a large empty space on the right side. I've reproduced this using Google Chrome developer tools, setting the device mode to emulate an iPhone X, but it appears to occur any time the mobile device has a screen width smaller than the image to be displayed. The code change here hints that the max width of the image should be 100% of the screen width, not an absolute number of pixels, and the height will be automatically adjusted to maintain the image aspect ratio.
2020-11-05fixed Makefileplaiddroid
added line that cd into site folder on serve
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