Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gavfu committed May 17, 2024
1 parent 96bc124 commit ccc4ddf
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prod-release-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
- name: Deploy Gh-Pages 🚀
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: gavfu/chzhshch-blog-site
publish_branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
cname: chzhshch.blog
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@

世人皆苦,希望“永远只愿意站立”,而且“希望探索、展示人的所有潜能、可能”的“缠中说禅”,能通过本站的存在,照亮一方天地,给越来越多的世人以智慧、财富和勇气。

如果您发现本站有任何错误或者疏漏,欢迎通过 **[TG群](https://t.me/chzhshchblog)** 反馈。另外本人偶尔会在 **[Twitter](https://twitter.com/chzhshch_eth)** 分享一些投资心得,亦欢迎关注。
如果您发现本站有任何错误或者疏漏,欢迎通过 **[TG群](https://t.me/chzhshchblog)** 反馈。另外本人偶尔会在 **[Twitter](https://twitter.com/chzhshch_eth)** 分享一些投资心得,亦欢迎关注。

## 本站地址

**主网址**
https://chzhshch.blog

**备用网址**
https://chzhshchblog.github.io
8 changes: 8 additions & 0 deletions docs/donate.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

<div style={{fontSize: '18px', fontWeight: 'normal', display: 'inline-block', textAlign: 'left'}}>

## WeChat Pay

<img src={useBaseUrl('/img/donate/wechat.png')} style={{marginTop: '50', width: 360}} /><br/><br/>

## Ali Pay

<img src={useBaseUrl('/img/donate/alipay.png')} style={{marginTop: '50', width: 360}} /><br/><br/>

## Binance Pay

```
Expand Down
1 change: 1 addition & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ hide_table_of_contents: true
> 如果您发现本站有任何错误或者疏漏,欢迎通过 **[TG群](https://t.me/chzhshchblog)** 反馈。另外本人偶尔会在 **[Twitter](https://twitter.com/chzhshch_eth)** 分享一些投资心得,亦欢迎关注。<br/>
> 本站网址 https://chzhshch.blog<br/>
> 备用网址 https://chzhshchblog.github.io<br/>
> 本站将在本人力所能及的前提下长期开源并存在,也欢迎天下万方的“有朋” **[捐赠](./donate.md)** 以助力。<br/>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const config = {
label: '捐赠',
},
{
href: 'https://github.com/gavfu/chzhshch-blog-site',
href: 'https://github.com/gavfu/chzhshch-blog',
// label: 'GitHub',
position: 'right',
className: 'header-github-link',
Expand Down
Binary file added static/img/donate/alipay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/donate/wechat.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 ccc4ddf

Please sign in to comment.