From 30b6ddfa60dc0e9c74e4df5b0862e99b7d0fc31e Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 14 Jul 2026 08:39:03 -0500 Subject: update formatting of index page --- gen/gen_index.sh | 6 +++--- pandoc.css | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/gen/gen_index.sh b/gen/gen_index.sh index a9bcaf1..8fb76d7 100755 --- a/gen/gen_index.sh +++ b/gen/gen_index.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash -echo -e "---\ntitle: All Stories\n---\n" - -echo "You can also see the stories sorted by life lessons [here](life_lessons.html)" +echo -e "---\ntitle: Stories From the Life of Daniel Williams\n---\n" echo for i in $(find md -maxdepth 1 -name "*.md" -printf '%f\n'); do @@ -13,3 +11,5 @@ for i in $(find md -maxdepth 1 -name "*.md" -printf '%f\n'); do printf "%s. [$title](stories/${filename}.html)\n" "${filename%%_*}" ) & done | sort -n + +echo "An index sorted by life lessons is available [here](life_lessons.html)" diff --git a/pandoc.css b/pandoc.css index 9614bb9..04185e1 100644 --- a/pandoc.css +++ b/pandoc.css @@ -1,7 +1,3 @@ -/* - * I add this to html files generated with pandoc. - */ - html { font-size: 100%; overflow-y: scroll; @@ -124,7 +120,6 @@ hr { pre, code, kbd, samp { color: #000; font-family: monospace, monospace; - _font-family: 'courier new', monospace; font-size: 0.98em; } -- cgit v1.3.1