diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-14 08:39:03 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-07-14 08:39:03 -0500 |
| commit | 30b6ddfa60dc0e9c74e4df5b0862e99b7d0fc31e (patch) | |
| tree | ae353dfd0b8e07c824d403d459567435c6cf8ce7 | |
| parent | 36beb05176901c87f85c612e1afc60d52df86e50 (diff) | |
update formatting of index page
| -rwxr-xr-x | gen/gen_index.sh | 6 | ||||
| -rw-r--r-- | 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)" @@ -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; } |
