doc(exampleSite): change example site domain

This commit is contained in:
Jimmy Cai 2020-09-08 23:49:06 +02:00
parent c36f811162
commit 321226b42d
No known key found for this signature in database
GPG key ID: 3EA408E527F37B18
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
baseurl = "https://example.com/"
baseurl = "https://theme-stack.jimmycai.com/"
languageCode = "en-us"
theme = "hugo-theme-stack"
paginate = 5

View file

@ -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"