this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Atom feed updates

Tholp c3002679 477645a1

+3 -1
+3 -1
skid/blog/atom.sk
··· 4 4 <title>The Thlog</title> 5 5 <link href="http://tholps.site/"/> 6 6 <id>https://tholps.site/</id> 7 - <updated>2025-10-28T01:00:00-05:00</updated> 7 + <updated>!time()</updated> 8 8 <author> 9 9 <name>Tholp</name> 10 10 <email>tholp@tholps.site</email> 11 11 </author> 12 12 <link rel="self" href="https://tholps.site/blog/atom.atom"/> 13 + <icon>https://tholps.site/favicon.png</icon> 13 14 15 + <!-- Time stamps are only granular to the day because i cant be bothered --> 14 16 !for_each_file_in_group( file "blog" ) {{{ 15 17 <entry> 16 18 <id>https://tholps.site/!output_filename("[[file..1]]")</id>