diff --git a/docs/iotsharp/config.toml b/docs/iotsharp/config.toml index 0c282861b26cd17c75dce4a349b1d390df7eabad..268fd7b39eb9dc79c66d65827c15cbb05b5738c2 100644 --- a/docs/iotsharp/config.toml +++ b/docs/iotsharp/config.toml @@ -3,7 +3,7 @@ languageCode = "en-US" defaultContentLanguage = "en" title = "IoTSharp Documentation" -theme = "hugo-theme-learn" +theme = "docs" themesdir = "../.." metaDataFormat = "yaml" defaultContentLanguageInSubdir= true diff --git a/docs/netlify.toml b/docs/netlify.toml index 03fdbd7e3aef062db7ddfc7cfe0c98a36b5850d5..9c9bd6740c9f9c8c6255994ab7d9c72eb047f48d 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -8,7 +8,7 @@ HUGO_VERSION = "0.50" [context.production.environment] - HUGO_BASEURL = "https://iotsharp.netlify.com" + HUGO_BASEURL = "https://iotsharpdocs.netlify.com" [context.deploy-preview] command = "hugo -s iotsharp -b $DEPLOY_PRIME_URL" diff --git a/docs/wercker.yml b/docs/wercker.yml index 7f8b957a9c6ca5664e01dc1c4a71c866a3a6627e..18de5a40e259558a7d92d5ffef6feacb1a3bf1f8 100644 --- a/docs/wercker.yml +++ b/docs/wercker.yml @@ -5,7 +5,7 @@ build: - script: name: get hugo code: | - git clone https://github.com/gohugoio/hugo.git && cd hugo && go install + git clone https://github.com/gohugoio/hugo.git && cd hugo && go install && ls # Sets the go workspace and places you package # at the right place in the workspace tree - setup-go-workspace