From d656313e0aa9877ac70af248f39f68c12e4af38e Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 25 Jul 2025 12:16:17 +0200 Subject: [PATCH] timestamp no work --- genhtml.sh | 5 +++-- notes/{my_art.md => 2025-04-25_my_art.md} | 0 notes/{pico8.md => 2025-07-25_pico8.md} | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename notes/{my_art.md => 2025-04-25_my_art.md} (100%) rename notes/{pico8.md => 2025-07-25_pico8.md} (100%) diff --git a/genhtml.sh b/genhtml.sh index 959b7c3..f426e52 100755 --- a/genhtml.sh +++ b/genhtml.sh @@ -3,8 +3,9 @@ for entry in notes/* do filename=$(basename "$entry" .md) timestamp=`git log --format=%ad --date=format:'%Y-%m-%d' -- $entry` - dest="/posts/$timestamp" - dest+="_$filename" + #this don't work for now + #dest="/posts/$timestamp" + dest="/posts/$filename" dest+=".html" html+="
  • $timestamp" diff --git a/notes/my_art.md b/notes/2025-04-25_my_art.md similarity index 100% rename from notes/my_art.md rename to notes/2025-04-25_my_art.md diff --git a/notes/pico8.md b/notes/2025-07-25_pico8.md similarity index 100% rename from notes/pico8.md rename to notes/2025-07-25_pico8.md