my personal site. powered by jekyll and hosted on github pages
(note to self)
- Run
bin/serveto generate (and watch for changes then recompile) - visit http://localhost:1234
- run
bin/new my great postto create a draft file. - run
bin/publish _drafts/my-great-post.mdto move that file into the_postsdirectory and add the current timestamp
- record and export an mp3 (the feed assumes mp3)
- upload it to s3, make public, copy the URL
- add a file to _metaphorloop_episodes named, e.g. 4.md for episode 4
- required attributes in the header:
titlesummarydateaudio_urlnumber_of_bytes-- actually count the bytes of the audio file, e.g. 4000000length_as_text-- e.g. "07:05"
- optional attributes in the header:
custom_artif an episode should have special art, link it here