Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move taxonomy and term layouts to layouts/_default | Nicholas Johnson | 4 days |
| | | | | | | | | | | | | | | | | | | | Hugo's template system was reimplemented in Hugo version 0.146.0. "We [the Hugo developers] have aimed to maintain as much backward compatibility as possible by mapping "old to new," but some reported breakages have occurred." Reference: https://gohugo.io/templates/new-templatesystem-overview/ The "mapping "old to new,"" is not yet documented, but moving the taxonomy and term layouts to layouts/_default seems to be sufficient to properly generate this theme on Hugo versions later than 0.146.0. To retain backward compatibility with older Hugo versions, the other recommended changes to the layouts directory are not made. Reference: https://gohugo.io/templates/new-templatesystem-overview/#changes-to-the-layouts-folder | ||
* | Add non-breaking spaces to improve text flow | Nicholas Johnson | 2025-02-06 |
| | | | | | | | | | The spaces directly following emojis must be non-breaking because having emojis alone on their own line is ugly and visually confusing. The spaces within pageinfo "segments" must be non-breaking because splitting dates and read times across multiple lines is ugly and visually confusing. | ||
* | Replace replaceRE with TrimSuffix for readability | Nicholas Johnson | 2024-11-08 |
| | |||
* | Set Gemini protocol | Nicholas Johnson | 2024-11-08 |
| | | | | | This avoids littering the gemtext templates with regex to change the protocol. | ||
* | Disable HTML renderer for Gemini output format | Nicholas Johnson | 2024-11-07 |
| | | | | This avoids littering the gemtext templates with "safeHTML". | ||
* | Fix Gemini taxonomy spacing | Nicholas Johnson | 2023-08-25 |
| | |||
* | Prefer right-aligned whitespace elimination | Nicholas Johnson | 2023-08-25 |
| | |||
* | Remove EOLs in embedded layouts | Nicholas Johnson | 2023-08-25 |
| | |||
* | Add multilingual support for taxonomies | Nicholas Johnson | 2023-08-01 |
| | |||
* | Add multilingual support for homepage link | Nicholas Johnson | 2023-07-31 |
| | |||
* | Organize layouts | Nicholas Johnson | 2023-02-25 |