-
released this
2021-04-17 15:06:39 -05:00 | 96 commits to master since this releasev1.2.1
Bugfixes
- Directory redirects now use absolute paths in the Location header.
Miscellaneous
- Tweak to the wording in the 404 page.
Downloads
-
released this
2021-04-17 11:16:34 -05:00 | 99 commits to master since this releasev1.2.0
Features
- Files can now be served directly from inside
pages/
, making themedia/
route redundant --- it's now should be just another dir underpages/
. - Symlinks are treated as redirects, in an attempt to try to get clients on the proper location (#7).
Bugfixes
- The site no longer 500s when attempting to build nav breadcrumbs on directories without an index.md (#8).
Miscellaneous
- Requirements bumps, mostly only affecting dev.
- Fill in some test coverage holes.
Downloads
- Files can now be served directly from inside
-
v1.1.2 - new plain style Stable
released this
2021-03-09 09:10:33 -06:00 | 108 commits to master since this releasev1.1.2
Features
- New "plain" style, which loads almost no CSS, leaving practically everything to the user agent.
Downloads
-
released this
2021-02-27 00:30:32 -06:00 | 110 commits to master since this releasev1.1.1
Improvements
Downloads
-
released this
2021-02-22 21:20:49 -06:00 | 113 commits to master since this releasev1.1.0
Features
- Error pages for 400, 404, and 500 now exist.
- Use the request path for a page as a fallback for the Title metadata.
Improvements
- Major (relatively speaking) rewrite of the code that turns a request path into the file to load (or redirect, or error), for sanity's sake and to improve the exception cases a bit.
- A couple minor style consolidations due to the error pages having different skeleton HTML.
Miscellaneous
- Dependency bumps.
Downloads
-
released this
2021-02-13 11:07:00 -06:00 | 128 commits to master since this releasev1.0.2
Miscellaneous
- Add
sane_lists
to Markdown extensions, fixing issues where two separate lists follow one another and Markdown gets confused.
Downloads
- Add
-
released this
2021-02-12 19:37:25 -06:00 | 129 commits to master since this releasev1.0.1
Miscellaneous
- Tweak the appearance of footnotes.
Downloads
-
released this
2021-02-12 12:51:43 -06:00 | 130 commits to master since this releasev1.0.0
It's getting to be time for me to call this software release for real, so I'm dubbing this code v1.0.0.
Features
- More Markdown extensions are loaded, yielding less HTML in the Markdown files and other stuff like footnotes.
Improvements
- More CSS styling for header images, inline images, footnotes, and text color tweaks.
Bugfixes
- The Markdown parser is initialized on each page, due to how the footnote extension keeps references over its lifetime.
- HTML section tags replaced with divs, to pass actual HTML validation
Downloads
-
released this
2021-01-22 09:51:53 -06:00 | 149 commits to master since this releasev0.3.4
Features
- mdx-linkify added to project and settings, to turn bare URLs into links in Markdown
Downloads
-
released this
2021-01-17 23:58:57 -06:00 | 150 commits to master since this releasev0.3.3
Improvements
- Title, description, and image metadata are read from Markdown files and added as OpenGraph meta tags.
- URL OpenGraph meta tag is generated from the request host and path.
Downloads