doc(exampleSite): change example site domain
This commit is contained in:
parent
c36f811162
commit
321226b42d
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
baseurl = "https://example.com/"
|
||||
baseurl = "https://theme-stack.jimmycai.com/"
|
||||
languageCode = "en-us"
|
||||
theme = "hugo-theme-stack"
|
||||
paginate = 5
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user