diff options
author | Nicholas Johnson <> | 2025-07-24 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <> | 2025-07-24 00:00:00 +0000 |
commit | 49eb4b5eaf9cf949de6f81ef45b9e6ac2585d5ee545beadf798944715e0e653f (patch) | |
tree | b7edb419a24b517017a00ad622c67fc33ee8c75808692ae47d7c7c5984b4401d | |
parent | 94e581e59ff8e5504016b52770a3aed9273a9ba4a195885a604e764298b43cea (diff) | |
download | hugo-theme-journal-49eb4b5eaf9cf949de6f81ef45b9e6ac2585d5ee545beadf798944715e0e653f.tar.gz hugo-theme-journal-49eb4b5eaf9cf949de6f81ef45b9e6ac2585d5ee545beadf798944715e0e653f.zip |
Switch to calendar versioning
Semantic versioning doesn't make sense for a Hugo theme, since there is
no API to track changes for.
-rw-r--r-- | CHANGELOG.md | 272 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 136 insertions, 140 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 88590bf..b207cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.6.8] - 2025-07-24 +## [2025.07.24] - 2025-07-24 ### Changed @@ -10,13 +10,13 @@ - Document maximum supported Hugo version in README.md -## [1.6.7] - 2025-02-06 +## [2025.02.06] - 2025-02-06 ### Changed * Add non-breaking spaces within entry tag names -## [1.6.6] - 2025-02-06 +## [2025.02.06] - 2025-02-06 ### Changed @@ -27,37 +27,37 @@ * Move taxonomy and term feeds' link emojis to outside link text in html output format -## [1.6.5] - 2025-02-05 +## [2025.02.05] - 2025-02-05 ### Fixed - Add missing hyphen to compound modifier in pageinfo partial for English translation -## [1.6.4] - 2025-01-28 +## [2025.01.28] - 2025-01-28 ### Added - Add Gemini capsule demo URL to README.md -## [1.6.3] - 2024-11-25 +## [2024.11.25] - 2024-11-25 ### Changed - Move css stylesheet to subdirectory -## [1.6.2] - 2024-11-23 +## [2024.11.23] - 2024-11-23 ### Changed - Improve conversion of ref numbers to superscripts -## [1.6.1] - 2024-11-08 +## [2024.11.08.1] - 2024-11-08 ### Fixed - Fix typo in README.md -## [1.6.0] - 2024-11-08 +## [2024.11.08] - 2024-11-08 ### Changed @@ -74,7 +74,7 @@ - Disable html-specific features in gemtext output format - Stop treating link titles as safe html -## [1.5.0] - 2024-11-07 +## [2024.11.07] - 2024-11-07 ### Changed @@ -89,7 +89,7 @@ - Remove niche timestamp obfuscation privacy feature -## [1.4.0] - 2024-08-16 +## [2024.08.16] - 2024-08-16 ### Changed @@ -105,13 +105,13 @@ - Remove erroneous "index.gmi" suffix in gemtext Atom feeds - Fix incorrect greedy italics/bold parsing in gemtext renderer -## [1.3.7] - 2024-07-04 +## [2024.07.04] - 2024-07-04 ### Fixed - Remove extra whitespace accidentally introduced in v1.3.5 -## [1.3.6] - 2024-06-30 +## [2024.06.30] - 2024-06-30 ### Added @@ -121,37 +121,37 @@ - Fix incorrect file path truncation in gemtext renderer -## [1.3.5] - 2024-06-28 +## [2024.06.28] - 2024-06-28 ### Fixed - Add back missing `rel="noreferrer"` attribute to relative links for privacy -## [1.3.4] - 2024-06-18 +## [2024.06.18] - 2024-06-18 ### Fixed - Correct reference-style link index counting -## [1.3.3] - 2024-06-11 +## [2024.06.11] - 2024-06-11 ### Added - Make theme compatible with Hugo v0.114.0 or newer -## [1.3.2] - 2024-05-27 +## [2024.05.27] - 2024-05-27 ### Fixed - Add missing trailing forward slashes on links in html output format -## [1.3.1] - 2024-05-26 +## [2024.05.26] - 2024-05-26 ### Changed - Flatten CSS directory structure -## [1.3.0] - 2024-05-20 +## [2024.05.20] - 2024-05-20 ### Added @@ -161,13 +161,13 @@ - Fix incorrect (un)ordered list parsing in gemtext renderer -## [1.2.6] - 2024-05-02 +## [2024.05.02] - 2024-05-02 ### Added - Document unexpected behavior related to bolding and italics in gemtext renderer -## [1.2.5] - 2024-05-02 +## [2024.05.02] - 2024-05-02 ### Changed @@ -178,13 +178,13 @@ - Correct English i18n string -## [1.2.4] - 2024-02-19 +## [2024.02.19] - 2024-02-19 ### Removed - Remove Google Lighthouse score from README.md -## [1.2.3] - 2024-02-04 +## [2024.02.04] - 2024-02-04 ### Added @@ -195,31 +195,31 @@ - Fix some gemtext rendering rules not being applied - Fix incorrect parsing of unordered lists in gemtext renderer again -## [1.2.2] - 2024-01-01 +## [2024.01.01] - 2024-01-01 ### Fixed - Fix incorrect parsing of unordered lists in gemtext renderer -## [1.2.1] - 2024-01-01 +## [2024.01.01] - 2024-01-01 ### Added - Write new documentation conforming to Diátaxis -## [1.2.0] - 2023-12-31 +## [2023.12.31] - 2023-12-31 ### Added - Support Markdown's ordered lists in gemtext renderer -## [1.1.0] - 2023-12-31 +## [2023.12.29] - 2023-12-31 ### Added - Support Markdown's alternative heading syntax in gemtext renderer -## [1.0.10] - 2023-12-02 +## [2023.12.02] - 2023-12-02 ### Changed @@ -235,43 +235,43 @@ - Remove `rel="noreferrer"` from non-web links -## [1.0.9] - 2023-11-30 +## [2023.11.30] - 2023-11-30 ### Changed - Improve documentation -## [1.0.8] - 2023-11-03 +## [2023.11.03] - 2023-11-03 ### Changed - Replace link reference numbers with their superscripts -## [1.0.7] - 2023-10-15 +## [2023.10.15] - 2023-10-15 ### Changed - Convert all dates in output to UTC for privacy -## [1.0.6] - 2023-10-08 +## [2023.10.08] - 2023-10-08 ### Changed - Improve documentation -## [1.0.5] - 2023-09-28 +## [2023.09.28] - 2023-09-28 ### Added - Make browsers not request absent favicon -## [1.0.4] - 2023-09-16 +## [2023.09.16] - 2023-09-16 ### Added - Add link underlines for accessibility -## [1.0.3] - 2023-09-10 +## [2023.09.10] - 2023-09-10 ### Changed @@ -281,13 +281,13 @@ - Add brackets around reference-style link indexes -## [1.0.2] - 2023-09-02 +## [2023.09.02] - 2023-09-02 ### Added - Add back CSS rule removed in previous version -## [1.0.1] - 2023-08-30 +## [2023.08.30] - 2023-08-30 ### Fixed @@ -297,7 +297,7 @@ - Remove redundant CSS rule -## [1.0.0] - 2023-08-25 +## [2023.08.25] - 2023-08-25 ### Changed @@ -308,19 +308,19 @@ - Fix capsule and website whitespace - Fix crashing with absent page elements (entries, navlinks, etc.) -## [0.7.2] - 2023-08-10 +## [2023.08.10] - 2023-08-10 ### Fixed - Fix inline image scaling -## [0.7.1] - 2023-08-06 +## [2023.08.06] - 2023-08-06 ### Fixed - Fix incorrect printing of `pageinfo` tags in gemtext renderer -## [0.7.0] - 2023-08-02 +## [2023.08.02] - 2023-08-02 ### Changed @@ -335,56 +335,56 @@ - Correct minimum Hugo version -## [0.6.3] - 2023-07-04 +## [2023.07.04] - 2023-07-04 ### Fixed - Fix scrollbar covering preformatted text -## [0.6.2] - 2023-06-27 +## [2023.06.27.1] - 2023-06-27 ### Changed - Revert justifying text -## [0.6.1] - 2023-06-27 +## [2023.06.27] - 2023-06-27 ### Changed - Justify text -## [0.6.0] - 2023-06-01 +## [2023.06.01] - 2023-06-01 ### Changed - Improve CSS styling - Update documentation -## [0.5.6] - 2023-05-16 +## [2023.05.16] - 2023-05-16 ### Fixed - Fix whitespace bug in gemtext renderer -## [0.5.5] - 2023-05-11 +## [2023.05.11] - 2023-05-11 ### Changed - Mandate having a title for html output format -## [0.5.4] - 2023-05-09 +## [2023.05.09.2] - 2023-05-09 ### Changed - Replace hardcoded language `en` with `$.Site.Language` for html output format -## [0.5.3] - 2023-05-09 +## [2023.05.09.1] - 2023-05-09 ### Added - Add support for overriding the default CSS -## [0.5.2] - 2023-05-09 +## [2023.05.09] - 2023-05-09 ### Changed @@ -395,7 +395,7 @@ - Document gemtext renderer -## [0.5.1] - 2023-05-08 +## [2023.05.08] - 2023-05-08 ### Changed @@ -405,7 +405,7 @@ - Fix demo links being rendered as real links in documentation -## [0.5.0] - 2023-05-05 +## [2023.05.05] - 2023-05-05 ### Changed @@ -420,44 +420,44 @@ - Add support of `+` symbol as unordered list syntax in gemtext renderer - Document theme compatibility with gemtext -## [0.4.6] - 2023-04-09 +## [2023.04.09] - 2023-04-09 ### Changed - Improve page titles for html output format -## [0.4.5] - 2023-03-26 +## [2023.03.26] - 2023-03-26 ### Changed - Improve page style with non-breakable spaces in `pageinfo` for html output format -## [0.4.4] - 2023-03-16 +## [2023.03.16] - 2023-03-16 ### Fixed - Fix link parsing in gemtext renderer -## [0.4.3] - 2023-03-15 +## [2023.03.15] - 2023-03-15 ### Fixed - Fix blockquote paragraph margins in html output format -## [0.4.2] - 2023-03-12 +## [2023.03.12] - 2023-03-12 ### Fixed - Fix entry indexing logic in gemtext renderer -## [0.4.1] - 2023-02-25 +## [2023.02.25] - 2023-02-25 ### Changed - Remove trailing `index.gmi` from links - Reorganize layouts -## [0.4.0] - 2023-02-24 +## [2023.02.24] - 2023-02-24 ### Changes @@ -473,19 +473,19 @@ - Implement Atom feeds for taxonomies - Implement Atom feeds for terms -## [0.3.4] - 2023-02-15 +## [2023.02.15] - 2023-02-15 ### Fixed - Remove extra space above unordered lists in html output format -## [0.3.3] - 2023-02-05 +## [2023.02.05] - 2023-02-05 ### Changed - Improve bold and italics parsing in gemtext renderer again -## [0.3.2] - 2023-01-28 +## [2023.01.28] - 2023-01-28 ### Changed @@ -495,25 +495,25 @@ - Stop rendering the link emoji in inline links for html output format -## [0.3.1] - 2023-01-25 +## [2023.01.25] - 2023-01-25 ### Changed - Improve preformatted text parsing in gemtext renderer -## [0.3.0] - 2023-01-24 +## [2023.01.24] - 2023-01-24 ### Fixed - Rewrite chunking algorithm to prevent content overwriting bug in gemtext renderer -## [0.2.1] - 2023-01-23 +## [2023.01.23] - 2023-01-23 ### Fixed - Improve bold and italics parsing in gemtext renderer again -## [0.2.0] - 2023-01-22 +## [2023.01.22] - 2023-01-22 ### Changed @@ -524,7 +524,7 @@ - Implement chunking algorithm to avoid parsing preformatted text in gemtext renderer - Fix rendering of links, headings, and unordered lists at beginning of document in gemtext renderer -## [0.1.1] - 2023-01-21 +## [2023.01.21.1] - 2023-01-21 ### Changed @@ -535,75 +535,75 @@ - Fix whitespace after links in html output format -## [0.1.0] - 2023-01-21 +## [2023.01.21] - 2023-01-21 _First release._ -[1.6.8]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.8 -[1.6.7]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.7 -[1.6.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.6 -[1.6.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.5 -[1.6.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.4 -[1.6.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.3 -[1.6.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.2 -[1.6.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.1 -[1.6.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.6.0 -[1.5.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.5.0 -[1.4.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.4.0 -[1.3.7]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.7 -[1.3.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.6 -[1.3.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.5 -[1.3.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.4 -[1.3.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.3 -[1.3.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.2 -[1.3.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.1 -[1.3.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.0 -[1.2.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.6 -[1.2.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.5 -[1.2.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.4 -[1.2.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.3 -[1.2.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.2 -[1.2.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.1 -[1.2.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.0 -[1.1.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.1.0 -[1.0.10]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.10 -[1.0.9]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.9 -[1.0.8]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.8 -[1.0.7]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.7 -[1.0.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.6 -[1.0.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.5 -[1.0.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.4 -[1.0.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.3 -[1.0.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.2 -[1.0.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.1 -[1.0.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.0 -[0.7.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.7.2 -[0.7.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.7.1 -[0.7.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.7.0 -[0.6.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.6.3 -[0.6.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.6.2 -[0.6.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.6.1 -[0.6.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.6.0 -[0.5.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.6 -[0.5.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.5 -[0.5.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.4 -[0.5.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.3 -[0.5.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.2 -[0.5.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.1 -[0.5.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.0 -[0.4.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.6 -[0.4.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.5 -[0.4.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.4 -[0.4.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.3 -[0.4.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.2 -[0.4.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.1 -[0.4.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.0 -[0.3.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.3.4 -[0.3.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.3.3 -[0.3.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.3.2 -[0.3.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.3.1 -[0.3.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.3.0 -[0.2.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.2.1 -[0.2.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.2.0 -[0.1.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.1.1 -[0.1.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.1.0 +[2025.07.24]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2025.07.24 +[2025.02.06.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2025.02.06.1 +[2025.02.06]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2025.02.06 +[2025.02.05]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2025.02.05 +[2025.01.28]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2025.01.28 +[2024.11.25]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.11.25 +[2024.11.23]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.11.23 +[2024.11.08.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.11.08.1 +[2024.11.08]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.11.08 +[2024.11.07]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.11.07 +[2024.08.16]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.08.16 +[2024.07.04]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.07.24 +[2024.06.30]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.06.30 +[2024.06.28]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.06.28 +[2024.06.18]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.06.18 +[2024.06.11]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.06.11 +[2024.05.27]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.05.27 +[2024.05.26]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.05.26 +[2024.05.20]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.05.20 +[2024.05.02.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.05.02.1 +[2024.05.02]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.05.02 +[2024.02.19]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.02.19 +[2024.02.04]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.02.04 +[2024.01.01.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.01.01.1 +[2024.01.01]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2024.01.01 +[2023.12.31]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.12.31 +[2023.12.29]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.12.29 +[2023.12.02]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.12.02 +[2023.11.30]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.11.30 +[2023.11.03]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.11.03 +[2023.10.15]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.10.15 +[2023.10.08]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.10.08 +[2023.09.28]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.09.28 +[2023.09.16]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.09.16 +[2023.09.10]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.09.10 +[2023.09.02]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.09.02 +[2023.08.30]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.08.30 +[2023.08.25]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.08.25 +[2023.08.10]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.08.10 +[2023.08.06]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.08.06 +[2023.08.02]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.08.02 +[2023.07.04]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.07.04 +[2023.06.27.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.06.27.1 +[2023.06.27]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.06.27 +[2023.06.01]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.06.01 +[2023.05.16]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.05.16 +[2023.05.11]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.05.11 +[2023.05.09.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.05.09.2 +[2023.05.09.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.05.09.1 +[2023.05.09]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.05.09 +[2023.05.08]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.05.08 +[2023.05.05]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.05.05 +[2023.04.09]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.04.09 +[2023.03.26]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.03.26 +[2023.03.16]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.03.16 +[2023.03.15]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.03.15 +[2023.03.12]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.03.12 +[2023.02.25]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.02.25 +[2023.02.24]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.02.24 +[2023.02.15]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.02.15 +[2023.02.05]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.02.05 +[2023.01.28]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.01.28 +[2023.01.25]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.01.25 +[2023.01.24]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.01.24 +[2023.01.23]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2022.01.23 +[2023.01.22]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2022.01.22 +[2023.01.21.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.01.21.1 +[2023.01.21]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=2023.01.21 @@ -46,10 +46,6 @@ $ git submodule add https://git.nicholasjohnson.ch/hugo-theme-journal themes/jou To render the blog for Gemini and the Web, use separate configuration files. For guidance, look at [my journal repo](https://git.nicholasjohnson.ch/journal). -## Versioning - -This Hugo theme uses [Semantic Versioning 2.0.0](https://semver.org/). - ## License Hugo Journal Theme is licensed under [GPLv3 or later](LICENSE). |