- Better default fonts -
sans-serif
style for the index and the titles,serif
for the articles' body.
- Added
short_feed
configuration flag to permanently disable returning the full content of the articles in the RSS feed.
- Removed
alt
attribute from LaTeX rendered<img>
tags. It may generate non-standard Unicode characters that break the RSS feed.
- Better support for PWA tags and added a default config-generated
/manifest.json
.
- Fix for broken RSS feed URLs when a blog has no pages.
- Propagate the command-line arguments even when the app is launched through uWSGI.
- Proper support for PWA (progressive web app) optional logic.
- Support for serving a
manifest.json
.
-
If
img
andmarkdown
aren't present undercontent_dir
then treatcontent_dir
itself as a root folder for images and pages. -
Improved rendering of articles on smaller screens.
-
Support for articles/pages organized in folders.
-
Infer the title from the Markdown header or from the file name if it's not provided in the Markdown metadata.
-
Infer published date from the file's creation date if it's not provided in the Markdown metadata.
- Infer the published date from the file creation date if it's not available in the Markdown metadata.
- Fixed
max-width
for article body on large screens.
- Fixed
overflow-x
on articles template.
- Added rendering of the main article image on the article header.
- Added footer to pages.
- Support for
/rss?short
URL for short articles description on the RSS feed.
- Support for config.logo = false.
- Titles of HTML pages now match the configured blog title.
- Fixed RSS feed support.
- Added
header
configuration option (the blog header can now be removed).
First usable version, with several bug fixes and better documentation.
First draft.