mirror of https://github.com/jkjoy/hugoblog.git
更改配置
This commit is contained in:
parent
67096685ad
commit
e93d7f0c79
|
@ -1,4 +1,4 @@
|
||||||
name: Bigfa
|
name: HUGO-pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -23,54 +23,18 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --gc --minify --cleanDestinationDir
|
run: hugo --gc --minify --cleanDestinationDir
|
||||||
|
|
||||||
- name: Search
|
|
||||||
uses: caibingcheng/hugo-algolia2@v1
|
|
||||||
with:
|
|
||||||
input: "content/zh-cn/story/**"
|
|
||||||
index: "bigfa"
|
|
||||||
apikey: ${{ secrets.ALGOLIA_WRITE_KEY }}
|
|
||||||
appid: "FX1CAS2SD8"
|
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
personal_token: ${{ secrets.Bigfa }} # personal_token 这里新建一个 https://github.com/settings/tokens
|
personal_token: ${{ secrets.hugoblog }} # personal_token 这里新建一个 https://github.com/settings/tokens
|
||||||
PUBLISH_BRANCH: gh-pages # 推送到当前 gh-pages 分支
|
PUBLISH_BRANCH: gh-pages # 推送到当前 gh-pages 分支
|
||||||
PUBLISH_DIR: ./public # hugo 生成到 public 作为跟目录
|
PUBLISH_DIR: ./public # hugo 生成到 public 作为跟目录
|
||||||
commit_message: ${{ github.event.head_commit.message }}
|
commit_message: ${{ github.event.head_commit.message }}
|
||||||
|
|
||||||
- name: Build FARALLON DEMO
|
- name: Search
|
||||||
run: hugo --gc --minify --cleanDestinationDir -b https://bigfa.github.io/hugo-theme-farallon/ -t farallon
|
uses: caibingcheng/hugo-algolia2@v1
|
||||||
|
|
||||||
- name: Deploy Demo
|
|
||||||
uses: peaceiris/actions-gh-pages@v3.9.3
|
|
||||||
with:
|
with:
|
||||||
personal_token: ${{ secrets.PERSONAL_TOKEN }}
|
input: "content/zh-cn/story/**"
|
||||||
external_repository: bigfa/hugo-theme-farallon
|
index: "blog"
|
||||||
publish_branch: gh-pages # default: gh-pages
|
apikey: ${{ secrets.ALGOLIA_WRITE_KEY }}
|
||||||
publish_dir: ./public
|
appid: "CIU4I6RWD0"
|
||||||
commit_message: ${{ github.event.head_commit.message }}
|
|
||||||
|
|
||||||
- name: Build notability demo
|
|
||||||
run: hugo --gc --minify --cleanDestinationDir -b https://bigfa.github.io/hugo-theme-notability/ -t notability
|
|
||||||
|
|
||||||
- name: Deploy notability Demo
|
|
||||||
uses: peaceiris/actions-gh-pages@v3.9.3
|
|
||||||
with:
|
|
||||||
personal_token: ${{ secrets.PERSONAL_TOKEN }}
|
|
||||||
external_repository: bigfa/hugo-theme-notability
|
|
||||||
publish_branch: gh-pages # default: gh-pages
|
|
||||||
publish_dir: ./public
|
|
||||||
commit_message: ${{ github.event.head_commit.message }}
|
|
||||||
|
|
||||||
- name: Build puppy demo
|
|
||||||
run: hugo --gc --minify --cleanDestinationDir -b https://bigfa.github.io/hugo-theme-puppy/ -t puppy
|
|
||||||
|
|
||||||
- name: Deploy puppy Demo
|
|
||||||
uses: peaceiris/actions-gh-pages@v3.9.3
|
|
||||||
with:
|
|
||||||
personal_token: ${{ secrets.PERSONAL_TOKEN }}
|
|
||||||
external_repository: bigfa/hugo-theme-puppy
|
|
||||||
publish_branch: gh-pages # default: gh-pages
|
|
||||||
publish_dir: ./public
|
|
||||||
commit_message: ${{ github.event.head_commit.message }}
|
|
||||||
|
|
|
@ -43,8 +43,8 @@ theme = 'farallon'
|
||||||
toc = true
|
toc = true
|
||||||
mainSections = ['story','memo']
|
mainSections = ['story','memo']
|
||||||
indexName = '浪子'
|
indexName = '浪子'
|
||||||
searchKey = 'b0825b184f45c084e31770fbcc9261f2'
|
searchKey = '6de51423d2ac6b29beb9a061737a85ca'
|
||||||
searchAPPID = 'FX1CAS2SD8'
|
searchAPPID = 'CIU4I6RWD0'
|
||||||
showAuthor = true
|
showAuthor = true
|
||||||
authorName = '浪子'
|
authorName = '浪子'
|
||||||
authorDescription = '层梦想仗剑走天涯'
|
authorDescription = '层梦想仗剑走天涯'
|
||||||
|
|
Loading…
Reference in New Issue