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
|
## Demo
|
||||||
|
|
||||||
[Example Site](https://hugo-theme-stack.netlify.app/)
|
[Example Site](https://theme-stack.jimmycai.com/)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
baseurl = "https://example.com/"
|
baseurl = "https://theme-stack.jimmycai.com/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
theme = "hugo-theme-stack"
|
theme = "hugo-theme-stack"
|
||||||
paginate = 5
|
paginate = 5
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
HUGO_THEME = "repo"
|
HUGO_THEME = "repo"
|
||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}/"
|
command = "cd exampleSite && hugo --gc --themesDir ../.."
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user