summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Add Atom feeds for sectionsNicholas Johnson10 hours
| | | | | | | | | Sections were the one listing kind without a feed of their own, though the section templates already linked one whenever the output format was configured. Add the two feed templates, modelled on the taxonomy and term ones, and turn the format on for sections in the example site. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* Document configuration in the readmeNicholas Johnson10 hours
| | | | | | | | | | | | | Nothing the theme reads was written down: the parameters, the front matter keys, the output formats each page kind needs and the two optional site files all had to be found by reading the templates. The readme pointed at another repository for guidance instead. List them, and point at the example site for a working pair of configuration files. Also state the minimum Hugo version, which was only recorded in theme.toml. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* Update readmeNicholas Johnson2026-09-06
|
* Fix link in READMENicholas Johnson2025-09-07
|
* Remove max version notice from README.mdNicholas Johnson2025-07-24
|
* Switch to calendar versioningNicholas Johnson2025-07-24
| | | | | Semantic versioning doesn't make sense for a Hugo theme, since there is no API to track changes for.
* Document max Hugo version in README.mdNicholas Johnson2025-07-24
| | | | | | | The maximum Hugo version cannot be documented in theme.toml because Hugo does not support such a key: https://github.com/gohugoio/hugo/issues/5342
* List Gemini in README for live demoNicholas Johnson2025-01-28
|
* Fix typoNicholas Johnson2024-11-08
|
* Remove version notice from README.md2024.06.11Nicholas Johnson2024-06-11
|
* Remove line from README2024.02.19Nicholas Johnson2024-02-19
| | | | | Google Lighthouse measures more than just page contents, so obtaining a 100/100 score isn't a certainty.
* Document max Hugo version in README.mdNicholas Johnson2024-02-04
| | | | | | | The maximum Hugo version cannot be documented in theme.toml because Hugo does not support such a key: https://github.com/gohugoio/hugo/issues/5342
* Write new documentation conforming to DiátaxisNicholas Johnson2024-01-01
|
* Fix division symbol in README.md2023.10.08Nicholas Johnson2023-10-08
|
* Update README2023.08.02Nicholas Johnson2023-08-02
|
* Clarify READMENicholas Johnson2023-08-02
|
* Remove slashes in README2023.05.05Nicholas Johnson2023-05-05
|
* Improve READMENicholas Johnson2023-05-04
|
* Fix typoNicholas Johnson2023-05-04
|
* Add version information to README2023.01.21Nicholas Johnson2023-01-21
|
* Spell check READMENicholas Johnson2023-01-21
|
* Rebrand to "journal" and update linksNicholas Johnson2022-12-04
|
* Remove Python scriptsNicholas Johnson2022-11-09
| | | | | | | | Using Hugo's configDir is more elegant. css/ was moved to assets so it isn't published when processing Gemini. Files in static/ are always published. Files in assets/ are only published when invoked in a template.
* Add a READMENicholas Johnson2022-10-23