Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-27 | removed testing stringHEADmaster | Lorenzo Torres | |
2025-03-27 | added stuff for testing | Lorenzo Torres | |
2025-03-27 | modified README.md | Lorenzo Torres | |
2025-03-27 | use python3 | Lorenzo Torres | |
2025-03-27 | added pull script | Lorenzo Torres | |
2025-03-27 | base code | Lorenzo Torres | |
2022-10-12 | Update year in copyright notice | Sunaina Pai | |
2022-10-12 | Remove BMC URL | Sunaina Pai | |
2021-01-03 | Merge img max-width fix from NortySpock | Sunaina Pai | |
2021-01-03 | Let make serve fail if cd _site fails | Sunaina Pai | |
2021-01-03 | Merge make serve fix from PlaidDroid | Sunaina Pai | |
2021-01-02 | Add BMC URL | Sunaina Pai | |
2020-12-28 | Add autoscaling of images to mobile browsers | David 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-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 | |