Skip to content

Commit de1fa10

Browse files
authored
Update hugo.toml
1 parent ae96f23 commit de1fa10

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

hugo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
baseURL = "https://IBM.github.io/CodeEngine/"
22
title = "Code Engine Dev Blog"
3-
theme = "blowfish"
4-
languageCode = "en"
5-
defaultContentLanguage = "en"
63

7-
# Instructs Hugo to build using Go modules to fetch Blowfish remotely
4+
# Fixes the Hugo deprecation warning
5+
locale = "en-us"
6+
7+
# Tells Hugo to use the module engine instead of looking for a local /themes folder
8+
theme = "github.com/nunocoracao/blowfish/v2"
9+
810
[module]
911
[[module.imports]]
1012
path = "github.com/nunocoracao/blowfish/v2"

0 commit comments

Comments
 (0)