doc(config.toml): change baseurl to https://example.com

Following Hugo theme showcase guideline
This commit is contained in:
Jimmy Cai 2020-09-13 10:51:31 +02:00
parent 2451b194dc
commit 294f445e0a
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -6,12 +6,12 @@
HUGO_THEME = "repo"
[context.production]
command = "cd exampleSite && hugo --gc --themesDir ../.."
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}"
[context.production.environment]
HUGO_ENV = "production"
[context.branch-deploy]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/"
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
[context.deploy-preview]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/"
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"