add a makefile to get the example quickly generated
This commit is contained in:
parent
806ee77b5d
commit
d675f0f6f1
1 changed files with 13 additions and 0 deletions
13
Makefile
Normal file
13
Makefile
Normal 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
|
Loading…
Reference in a new issue