mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fix demo for theme site
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,9 +1,9 @@
|
||||
.PHONY: demo clear
|
||||
|
||||
demo:
|
||||
mkdir -p demo/themes/coder
|
||||
mkdir -p demo/themes/hugo-coder
|
||||
rsync -av exampleSite/* demo
|
||||
rsync -av --exclude='demo' --exclude='exampleSite' --exclude='.git' . demo/themes/coder
|
||||
rsync -av --exclude='demo' --exclude='exampleSite' --exclude='.git' . demo/themes/hugo-coder
|
||||
cd demo && hugo serve -D
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user