diff --git a/config/production/hugo.toml b/config/production/hugo.toml deleted file mode 100644 index c35f161..0000000 --- a/config/production/hugo.toml +++ /dev/null @@ -1,19 +0,0 @@ -baseURL = 'https://backtobasics.github.io/site/' -languageCode = 'en-us' -title = 'BackToBasics' - -[module] - # uncomment line below for temporary local development of module, - # when using a 'theme' as a git submodule or git cloned files - replacements = "github.com/colinwilson/lotusdocs -> lotusdocs" - [[module.imports]] - path = "github.com/colinwilson/lotusdocs" - disable = false - [[module.imports]] - path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5" - disable = false - -[params] - [params.docs] - darkMode = true - #themeColor = "blue" #blue (default), green, red, yellow, emerald, cardinal, magenta, cyan. diff --git a/config/_default/hugo.toml b/hugo.toml similarity index 93% rename from config/_default/hugo.toml rename to hugo.toml index f24cbcf..bb3c460 100644 --- a/config/_default/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'http://localhost/' +baseURL = 'https://backtobasics.github.io/' languageCode = 'en-us' title = 'BackToBasics'