File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3
3
** IMPORTANT** The Hugo version was bumped to ` v0.109.0 extended ` . Therefore, you should upgrade Hugo in your local
4
4
development environment and, if necessary, in the corresponding deployment configuration file.
5
5
6
+ ### Theme Installation Options
7
+
8
+ Depending on your chosen theme installation option, update the theme property in the ` config.toml ` file as follows:
9
+
10
+ ``` toml
11
+ # Option 1 (recommended) : adding the theme as a Hugo module
12
+ theme = " github.com/Lednerb/bilberry-hugo-theme/v4"
13
+
14
+ # Options 2 and 3: cloning/copying the theme files
15
+ theme = " bilberry-hugo-theme/v4"
16
+ ```
17
+
6
18
### Top Navigation Bar
7
19
8
20
1 . Remove completely the ` excludeFromTopNav ` variable from all content files in the ` content/page ` folder.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ baseURL = "https://example.com/"
4
4
# Option 1 (recommended): adding the theme as a Hugo module
5
5
theme = " github.com/Lednerb/bilberry-hugo-theme/v4"
6
6
7
- # Option 2 : cloning/copying the theme files
7
+ # Options 2 and 3 : cloning/copying the theme files
8
8
# theme = "bilberry-hugo-theme/v4"
9
9
10
10
# Generate the robots.txt file for SEO
@@ -20,7 +20,7 @@ googleAnalytics = ""
20
20
disqusShortname = " "
21
21
22
22
[params ]
23
- # Custom CSS / JS modules that will be imported by the template.
23
+ # Custom CSS/ JS modules that will be imported by the template.
24
24
# Files are relative to the static/ directory or a URL.
25
25
# Files are imported in the order they appear here, after
26
26
# theme.css and theme.js, respectively.
You can’t perform that action at this time.
0 commit comments