Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
YangRucheng committed Jan 16, 2025
1 parent 49477af commit 0c8ffb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hexo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-blog:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: 签出仓库
Expand All @@ -21,7 +21,7 @@ jobs:
repository: jerryc127/hexo-theme-butterfly
path: themes/butterfly

- name: 安装Node.js
- name: 安装 Node.js
uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: ./public

- name: Deploy to GitHub Pages
run: |
git config --global user.email "[email protected]"
Expand All @@ -53,4 +53,4 @@ jobs:
git remote add origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
git add .
git commit -m "Deploy to GitHub Pages"
git push --force origin main:pages
git push --force origin main:pages
7 changes: 3 additions & 4 deletions _config.butterfly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ social:
fab fa-github: https://github.com/YangRucheng || Github
fab fa-qq: https://qm.qq.com/q/rtZpWJIgPQ || QQ
fab fa-bilibili: https://space.bilibili.com/472876342 || 哔哩哔哩
fab fa-house: https://misaka-network.top || 御坂网络工作室
fas fa-envelope: mailto:[email protected] || Email

# 头像
Expand Down Expand Up @@ -64,9 +63,9 @@ cover:
# 评论
# Giscus https://giscus.app/
giscus:
repo: "YangRucheng/Blog-Hexo"
repo_id: "R_kgDOI4-j6Q"
category_id: "DIC_kwDOI4-j6c4CUaSX"
repo: YangRucheng/Blog-Hexo
repo_id: R_kgDOI4-j6Q
category_id: DIC_kwDOI4-j6c4CUaSW
theme:
light: light
dark: dark
Expand Down
Binary file added source/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c8ffb2

Please sign in to comment.