From: Mike D. Lowis Date: Mon, 10 Aug 2015 17:20:12 +0000 (-0400) Subject: Parameterized logo path as well as CSS path X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=c306777200810fd179568482c8b19002b54dd74c;p=projs%2Fmdlowis.com.git Parameterized logo path as well as CSS path --- diff --git a/Makefile b/Makefile index 11d470a..171bddd 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PAGES = $(addprefix site/,$(addsuffix .html,$(basename $(notdir $(wildcard pages all: $(PAGES) serve: - cd site && serve + serve site/%.html : pages/%.md genpage $< > $@ diff --git a/config.sh b/config.sh index 90bb5c0..08a5f9d 100644 --- a/config.sh +++ b/config.sh @@ -3,5 +3,7 @@ export TITLE="Simplicity is the ultimate sophistication" export SUBTITLE=$TITLE export COPYRIGHT="© 2015 Michael D. Lowis" +export STYLE="/site/style.css" +export LOGO="/site/logo.png" export MENUTEXT="`genmenu.sh`" diff --git a/site/articles.html b/site/articles.html index 9027a21..d9c853d 100644 --- a/site/articles.html +++ b/site/articles.html @@ -2,13 +2,13 @@ Simplicity is the ultimate sophistication - +
- + mdlowis Simplicity
diff --git a/site/home.html b/site/home.html index 702fe98..cb61adc 100644 --- a/site/home.html +++ b/site/home.html @@ -2,13 +2,13 @@ Simplicity is the ultimate sophistication - +
- + mdlowis Simplicity
diff --git a/site/projects.html b/site/projects.html index 9027a21..d9c853d 100644 --- a/site/projects.html +++ b/site/projects.html @@ -2,13 +2,13 @@ Simplicity is the ultimate sophistication - +
- + mdlowis Simplicity
diff --git a/site/prototypes.html b/site/prototypes.html index 9027a21..d9c853d 100644 --- a/site/prototypes.html +++ b/site/prototypes.html @@ -2,13 +2,13 @@ Simplicity is the ultimate sophistication - +
- + mdlowis Simplicity
diff --git a/templates/page.html b/templates/page.html index 3fe6f09..980ef20 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,13 +2,13 @@ {{TITLE}} - - + +
- + mdlowis {{SUBTITLE}}