Merge pull request #5 from laszewsk/main
Makefile with quickstart of the example
This commit is contained in:
commit
4d93ae67d7
1 changed files with 16 additions and 0 deletions
16
Makefile
Normal file
16
Makefile
Normal file
|
@ -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
|
Loading…
Reference in a new issue