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