We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29236e2 commit c010a96Copy full SHA for c010a96
Makefile
@@ -57,15 +57,12 @@ content/specs/core-projects/core-projects.json: content/specs/core-projects/[^_]
57
@python tools/md-header-to-json.py $? > $@
58
59
html: prepare calendars core-project-json ## build the website in ./public
60
- hugo --themesDir="./themes";
61
@hugo
62
63
serve: prepare calendars core-project-json ## serve the website
64
65
@hugo --printI18nWarnings server
66
67
serve-dev: prepare calendars
68
- hugo --themesDir="../";
69
@hugo --printI18nWarnings server --disableFastRender
70
71
clean:
0 commit comments