You've already forked goreleaser
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:
4
Makefile
4
Makefile
@@ -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.
|
||||
|
Submodule www/themes/hugo-apex-theme updated: 3bddc70df0...cb87b6b136
Reference in New Issue
Block a user