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

Codruț Constantin Gușoi
29.43.2022 5e4e500cdfe00babb29eb7aeef18c9d0ec3c5a47
Makefile
@@ -6,7 +6,7 @@
   $(HUGO_BIN) --themesDir=../.. --source=exampleSite
demo:
   $(HUGO_BIN) server -D --themesDir=../.. --source=exampleSite
   $(HUGO_BIN) server -D --themesDir=../.. --source=exampleSite --bind 0.0.0.0
release: build
   rm -rf ./resources && cp -r ./exampleSite/resources ./resources