Go to file
Dustin 838247fc2e Add song quotes to home page
Since we're pre-rendering the page now, we can't select a song quote on
the server side.  Instead, we'll use JavaScript to fetch the song quotes
as a JSON document and choose a random song from there.  The JSON
document is converted from the YAML source at build time with a simple
Python script.
2021-08-23 21:49:04 -05:00
.vscode Initial commit 2021-03-08 22:28:30 -06:00
ci Add song quotes to home page 2021-08-23 21:49:04 -05:00
content Start work on CV 2021-08-23 19:52:51 -05:00
sass Add song quotes to home page 2021-08-23 21:49:04 -05:00
static logo: Trim bottom of image 2021-08-23 19:52:23 -05:00
templates Add song quotes to home page 2021-08-23 21:49:04 -05:00
.gitignore Initial commit 2021-03-08 22:28:30 -06:00
config.toml Initial commit 2021-03-08 22:28:30 -06:00
songquotes.yml Add song quotes to home page 2021-08-23 21:49:04 -05:00