From bf337a4a461d180412d237910436e1aacfb45b92 Mon Sep 17 00:00:00 2001 From: Matthew Wong Date: Sun, 18 Sep 2022 18:49:58 -0400 Subject: [PATCH] update hugo-obsidian to use v2.18 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 86ad52778..4faa4f16a 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ serve: ## Serve Quartz locally $(GOPATH)/bin/hugo-obsidian -input=content -output=assets/indices -index -root=. && hugo server --enableGitInfo --minify install: ## use v2.12 commit in hugo-obsidian repo - go install github.com/jackyzha0/hugo-obsidian@latest + go install github.com/jackyzha0/hugo-obsidian@v2.18 build: $(GOPATH)/bin/hugo-obsidian -input=content -output=assets/indices -index -root=. && \