mirror of https://github.com/luizdepra/hugo-coder.git

Luiz de Prá
15.05.2018 a094f8fe7bfefbf150f20f068243d210de14d6c7
Makefile
@@ -10,9 +10,8 @@
   mkdir -p demo/themes/hugo-coder
   rsync -av exampleSite/ demo
   rsync -av --exclude='demo' --exclude='exampleSite' --exclude='.git' . demo/themes/hugo-coder
   cd demo && ./hugow
   cd .. && rm -rf resources
   cp -r demo/resources resources
   cd ./demo && ./hugow
   rm -rf ./resources && cp -r ./demo/resources ./resources
clean:
   rm -rf demo