Commit Graph

57 Commits

Author SHA1 Message Date
Fabio Manganiello 0824115bf2 Bump version: 0.2.11 → 0.2.12 2022-12-04 15:26:11 +01:00
Fabio Manganiello 231b76246f skip_html_head should only include the actual content, with no HTML boilerplate 2022-12-04 15:25:46 +01:00
Fabio Manganiello d18adc5220 Bump version: 0.2.10 → 0.2.11 2022-12-04 15:16:18 +01:00
Fabio Manganiello 1cfa8c27db Pages rendered in the RSS feed route shouldn't include the HTML head boilerplate 2022-12-04 15:14:37 +01:00
Fabio Manganiello 88a21c7112 Bump version: 0.2.9 → 0.2.10 2022-08-15 13:21:25 +02:00
Fabio Manganiello 86aed5462d Removed BlinkMacSystemFont from the default font-family 2022-08-15 13:21:15 +02:00
Fabio Manganiello 4dfac057d4 Bump version: 0.2.8 → 0.2.9 2022-08-10 16:36:11 +02:00
Fabio Manganiello 467ff19927 Standardized font family 2022-08-10 16:35:01 +02:00
Fabio Manganiello 53bd4b3d69 Bump version: 0.2.7 → 0.2.8 2022-08-03 23:42:57 +02:00
Fabio Manganiello d9cb4155d0 The LaTexPostprocessor is no longer required 2022-08-03 23:42:49 +02:00
Fabio Manganiello 0f3a84cae8 Bump version: 0.2.6 → 0.2.7 2022-08-03 01:33:44 +02:00
Fabio Manganiello 7b501df1ec Restored changes lost during the Gitlab->Gitea migration 2022-08-03 01:18:02 +02:00
Fabio Manganiello 2e863da911 Bump version: 0.2.5 → 0.2.6 2022-08-02 17:43:00 +02:00
Fabio Manganiello eef19bb7b8 Replaced markdown.processors.add with markdown.processors.register.
markdown.processors.add has been deprecated and removed, see
a767b2daaa (diff-73515afd0109793374fb1748b8642ce5099d18d6924a8a06420da6e219eea32cL415)
2022-08-02 17:38:51 +02:00
Fabio Manganiello 5a358a870c Updated CHANGELOG 2022-06-14 10:42:34 +02:00
Fabio Manganiello 9577e02d7f Proper configuration initialization even when the app is wrapped by uwsgi 2022-06-14 10:41:27 +02:00
Fabio Manganiello 419220c6c9 Fixed broken RSS feed URL when no articles are present 2022-06-14 10:41:02 +02:00
Fabio Manganiello 7064a4c098 Bump version: 0.2.1 → 0.2.2 2022-06-14 10:27:37 +02:00
Fabio Manganiello 89c144178d Updated CHANGELOG 2022-06-14 10:26:58 +02:00
Fabio Manganiello aab14c7c0f Added support for PWA logic 2022-06-14 10:25:57 +02:00
Fabio Manganiello ed0d9ae865 Bump version: 0.2.0 → 0.2.1 2022-06-14 02:24:58 +02:00
Fabio Manganiello afac99ca37 Support for manifest.json 2022-06-14 02:24:36 +02:00
Fabio Manganiello 8f1ef87623 Bump version: 0.1.12 → 0.2.0 2022-06-14 00:59:44 +02:00
Fabio Manganiello 79c638fea1 Updated CHANGELOG 2022-06-14 00:59:25 +02:00
Fabio Manganiello 5ee10b0d38 If img_dir is not found under content_dir then treat content_dir itself as img_dir 2022-06-14 00:44:01 +02:00
Fabio Manganiello 696547ac48 Better article rendering style on small screens 2022-06-14 00:33:47 +02:00
Fabio Manganiello 31e1db359d Support for folders for pages/articles 2022-06-14 00:32:35 +02:00
Fabio Manganiello 2d18dd5bd6 More flexible structure for the content directory.
If the `markdown` subfolder does not exist, then the whole
`config.content_dir` is treated as the root for markdown files.
2022-06-12 00:01:51 +02:00
Fabio Manganiello 56a271d0b6 Infer the title of an article/file when not specified in the header metadata
Infer the title from the first line of the file if it's a header,
otherwise use the filename.
2022-06-11 23:54:18 +02:00
Fabio Manganiello 81687c430b Bump version: 0.1.11 → 0.1.12 2022-06-11 23:02:37 +02:00
Fabio Manganiello dcc935c4cb If no published date is available on the headers, infer it from the file creation date 2022-06-11 23:02:07 +02:00
Fabio Manganiello 672258c677 Bump version: 0.1.10 → 0.1.11 2022-06-04 22:42:01 +02:00
Fabio Manganiello a6ef8a6f6c Edited max-width parameter for blog post body 2022-06-04 22:39:25 +02:00
Fabio Manganiello a5bf9c97ca Bump version: 0.1.9 → 0.1.10
Revert "main should have overflow-x: hidden on articles"

This reverts commit 88bfacb05d.
2022-02-01 01:41:54 +01:00
Fabio Manganiello 272336a4e6 Bump version: 0.1.8 → 0.1.9 2022-02-01 01:35:20 +01:00
Fabio Manganiello 88bfacb05d main should have overflow-x: hidden on articles 2022-02-01 01:33:26 +01:00
Fabio Manganiello 6739710841 Bump version: 0.1.7 → 0.1.8 2022-01-17 11:23:53 +01:00
Fabio Manganiello 5e4c168933 Added support for main article image on the article head 2022-01-17 11:22:20 +01:00
Fabio Manganiello 587e5e9af3 Bump version: 0.1.6 → 0.1.7 2022-01-14 01:24:49 +01:00
Fabio Manganiello 045fa3995c Added footer 2022-01-14 01:24:28 +01:00
Fabio Manganiello 3fd85c5c0b Bump version: 0.1.5 → 0.1.6 2022-01-13 23:34:33 +01:00
Fabio Manganiello b24919b247 Support for `/rss?short` URL for short descriptions in the feeds 2022-01-13 23:34:19 +01:00
Fabio Manganiello 27ba90415b Bump version: 0.1.4 → 0.1.5 2022-01-13 22:45:45 +01:00
Fabio Manganiello 1158bff462 Hide logo when config.logo = false 2022-01-13 22:44:43 +01:00
Fabio Manganiello 6d9712b8d9 Bump version: 0.1.3 → 0.1.4 2022-01-13 21:49:50 +01:00
Fabio Manganiello d52b2a7a84 The HTML page titles should be the same as the blog title 2022-01-13 21:47:52 +01:00
Fabio Manganiello 10532aa7c1 Bump version: 0.1.2 → 0.1.3 2022-01-12 21:48:12 +01:00
Fabio Manganiello b256238d45 Fixed RSS integration and added `header` configuration option 2022-01-12 21:47:53 +01:00
Fabio Manganiello 4a3cd0a88a Bump version: 0.1.1 → 0.1.2 2022-01-12 00:46:29 +01:00
Fabio Manganiello 0df6a79632 Added setup.cfg 2022-01-12 00:46:21 +01:00