mirror of https://github.com/onweru/compose.git

weru
06.43.2020 1f27ed029e6d9a3bc0ffebcfbbb514865292cddc
edit theme demo url
2 files modified
4 ■■■■ changed files
exampleSite/netlify.toml 2 ●●● patch | view | raw | blame | history
theme.toml 2 ●●● patch | view | raw | blame | history
exampleSite/netlify.toml
@@ -1,7 +1,7 @@
[build]
publish = "public"
#command = "hugo --gc --minify"
command = "hugo --gc --minify --baseURL https://compose-docs.netlify.app"
command = "hugo --gc --minify --baseURL https://docs.neuralvibes.com"
[context.production.environment]
HUGO_VERSION = "0.74.3"
theme.toml
@@ -2,7 +2,7 @@
license = "MIT"
licenselink = "https://github.com/onweru/compose/blob/master/LICENSE"
description = "A hugo theme for documentation sites. It's inspired by forestry.io's docs page"
homepage = "https://compose-docs.netlify.com"
homepage = "https://docs.neuralvibes.com"
tags = ["simple", "docs", "dark", "customizable", "search"]
features = ["simple", "docs", "dark", "customizable", "search"]
min_version = "0.53.0"