change exampleSite theme name
This commit is contained in:
parent
6aea4be5fa
commit
7ced8f5003
|
@ -14,6 +14,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
path: PaperModX
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
baseURL: "https://reorx.github.io/hugo-PaperModX/"
|
baseURL: "https://reorx.github.io/hugo-PaperModX/"
|
||||||
title: PaperModX
|
title: PaperModX
|
||||||
paginate: 5
|
paginate: 5
|
||||||
theme: hugo-PaperModX
|
theme: PaperModX
|
||||||
# NOTE remove this line if you copy exampleSite outof hugo-PaperModX
|
# NOTE remove this line if you copy exampleSite outof hugo-PaperModX
|
||||||
themesdir: ../..
|
themesdir: ../..
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue