This is the code for generating the website audiommunity.org, and for hosting Audiommunity, a podcast about our bodies' never-ending fight with the outside world.
It uses Xranklin.jl as a static-site generator, but most of the pages are just written in markdown. If you have a suggestion for the site or notice any typos, please feel free to open an issue.
Need to fill this in a bit more at some point.
TODO - info on how to make suggestions
- baserow form
- github issues
- patreon posts
- Started from the basic template: https://tlienart.github.io/FranklinTemplates.jl/templates/basic/index.html
- Changed a few variables in xml feeds, used https://podba.se/validate/ to test
- mostly hard-coded stuff - the fd2rss functions are mostly not needed now
- in
head.xml
, added some namespaces, and some itunes and podcast-specific tags - in
item.xml
, updated theenclosure
to add a type and length (hard-coded for now - need to fix that)
julia> u4 = UUID("ead4c236-bf58-58c6-a2c6-a6b28d128cb6"); # "podcast" namespace
julia> audommunity_guid = uuid5(u4, "audiommunity.org/feed")
UUID("389e74b1-be77-567e-b7b8-98eacec29284")
Eg. <guid>audiommunity-001</guid>
Keeping track at https://github.com/kescobo/audiommunity.org/issues