-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0277882
commit 59deb9e
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,18 +9,18 @@ | |
from lxml.etree import CDATA | ||
from marko.ext.gfm import gfm as marko | ||
|
||
MD_HEAD = """**<p align="center">[Leeyom's Blog](https://blog.leeyom.top)</p>** | ||
MD_HEAD = """**<p align="center">[Xiaoy's Blog](https://mengqiuleo.github.io)</p>** | ||
==== | ||
**<p align="center">用于记录一些幼稚的想法和脑残的瞬间</p>** | ||
[![](https://raw.githubusercontent.com/superleeyom/blog/main/img/IMG_216.JPEG)](https://blog.leeyom.top) | ||
**<p align="center">一枚前端, 这里记录一些无聊的生活日常~</p>** | ||
[![blog](/public/blog.png)](https://mengqiuleo.github.io) | ||
## 联系方式 | ||
- Twitter:[@super_leeyom](https://twitter.com/super_leeyom) | ||
- Telegram:[@super_leeyom](https://t.me/super_leeyom) | ||
- Email:[[email protected]](mailto:[email protected]) | ||
- Blog:[https://blog.leeyom.top](https://blog.leeyom.top) | ||
- RSS:[RSS Feed](https://raw.githubusercontent.com/{repo_name}/master/feed.xml) | ||
- WeChat:real-pjyOwO | ||
- QQ:1003346758 | ||
- Blog:[xiaoy's Blog](https://mengqiuleo.github.io) | ||
- CSDN:[程序媛小y](https://blog.csdn.net/weixin_52834435?spm=1000.2115.3001.5343) | ||
- Email:[[email protected]](mailto:pjy0813@163.com) | ||
""" | ||
|
||
BACKUP_DIR = "backup" | ||
|
@@ -268,4 +268,4 @@ def save_issue(issue, me, dir_name=BACKUP_DIR): | |
"--issue_number", help="issue_number", default=None, required=False | ||
) | ||
options = parser.parse_args() | ||
main(options.github_token, options.repo_name, options.issue_number) | ||
main(options.github_token, options.repo_name, options.issue_number) |