From 01ffa193d06a413288937654104297f19e3be9cc Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 13 Aug 2022 00:55:06 -0400 Subject: [PATCH] theme: Update to acme inspired off-white background Also blue code samples! My mom says that my site needs more color if I want recruiters to take it seriously (haha). --- bin/genpage | 21 +++++++++++++++++---- bin/jam-index.sh | 6 +++++- www/blog/make-obj.txt | 1 + www/jam-tuesday/index.html | 56 ++++++++++++++++++++++++++++++-------------------------- 4 files changed, 53 insertions(+), 31 deletions(-) diff --git a/bin/genpage b/bin/genpage index 60fc763..5183e97 100755 --- a/bin/genpage +++ b/bin/genpage @@ -17,12 +17,16 @@ cat < $title diff --git a/bin/jam-index.sh b/bin/jam-index.sh index d122e6b..9ff307a 100755 --- a/bin/jam-index.sh +++ b/bin/jam-index.sh @@ -23,7 +23,11 @@ html { margin: auto; font-size: 1em; font-family: sans-serif; + /* amcme inspired background */ + background: #FFFFEA; } +a { color: #0939AD; } +a:visited { color: #613583; } footer { margin-top: 50px; font-size: .8em; @@ -36,7 +40,7 @@ blockquote, code pre { background: #f2f2f2; overflow: auto; padding: 10px; - border: 2px solid black; + border: 2px solid #8888cc; } .jam-artists tr:nth-child(even) { background-color: #e3e3e3; diff --git a/www/blog/make-obj.txt b/www/blog/make-obj.txt index 3ff0f60..2c7f2d5 100644 --- a/www/blog/make-obj.txt +++ b/www/blog/make-obj.txt @@ -34,6 +34,7 @@ enough the answer was the first hit! I've copied it for convenience below (licensed under the BSD-3 clause): > *`.OBJDIR:`* +> > Path to the directory where targets are built. At > startup, make searches for an alternate directory to > place target files. make tries to `chdir(2)` into diff --git a/www/jam-tuesday/index.html b/www/jam-tuesday/index.html index d15054c..6afd7d5 100644 --- a/www/jam-tuesday/index.html +++ b/www/jam-tuesday/index.html @@ -11,7 +11,11 @@ html { margin: auto; font-size: 1em; font-family: sans-serif; + /* amcme inspired background */ + background: #FFFFEA; } +a { color: #0939AD; } +a:visited { color: #613583; } footer { margin-top: 50px; font-size: .8em; @@ -24,7 +28,7 @@ blockquote, code pre { background: #f2f2f2; overflow: auto; padding: 10px; - border: 2px solid black; + border: 2px solid #8888cc; } .jam-artists tr:nth-child(even) { background-color: #e3e3e3; @@ -74,29 +78,29 @@ instrument is specified, it's me switching to it). We both

Top 10 Artists (Frequency, Name):

Top 10 Songs (Frequency, Name):

Setlists

Updated weekly: @@ -126,9 +130,9 @@ Updated weekly: ArtistSongPlays 311Amber1 A Great Big Pile Of LeavesAlligator Bop1 -A Tribe Called QuestCan I Kick It?1 Anderson .PaakMake It Better1 Anderson .Paak & Bruno MarsLeave the Door Open1 +A Tribe Called QuestCan I Kick It?1 Atta BoyJack and Blow8 Walden Pond2 Bad BooksBaby Shoes1 @@ -163,9 +167,9 @@ Updated weekly: Goo Goo DollsIris1 GorillazFeel Good Inc.1 Harvey DangerFlagpole Sitta1 +Herbie HancockChameleon3 Her'sBlue Lips6 Cool With You1 -Herbie HancockChameleon3 Jay SomBaybee1 Jimmy Eat WorldThe Middle1 John MayerMoving On and Getting Over1 @@ -181,7 +185,7 @@ Updated weekly: Hypotheticals5 Lenny KravitzFly Away1 Mac DeMarcoMy Old Man2 -Mac MillerWhat's The Use3 +Mac MillerWhat's the Use3 Manchester OrchestraBed Head3 Everything To Nothing1 I Can Barely Breathe1 @@ -260,9 +264,9 @@ Updated weekly: The Head and The HeartHoneybee1 Lost In My Mind2 Rivers and Roads2 +Theo KatzmanYou Could Be President1 The RaconteursSteady As She Goes1 The White StripesWe're Going To Be Friends1 -Theo KatzmanYou Could Be President1 Third Eye BlindSemi Charmed Life1 Three Doors DownKryptonite1 TonicIf You Could Only See1 @@ -285,7 +289,7 @@ Updated weekly: The World Has Turned and Left Me Here1

-

Last Updated: Mon Jan 3 19:40:00 EST 2022

+

Last Updated: Sat Aug 13 12:40:07 AM EDT 2022

© 2019-2022 Alex Karle | Home | License

-- libgit2 1.1.1