Init con Hugo, conversione ListedDownsync.js, fix metadati post

This commit is contained in:
2024-08-24 02:16:17 +02:00
parent a8a226b4f4
commit dda72042fd
151 changed files with 2063 additions and 1033 deletions

7
Scripts/Clean.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
. "$(dirname "$(realpath "$0")")/.Globals.sh"
cd "${swd}/.."
rm -rf ./build ./public ./resources
cd "${owd}"