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 68bf442 commit c4c88e3Copy full SHA for c4c88e3
hugo-site/assets/jsconfig.json
@@ -3,7 +3,7 @@
3
"baseUrl": ".",
4
"paths": {
5
"*": [
6
- "../themes/stack/assets/*"
+ "../themes/hugo-theme-stack/assets/*"
7
]
8
}
9
hugo-site/hugo.toml
@@ -1,7 +1,7 @@
1
2
baseURL = "https://blog.fals.io"
languageCode = "en-us"
-theme = "stack"
+theme = "hugo-theme-stack"
title = "blog.fals.io"
disqusShortname = "fals"
copyright = "Filipe Lima"
hugo-site/themes/stack
0 commit comments