Skip to content

Commit

Permalink
更新 About 页
Browse files Browse the repository at this point in the history
  • Loading branch information
Potat0000 committed Mar 24, 2024
1 parent a59f8c8 commit 076ef40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
- main
- cn
steps:
- name: Set up Node.js
- name: Setup Node.js
uses: actions/setup-node@main
with:
node-version: 16.x
- uses: actions/setup-python@main
- name: Setup Python
uses: actions/setup-python@main
with:
python-version: 3.x
- name: Check out code
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
sed -i 's/police_text: 浙公网安备33010602011812号/police_text: 浙公网安备33010602013468号/g' _config.fluid.yml
sed -i 's/police_code: 33010602011812/police_code: 33010602013468/g' _config.fluid.yml
sed -i 's/moeicp_code: 20221816/moeicp_code: 20241816/g' _config.fluid.yml
perl -0777 -np -i -e 's,(-{10}\n\n).*土豆\.space.*(\n\n-{10}),\1这是本站的一个中文域名的实验性站点,你可以在 [https://potat0.cc](https://potat0.cc/) 访问标准网站。\2,g' source/about/index.md
- name: Build
run: |
hexo g
Expand Down
4 changes: 4 additions & 0 deletions source/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Vidar-Team 20 级成员,原 Re 手,现在主要研究 Computer Networking。

----------

本站有一个中文域名的实验性站点,你可以在 [https://土豆.space](https://xn--udsw05j.space/) 访问。

----------

我目前运营有 Potat0 Network (AS200078),你可以访问 https://net.potat0.cc/ 获得相关信息。

I currently operate Potat0 Network (AS200078). Please visit https://net.potat0.cc/ for more information.
Expand Down

0 comments on commit 076ef40

Please sign in to comment.