mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
doc(exampleSite): change example site domain
This commit is contained in:
parent
c36f811162
commit
321226b42d
3 changed files with 3 additions and 3 deletions
|
@ -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 a new issue