1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

docs: enable git info

This commit is contained in:
Carlos Alexandro Becker
2018-06-25 14:51:10 -03:00
parent bfd8d45cc7
commit 6a06f76c49
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ build:
# Generate the static documentation
static:
@hugo --source www
@hugo --enableGitInfo --source www
.PHONY: static
favicon:
@@ -70,7 +70,7 @@ favicon:
.PHONY: favicon
serve:
@hugo server -w -s www
@hugo server --enableGitInfo --watch --source www
.PHONY: serve
# Show to-do items per file.