summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAge
* Use the registered media type for Atom feedsNicholas Johnson15 hours
| | | | | | | | | | | | The Atom output formats were declared against "application/atom", which is not a registered media type; the registered one is "application/atom+xml". Nothing downstream currently depends on it, since the served content type is decided by the .xml suffix, but the declaration was wrong and .MediaType reported it to templates. Feed filenames and locations are unchanged. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* Set Gemini to permalinkableNicholas Johnson2024-11-08
|
* Disable LiveReload and alias redirect for GeminiNicholas Johnson2024-11-08
|
* Set Gemini protocolNicholas Johnson2024-11-08
| | | | | This avoids littering the gemtext templates with regex to change the protocol.
* Disable HTML renderer for Gemini output formatNicholas Johnson2024-11-07
| | | | This avoids littering the gemtext templates with "safeHTML".
* Transition to new config file naming conventionNicholas Johnson2024-11-07
|
* Set good default config settingsNicholas Johnson2022-11-10