aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.gemini_atom.xml
Commit message (Collapse)AuthorAge
* Replace replaceRE with TrimSuffix for readabilityNicholas Johnson2 days
|
* Set Gemini protocolNicholas Johnson2 days
| | | | | This avoids littering the gemtext templates with regex to change the protocol.
* Remove timestamp obfuscation privacy featureNicholas Johnson3 days
| | | | | | | Timestamp obfuscation is a niche privacy feature which contradicts how users expect Hugo to work. If the user desires such a feature, they can override the theme with their own custom timestamp-obfuscating archetypes.
* Don't convert time to UTC in Atom feedsNicholas Johnson3 days
| | | | | | | The entry archetype already wipes the time of day of entries and converts their dates to UTC, for the sake of user privacy. If the user overrides this behavior and purposely includes times and/or time zones, the theme should not interfere.
* Remove extra safeURL calls in id elementsNicholas Johnson2024-08-17
|
* Combine two replaceRE ops into oneNicholas Johnson2024-08-17
|
* Remove extraneous multi-line regex flagsNicholas Johnson2024-08-16
|
* Substitute replace with replaceRE for correctnessNicholas Johnson2024-08-16
|
* Make author element optional in Atom feedsNicholas Johnson2024-08-16
|
* Add backward compatibility for old taxonomy APINicholas Johnson2024-08-16
|
* Make email subelement optional in Atom feedsNicholas Johnson2024-08-16
| | | | | Elements which are optional in the Atom feed spec should also be optional in the templates.
* Add support for new taxonomy APINicholas Johnson2024-08-16
|
* Remove "index.gmi" from Gemini Atom link suffixesNicholas Johnson2024-08-16
|
* Convert Atom feed dates to UTCv1.0.7Nicholas Johnson2023-10-15
| | | | | | Atom feed dates reported as UTC were not necessarily UTC. The entry archetype converts from local to UTC by default, but the user may override that behavior.
* Convert archetype dates to UTCNicholas Johnson2023-10-15
| | | | | | For privacy reasons, user time zones are not recorded at the moment they are created by an archetype. Without knowing the time zone offset, the true date is ambiguous. To correct this, all dates are converted to UTC.
* Fix date rendering of rights tag in Atom feedsNicholas Johnson2023-02-24
|
* Add back self-closing tagsNicholas Johnson2022-04-30
|
* Escape HTML content in Atom feedNicholas Johnson2022-04-30
|
* Fix XML version stringNicholas Johnson2022-04-30
|
* Clean up Atom feed templatesNicholas Johnson2022-04-30
|
* Remove self-closing tags from Atom feedsNicholas Johnson2022-04-30
|
* Remove extra dollar signs from atom feed templateNicholas Johnson2022-04-30
|
* Use site title for Atom feed titleNicholas Johnson2022-04-30
|
* Remove variable declaractions and conditions from Atom feed templatesNicholas Johnson2022-04-30
|
* Add email to Gemini Atom feedNicholas Johnson2022-04-30
|
* Make Atom feed template for GeminiNicholas Johnson2022-04-30