diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7e4f156 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +# +# we assume you already cloned epub +# +quickstart: + # git clone https://github.com/weitblick/epub.git + # cd epub + cd exampleSite + mkdir themes + cd themes + git clone https://github.com/weitblick/epub.git + cd epub + rm -rf .git + rm -rf exampleSite # remove the example site in the theme + cd ../.. + hugo + bash ./deploy.sh