Browse Source

Drop tabs and add spacing

main
Luke Murphy 3 years ago
parent
commit
26084c7814
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 10
      cron.sh

10
cron.sh

@ -12,17 +12,17 @@ etherpump pull \
--fix-names \
--connection 5 \
--force \
#rr-minimal-viable-learning # Note(decentral1se): uncomment for single pad
# rr-minimal-viable-learning # Note(decentral1se): uncomment for single pad
echo "Making the Etherpump index now ..."
# This will make an index for the dump
etherpump index \
input \
p/*.meta.json \
--templatepath templates \
--title "Notes, __MAGICWORDS__, readers & more ..." \
--output index.html
p/*.meta.json \
--templatepath templates \
--title "Notes, __MAGICWORDS__, readers & more ..." \
--output index.html
# tmp
# rm -r ../publish/

Loading…
Cancel
Save