@@ -38,18 +38,14 @@ Next, open the `config.toml` file in the base of the Hugo folder and ensure the
38
38
39
39
There are various options you can easily set from your ` config.toml ` file.
40
40
41
- This text will appear after the Title of your site in your ` <title> ` meta tag:
41
+ This text will appear after the Title of your site in your ` <title> ` meta tag, and after the Title in the sidebar :
42
42
43
43
description = "A Hugo Theme built with Bootstrap"
44
44
45
45
46
46
### Sidebar
47
47
48
- This text will appear in the sidebar immediately under your site's Title:
49
-
50
- sidebarDescription = "A Hugo Theme built with Bootstrap"
51
-
52
- This text will appear in a free paragraph below the Title & sidebarDescription and above the menu links. Set it to "" if you don't want it.
48
+ This text will appear in a free paragraph below the Title & Description and above the menu links. Set it to "" if you don't want it.
53
49
54
50
sidebarFreeText = "A optional paragraph of free text. Set to blank in config.toml to clear..."
55
51
@@ -94,7 +90,6 @@ Using a theme is as simple as changing the `colorScheme` param in your `config.t
94
90
colorScheme = "scheme-darkbrown"
95
91
DateFormat = "2 Jan 2006"
96
92
description = "A Hugo Theme built with Bootstrap"
97
- sidebarDescription = "A Hugo Theme built with Bootstrap"
98
93
sidebarFreeText = "A optional paragraph of free text. Set to blank in config.toml to clear..."
99
94
100
95
@@ -150,7 +145,6 @@ Here is a full example `config.toml`:
150
145
colorScheme = "scheme-darkbrown"
151
146
DateFormat = "2 Jan 2006"
152
147
description = "A blog about content"
153
- sidebarDescription = "This is my blog about content"
154
148
sidebarFreeText = "A optional paragraph of free text. Set to blank in config.toml to clear..."
155
149
piwikSiteID = ""
156
150
piwikURL = ""
0 commit comments