From 321226b42d55b7521c663afe430e52b22ff2ff0e Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Tue, 8 Sep 2020 23:49:06 +0200 Subject: [PATCH] doc(exampleSite): change example site domain --- README.md | 2 +- exampleSite/config.toml | 2 +- netlify.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0efd11..5b24220 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Just another simple theme for Hugo ## Demo -[Example Site](https://hugo-theme-stack.netlify.app/) +[Example Site](https://theme-stack.jimmycai.com/) ## Features diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 39064a8..260275f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://example.com/" +baseurl = "https://theme-stack.jimmycai.com/" languageCode = "en-us" theme = "hugo-theme-stack" paginate = 5 diff --git a/netlify.toml b/netlify.toml index a085826..ab4cef0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ HUGO_THEME = "repo" [context.production] - command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}/" + command = "cd exampleSite && hugo --gc --themesDir ../.." [context.production.environment] HUGO_ENV = "production"