mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-15 16:23:32 +00:00
docs: fix exampleSite deploy and warnings #1003
This commit is contained in:
parent
ac9244e75d
commit
e18b21ac7f
3 changed files with 4 additions and 4 deletions
2
.github/actions/build_site/action.yaml
vendored
2
.github/actions/build_site/action.yaml
vendored
|
@ -16,4 +16,4 @@ runs:
|
||||||
- name: Build exampleSite
|
- name: Build exampleSite
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
hugo --source ${GITHUB_WORKSPACE}/docs --destination ${GITHUB_WORKSPACE}/../public/exampleSite --environment github --theme ${GITHUB_WORKSPACE}
|
hugo --source ${GITHUB_WORKSPACE}/exampleSite --destination ${GITHUB_WORKSPACE}/../public/exampleSite --environment github --theme ${GITHUB_WORKSPACE}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#contentDir = 'content/en'
|
#contentDir = 'content/en'
|
||||||
[en.params]
|
[en.params]
|
||||||
landingPageName = '<i class="fa-fw fas fa-home"></i> Home'
|
landingPageName = '<i class="fa-fw fas fa-home"></i> Home'
|
||||||
errorignore = ['exampleSite']
|
errorignore = ['exampleSite', 'images/hero.zip']
|
||||||
|
|
||||||
[[en.menu.shortcuts]]
|
[[en.menu.shortcuts]]
|
||||||
pre = '<i class="fa-fw fas fa-anchor"></i> '
|
pre = '<i class="fa-fw fas fa-anchor"></i> '
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
#contentDir = 'content/pir'
|
#contentDir = 'content/pir'
|
||||||
[pir.params]
|
[pir.params]
|
||||||
landingPageName = '<i class="fa-fw fas home"></i> Arrr! Home'
|
landingPageName = '<i class="fa-fw fas home"></i> Arrr! Home'
|
||||||
errorignore = ['exampleSite', '.*']
|
errorignore = ['exampleSite', 'images/hero.zip', '.*']
|
||||||
|
|
||||||
[[pir.menu.shortcuts]]
|
[[pir.menu.shortcuts]]
|
||||||
pre = '<i class="fa-fw fas fa-anchor"></i> '
|
pre = '<i class="fa-fw fas fa-anchor"></i> '
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.3.2+1eaa287faa456be277e6b65f40b08b821ac02fff
|
7.3.2+ac9244e75d03f453f4e20c9b52ab6c1ae228d9a5
|
Loading…
Add table
Reference in a new issue