2021-02-10 10:12:58 -05:00
|
|
|
#
|
|
|
|
# we assume you already cloned epub
|
|
|
|
#
|
2021-02-10 09:59:38 -05:00
|
|
|
quickstart:
|
2021-02-10 10:12:58 -05:00
|
|
|
# git clone https://github.com/weitblick/epub.git
|
|
|
|
# cd epub
|
2021-02-10 09:59:38 -05:00
|
|
|
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
|
2021-02-10 10:00:03 -05:00
|
|
|
bash ./deploy.sh
|