Commit Graph

5 Commits (25b68d75da3aa77ffa1a4300196ff1832db47222)

Author SHA1 Message Date
Dustin 914ab54a40 home: Add link boxes
I'm probably never going to write blog posts frequently enough to
warrant having the main focus of this site be the recent posts.
Instead, the home page can just be links to each section of the site.

The icons used here are from the [Material Design Icons][0] project.

[0]: https://materialdesignicons.com/
2022-04-13 17:49:10 -05:00
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
Dustin c0725199d9 Style improvements
* Use gray background on blog post pages
* Remove header on landing page
* Add web font for DejaVu Sans ExtraLight
2021-07-28 20:22:41 -05:00
Dustin a303d84044 Add margin between posts on home page 2021-03-08 23:22:33 -06:00
Dustin f4b2729acf Initial commit 2021-03-08 22:28:30 -06:00