Commit Graph

10 Commits (master)

Author SHA1 Message Date
Dustin d11ce6612f projects: Begin Projects section
I want to publish some details about my projects, but I don't like the
blog format for this.
2024-08-18 09:13:21 -05:00
Dustin c0d974e5ec base: Set HTML title from content 2022-05-01 12:33:00 -05:00
Dustin fc2bbea4cf Update copyright date 2022-04-23 15:29:59 -05:00
Dustin dc0dfdfddd style: Bundle normalize.css
I don't like relying on GitHub to serve *normalize.css* for two reasons:

1. It sends a tracking cookie
2. I don't trust that the stylesheet will not change arbitrarily and
   negatively impact my site
2022-04-13 21:42:25 -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 b76eaa6427 Start work on CV 2021-08-23 19:52:51 -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 8f21141fad Layout improvements for mobile 2021-03-14 15:25:12 -05:00
Dustin 16f3ac61ec base: Add page footer 2021-03-08 23:20:08 -06:00
Dustin f4b2729acf Initial commit 2021-03-08 22:28:30 -06:00