Skip to content

Commit 7097d17

Browse files
committed
update netlify config for hugo
1 parent 349c890 commit 7097d17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ title = 'My New Hugo Site'
2323
name = "bernd"
2424
website = "https://git-compendium.info/"
2525
26-
github = "git-buch"
26+
github = "git-compendium"
2727
gitlab = "gitbuch"
2828
[[menu.main]]
2929
name = "Blog"

netlify.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
TZ = "Europe/Vienna"
33
HUGO_VERSION = "0.147.5"
44
HUGO_ENV = "production"
5+
HUGO_ENABLEGITINFO = "false"
56

67
[build]
78
publish = "public"

0 commit comments

Comments
 (0)