更改配置

This commit is contained in:
浪子 2024-05-06 12:10:15 +08:00
parent 67096685ad
commit e93d7f0c79
2 changed files with 11 additions and 47 deletions

View File

@ -1,4 +1,4 @@
name: Bigfa
name: HUGO-pages
on:
push:
@ -23,54 +23,18 @@ jobs:
- name: Build
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
uses: peaceiris/actions-gh-pages@v3
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_DIR: ./public # hugo 生成到 public 作为跟目录
commit_message: ${{ github.event.head_commit.message }}
- name: Build FARALLON DEMO
run: hugo --gc --minify --cleanDestinationDir -b https://bigfa.github.io/hugo-theme-farallon/ -t farallon
- name: Deploy Demo
uses: peaceiris/actions-gh-pages@v3.9.3
- name: Search
uses: caibingcheng/hugo-algolia2@v1
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
external_repository: bigfa/hugo-theme-farallon
publish_branch: gh-pages # default: gh-pages
publish_dir: ./public
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 }}
input: "content/zh-cn/story/**"
index: "blog"
apikey: ${{ secrets.ALGOLIA_WRITE_KEY }}
appid: "CIU4I6RWD0"

View File

@ -43,8 +43,8 @@ theme = 'farallon'
toc = true
mainSections = ['story','memo']
indexName = '浪子'
searchKey = 'b0825b184f45c084e31770fbcc9261f2'
searchAPPID = 'FX1CAS2SD8'
searchKey = '6de51423d2ac6b29beb9a061737a85ca'
searchAPPID = 'CIU4I6RWD0'
showAuthor = true
authorName = '浪子'
authorDescription = '层梦想仗剑走天涯'