diff --git a/Makefile b/Makefile index b90490a..41dedf2 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,14 @@ quickstart: # git clone https://github.com/weitblick/epub.git # cd epub mkdir -p exampleSite/themes + cd exampleSite/themes; git clone https://github.com/weitblick/epub.git - cd exampleSite/themes/epub; rm -rf .git - cd exampleSite/themes/epub; rm -rf exampleSite # remove the example site in the theme + rm -rf exampleSite/themes/epub/.git + rm -rf exampleSite/themes/epub/exampleSite + cd exampleSite; hugo cd exampleSite; bash ./deploy.sh + echo "Your example epub is generated at" echo echo "exampleSite/ebook.epub"