Merge pull request #5 from laszewsk/main

Makefile with quickstart of the example
This commit is contained in:
Erhard Maria Klein 2021-02-10 16:49:53 +01:00 committed by GitHub
commit 4d93ae67d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
Makefile Normal file
View 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