Skip to content

Commit a2796e0

Browse files
authored
updated base url and site title (#4)
closes #1
1 parent 8dff32e commit a2796e0

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

hugo.yaml

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Hugo configuration file
2+
baseURL: "https://golly.nandlabs.io"
23
title: Golly
34

5+
6+
outputs:
7+
home: [HTML]
8+
page: [HTML]
9+
section: [HTML, RSS]
10+
11+
defaultContentLanguage: en
12+
languages:
13+
en:
14+
languageName: English
15+
weight: 1
16+
title: Golly
17+
418
# import hextra as module
519
module:
620
imports:
@@ -40,7 +54,7 @@ menu:
4054
params:
4155
navbar:
4256
displayTitle: true
43-
displayLogo: true
57+
displayLogo: false
4458

4559
footer:
4660
displayCopyright: false

0 commit comments

Comments
 (0)