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 ae96f23 commit de1fa10Copy full SHA for de1fa10
1 file changed
hugo.toml
@@ -1,10 +1,12 @@
1
baseURL = "https://IBM.github.io/CodeEngine/"
2
title = "Code Engine Dev Blog"
3
-theme = "blowfish"
4
-languageCode = "en"
5
-defaultContentLanguage = "en"
6
7
-# Instructs Hugo to build using Go modules to fetch Blowfish remotely
+# Fixes the Hugo deprecation warning
+locale = "en-us"
+
+# Tells Hugo to use the module engine instead of looking for a local /themes folder
8
+theme = "github.com/nunocoracao/blowfish/v2"
9
10
[module]
11
[[module.imports]]
12
path = "github.com/nunocoracao/blowfish/v2"
0 commit comments