No description
Find a file
Graham McIntire c882c11eed
Filter future-dated posts out of Atom and RSS feeds
Zola's default feed templates include any non-draft page regardless of
its date field, so scheduled posts (date in the future, draft=false)
were showing up in the feed before they were meant to be public.

Override templates/atom.xml and templates/rss.xml with versions that
skip entries whose date is greater than now(). The filter is bypassed
on localhost so zola serve still previews scheduled posts locally,
matching the pattern already used in templates/section.html.
2026-04-22 16:38:22 -05:00
.forgejo/workflows Scheduled post publishing + transistor amplifier post 2026-04-22 10:58:27 -05:00
content Draft subnetting post + Atom/RSS feed autodiscovery 2026-04-22 16:35:46 -05:00
sass Apply OneDark Pro palette; add human-authored notice to footer 2026-04-18 16:02:40 -05:00
static Draft subnetting post + Atom/RSS feed autodiscovery 2026-04-22 16:35:46 -05:00
templates Filter future-dated posts out of Atom and RSS feeds 2026-04-22 16:38:22 -05:00
themes Initial site setup with Zola and zolanight theme 2026-02-17 09:51:14 -06:00
.gitignore Initial site setup with Zola and zolanight theme 2026-02-17 09:51:14 -06:00
.gitmodules Add .gitmodules for zolanight theme submodule 2026-02-17 10:01:24 -06:00
CLAUDE.md Document deployment setup in CLAUDE.md 2026-02-17 14:31:25 -06:00
IDEAS.md Draft subnetting post + Atom/RSS feed autodiscovery 2026-04-22 16:35:46 -05:00
zola.toml Draft subnetting post + Atom/RSS feed autodiscovery 2026-04-22 16:35:46 -05:00