epub/Makefile
2021-02-10 09:59:38 -05:00

13 lines
No EOL
278 B
Makefile

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