aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAge
* Link the tag list from the homepageHEAD2026.09.19mainNicholas Johnson14 hours
| | | | | | | | | | | | | | | | | | | | | | | | | | | Tags reach a dead end in gemtext. The entry metadata names them, but a gemtext link must occupy a whole line, so the names are plain text and the tag pages the theme generates cannot be reached from the homepage at all. The web homepage links each entry's own tags inline, yet neither format links the tag list itself, so a site had to add it to the navigation links by hand. Add a tags section to both homepage templates, holding a single link to the taxonomy list page, and place it between the navigation links and the feed. One link rather than one per term keeps the homepage short however many tags a site accumulates, and keeps the two output formats in step. Render it only when the taxonomy page exists and has terms, so that a site whose entries carry no tags, or which disables the taxonomy kinds outright, gains no heading and no dead link. The link is labelled from a new "tagList" string rather than reusing "tags", which would have read as a link named after the heading above it. As elsewhere in the theme, the taxonomy is found by lowercasing the "tags" string, so a translated site finds its own taxonomy: an example site built in Spanish links "Lista de etiquetas" under "Etiquetas". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* Link the homepage feed from the homepageNicholas Johnson14 hours
| | | | | | | | | | | | | | | | | | The homepage was the one listing page with a feed but no link to it, so a reader could only find it through the autodiscovery element in the document head, which the capsule has no equivalent of. Sites worked around this by adding the feed to the navigation links by hand. Add a feeds section to both homepage templates, modelled on the one the taxonomy, term and section templates carry, and place it below the navigation links and above the entry list. As on those pages, it is rendered only when the home kind lists the Atom output format, so a site that omits the format gains nothing to link. The example site's homepage gains the section in both output formats and is otherwise byte-identical, as are the pages of every other kind. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* Add Atom feeds for sectionsNicholas Johnson14 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>
* Update changelogNicholas Johnson13 hours
| | | | Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* Update changelog2026.09.06Nicholas Johnson2026-09-06
|
* Make changelog links point to diffsNicholas Johnson2026-01-08
| | | | | A changelog should provide information about changes between versions, not link to releases.
* Correct reference-style linksNicholas Johnson2026-01-08
|
* Update changelog2025.09.07Nicholas Johnson2025-09-07
|
* Update changelog2025.07.27.2Nicholas Johnson2025-07-27
|
* Update changelog2025.07.27.1Nicholas Johnson2025-07-27
|
* Correct nested headings in changelogNicholas Johnson2025-07-27
|
* Update changelog2025.07.27Nicholas Johnson2025-07-27
|
* Update changelog2025.07.24.1Nicholas Johnson2025-07-24
|
* Correct dateNicholas 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.
* Update changelog2025.07.24Nicholas Johnson2025-07-24
|
* Update changelog2025.02.06.1Nicholas Johnson2025-02-06
|
* Update changelog2025.02.06Nicholas Johnson2025-02-06
|
* Update changelog2025.02.05Nicholas Johnson2025-02-05
|
* Add missing version link in changelogNicholas Johnson2025-02-05
|
* Update changelog2025.01.28Nicholas Johnson2025-01-28
|
* Update changelog2024.11.25Nicholas Johnson2024-11-25
|
* Update changelog2024.11.23Nicholas Johnson2024-11-23
|
* Update changelog2024.11.08.1Nicholas Johnson2024-11-08
|
* Update changelog2024.11.08Nicholas Johnson2024-11-08
|
* Update changelog2024.11.07Nicholas Johnson2024-11-07
|
* Update changelog2024.08.16Nicholas Johnson2024-08-17
|
* Update changelogNicholas Johnson2024-07-04
|
* Add CHANGELOG.md2024.06.30Nicholas Johnson2024-06-30