mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
update abouot
This commit is contained in:
parent
27badbee83
commit
9db3347970
3 changed files with 8 additions and 0 deletions
6
.github/workflows/deploy-blog.yml
vendored
6
.github/workflows/deploy-blog.yml
vendored
|
|
@ -46,6 +46,9 @@ jobs:
|
||||||
needs: sync-blog-content
|
needs: sync-blog-content
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment:
|
||||||
|
name: production
|
||||||
|
url: https://blog.cloverta.top
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEPLOY_HOST: ${{ vars.DEPLOY_HOST }}
|
DEPLOY_HOST: ${{ vars.DEPLOY_HOST }}
|
||||||
|
|
@ -105,6 +108,9 @@ jobs:
|
||||||
manual-deploy:
|
manual-deploy:
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment:
|
||||||
|
name: production
|
||||||
|
url: https://blog.cloverta.top
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEPLOY_HOST: ${{ vars.DEPLOY_HOST }}
|
DEPLOY_HOST: ${{ vars.DEPLOY_HOST }}
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ export default {
|
||||||
"The design of this blog was inspired by:",
|
"The design of this blog was inspired by:",
|
||||||
'· <a href="https://ex-tasty.com/">極限風味</a>',
|
'· <a href="https://ex-tasty.com/">極限風味</a>',
|
||||||
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>',
|
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>',
|
||||||
|
'· <a href="https://www.kokosa.icu/">Kokosa\'s Notebook</a>',
|
||||||
"· And some other websites whose names I have unfortunately forgotten",
|
"· And some other websites whose names I have unfortunately forgotten",
|
||||||
"Thank you for your ideas and passion!",
|
"Thank you for your ideas and passion!",
|
||||||
"In addition, this blog is open source under MIT License. You can find its source code through the link in the footer.",
|
"In addition, this blog is open source under MIT License. You can find its source code through the link in the footer.",
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ export default {
|
||||||
"这个博客在设计理念上参考了:",
|
"这个博客在设计理念上参考了:",
|
||||||
'· <a href="https://ex-tasty.com/">極限風味</a>',
|
'· <a href="https://ex-tasty.com/">極限風味</a>',
|
||||||
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>',
|
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>',
|
||||||
|
'· <a href="https://www.kokosa.icu/">Kokosa\'s Notebook</a>',
|
||||||
"· 还有一些已经忘记名字的网站",
|
"· 还有一些已经忘记名字的网站",
|
||||||
"谢谢你们的想法和热情!",
|
"谢谢你们的想法和热情!",
|
||||||
"此外,这个博客的源码使用 MIT 协议开源,你可以从页脚的链接处获取它的源代码。",
|
"此外,这个博客的源码使用 MIT 协议开源,你可以从页脚的链接处获取它的源代码。",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue