add a makefile to get the example quickly generated

This commit is contained in:
Gregor von Laszewski 2021-02-10 09:59:38 -05:00
parent 806ee77b5d
commit d675f0f6f1

13
Makefile Normal file
View file

@ -0,0 +1,13 @@
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