epub/Makefile

22 lines
553 B
Makefile
Raw Normal View History

2021-02-10 10:12:58 -05:00
#
# we assume you already cloned epub
#
quickstart:
2021-02-10 10:12:58 -05:00
# git clone https://github.com/weitblick/epub.git
# cd epub
2021-02-10 11:34:47 -05:00
mkdir -p exampleSite/themes
cd exampleSite/themes; git clone https://github.com/weitblick/epub.git
cd exampleSite/themes/epub; rm -rf .git
cd exampleSite/themes/epub; rm -rf exampleSite # remove the example site in the theme
cd exampleSite; hugo
cd exampleSite; bash ./deploy.sh
echo "Your example epub is generated at"
echo
echo "exampleSite/ebook.epub"
echo
clean:
rm -rf exexampleSite/themes
rm -rf exexampleSite/*.epub