Initial commit - but way too late.
Some checks failed
ci / site (push) Has been cancelled

This commit is contained in:
2026-02-10 00:22:18 -05:00
commit af112a713c
173 changed files with 27667 additions and 0 deletions

17
site/tests/fixtures/youtube-feed.xml vendored Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>YouTube channel feed</title>
<entry>
<id>yt:video:abc123</id>
<title>Test Video One</title>
<published>2026-02-09T12:34:56+00:00</published>
<link rel="alternate" href="https://www.youtube.com/watch?v=abc123"/>
</entry>
<entry>
<id>yt:video:def456</id>
<title>Test Video Two</title>
<published>2026-02-08T10:00:00+00:00</published>
<link rel="alternate" href="https://www.youtube.com/watch?v=def456"/>
</entry>
</feed>