diff --git a/_11tycms.json b/_11tycms.json new file mode 100644 index 0000000..a33cc63 --- /dev/null +++ b/_11tycms.json @@ -0,0 +1,9 @@ +{ + "input":"/content/", + "includes":"/_includes/", + "data":"/_data/", + "output":"/_site/", + "media":"/public/img", + "build":"npx @11ty/eleventy", + "publish":"rsync -av --del /home/n_u/Repos/nathanupchurch.com/_site/ n_u@upchur.ch:/var/www/my_webapp/www/" +}