all set up vibes

This commit is contained in:
gauthiier
2021-12-05 18:12:01 +01:00
parent 7f8b4f5325
commit f692fca824
8 changed files with 356 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
all: pull index
init:
etherdump init
mkdir out
pull:
etherdump pull --all --force --css styles/html.css --pub out/p --group out/g
index:
etherdump index input out/p/*.meta.json --title "Notes, __MAGICWORDS__, readers & more ..." --templatepath templates/ --output out/index.html
clean:
rm -Rf out/