| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Use the registered media type for Atom feeds | Nicholas Johnson | 23 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 permalinkable | Nicholas Johnson | 2024-11-08 |
| | | |||
| * | Disable LiveReload and alias redirect for Gemini | 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". | ||
| * | Transition to new config file naming convention | Nicholas Johnson | 2024-11-07 |
