From 1f27ed029e6d9a3bc0ffebcfbbb514865292cddc Mon Sep 17 00:00:00 2001 From: weru <onewesh@gmail.com> Date: Tue, 06 Oct 2020 18:43:59 +0000 Subject: [PATCH] edit theme demo url --- theme.toml | 2 +- exampleSite/netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index 6a1aab0..366be5f 100644 --- a/exampleSite/netlify.toml +++ b/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" diff --git a/theme.toml b/theme.toml index 92c0efd..09e7031 100644 --- a/theme.toml +++ b/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" -- Gitblit v1.10.0