Commit Graph

13 Commits (838247fc2e2b0f594d92f2e9b871aa84826cec0a)

Author SHA1 Message Date
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 baf04e9c62 Add CI build/publish pipeline 2021-08-23 20:42:51 -05:00
Dustin b76eaa6427 Start work on CV 2021-08-23 19:52:51 -05:00
Dustin cd905baa4a logo: Trim bottom of image
Without the shadow effect, the logo does not need the extra space at the
bottom.
2021-08-23 19:52:23 -05:00
Dustin c9f21f2637 logo: Disable glow effect filter
The glow effect adds a weird halo around the whole image, making it look
like JPEG compression artifacts on the header.
2021-07-28 20:43:09 -05:00
Dustin fe5177fdef Fix permissions of favicon.ico 2021-07-28 20:42:56 -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 a303d84044 Add margin between posts on home page 2021-03-08 23:22:33 -06:00
Dustin 16f3ac61ec base: Add page footer 2021-03-08 23:20:08 -06:00
Dustin db9197fa2d blog: Import posts from Tumblr 2021-03-08 22:29:41 -06:00
Dustin 716b4c5af5 blog: Import posts from Hugo blog 2021-03-08 22:29:18 -06:00
Dustin f4b2729acf Initial commit 2021-03-08 22:28:30 -06:00