mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 06:55:42 -05:00
update install command
This commit is contained in:
parent
bf337a4a46
commit
4b490a25b5
4
Makefile
4
Makefile
@ -19,8 +19,8 @@ update-force: ## Forcefully pull all changes and don't ask to patch
|
|||||||
serve: ## Serve Quartz locally
|
serve: ## Serve Quartz locally
|
||||||
$(GOPATH)/bin/hugo-obsidian -input=content -output=assets/indices -index -root=. && hugo server --enableGitInfo --minify
|
$(GOPATH)/bin/hugo-obsidian -input=content -output=assets/indices -index -root=. && hugo server --enableGitInfo --minify
|
||||||
|
|
||||||
install: ## use v2.12 commit in hugo-obsidian repo
|
install: ## use v2.18 commit in hugo-obsidian repo
|
||||||
go install github.com/jackyzha0/hugo-obsidian@v2.18
|
go install github.com/jackyzha0/hugo-obsidian@34bb5aac833f2e54fab1437bfa2ed4b8413751a0
|
||||||
|
|
||||||
build:
|
build:
|
||||||
$(GOPATH)/bin/hugo-obsidian -input=content -output=assets/indices -index -root=. && \
|
$(GOPATH)/bin/hugo-obsidian -input=content -output=assets/indices -index -root=. && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user