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.
2 parents bdf2906 + edd3d6b commit 73ebd7cCopy full SHA for 73ebd7c
Makefile
@@ -19,7 +19,6 @@ install: ## install dependencies
19
npm install
20
hugo mod get
21
hugo mod graph
22
- hugo mod get github.com/google/docsy
23
24
.PHONY: netlify
25
netlify:
@@ -33,11 +32,11 @@ netlify-preview: ## build a preview of the site for Netlify
33
32
34
.PHONY: serve
35
serve: ## serve the content locally for testing
36
- hugo -t docsy server
+ hugo server
37
38
.PHONY: serve-preview
39
serve-preview: ## serve the preview content locally for testing
40
- hugo -t docsy server -F
+ hugo server -F
41
42
.PHONY: bin-dir
43
bin-dir: ## Creates a local "bin" directory for helper applications.
0 commit comments