Skip to content

Commit

Permalink
解决Node.js版本问题, 修复导航文件缩进格式异常
Browse files Browse the repository at this point in the history
  • Loading branch information
shenweiyan committed Mar 22, 2024
1 parent 8d7a724 commit 015251b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/HugoAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-20.04 # 在什么环境运行任务
steps:
- uses: actions/checkout@v3 # 引用actions/checkout这个action,与所在的github仓库同名
- uses: actions/checkout@v4 # 引用actions/checkout这个action,与所在的github仓库同名
with:
submodules: true # Fetch Hugo themes (true OR recursive) 获取submodule主题
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
Expand Down
34 changes: 17 additions & 17 deletions data/webstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,23 +352,23 @@
- title: 偷懒爱好者周刊
url: https://toolight.zhubai.love/
logo: zhubai.webp
description: 偷懒爱好者周刊,分享产品、工具、新鲜事,每周三发布。
- title: 老胡的信息周刊
url: https://weekly.howie6879.com/
logo: howie.webp
description: 记录老胡每周看到的优质资源,包含项目、软件、资料、网站。
- title: Python 潮流周刊
url: https://pythoncat.top/
logo: pythoncat.webp
description: '豌豆花下猫,Python 编程。'
- title: 二丫讲梵
url: https://wiki.eryajf.net/
logo: eryajf.webp
description: '运维技术和 Go 语言周边为主,辅以 GitHub 上优秀项目或他人优秀经验。'
- title: '1Link.Fun'
url: https://1link.fun/blog/
logo: 1linkfun.webp
description: '一个分享有趣科技新闻, 实用工具网站, 消磨时间利器的互联网杂志。'
description: '偷懒爱好者周刊,分享产品、工具、新鲜事,每周三发布。'
- title: 老胡的信息周刊
url: https://weekly.howie6879.com/
logo: howie.webp
description: 记录老胡每周看到的优质资源,包含项目、软件、资料、网站。
- title: Python 潮流周刊
url: https://pythoncat.top/
logo: pythoncat.webp
description: '豌豆花下猫,Python 编程。'
- title: 二丫讲梵
url: https://wiki.eryajf.net/
logo: eryajf.webp
description: '运维技术和 Go 语言周边为主,辅以 GitHub 上优秀项目或他人优秀经验。'
- title: '1Link.Fun'
url: https://1link.fun/blog/
logo: 1linkfun.webp
description: '一个分享有趣科技新闻, 实用工具网站, 消磨时间利器的互联网杂志。'
- term: 博客站点
links:
- title: 酷壳
Expand Down

0 comments on commit 015251b

Please sign in to comment.