We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349c890 commit 7097d17Copy full SHA for 7097d17
hugo.toml
@@ -23,7 +23,7 @@ title = 'My New Hugo Site'
23
name = "bernd"
24
website = "https://git-compendium.info/"
25
email = "[email protected]"
26
- github = "git-buch"
+ github = "git-compendium"
27
gitlab = "gitbuch"
28
[[menu.main]]
29
name = "Blog"
netlify.toml
@@ -2,6 +2,7 @@
2
TZ = "Europe/Vienna"
3
HUGO_VERSION = "0.147.5"
4
HUGO_ENV = "production"
5
+HUGO_ENABLEGITINFO = "false"
6
7
[build]
8
publish = "public"
0 commit comments