generated from xinetzone/xyzstyle
-
Notifications
You must be signed in to change notification settings - Fork 1
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
liuxinwei
committed
Dec 12, 2024
1 parent
e61b9b1
commit 106c7d9
Showing
2 changed files
with
77 additions
and
58 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
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
icon_links = [ | ||
# { | ||
# "name": "GitHub", | ||
# "url": "https://github.com/xinetzone/tvm-book", | ||
# "icon": "fa-brands fa-square-github", | ||
# "type": "fontawesome", | ||
# }, | ||
{ | ||
"name": "知乎", | ||
"url": "https://www.zhihu.com/people/xinetzone", | ||
"icon": "fa-brands fa-zhihu", | ||
"type": "fontawesome", | ||
}, | ||
{ | ||
"name": "简书", | ||
"url": "https://www.jianshu.com/u/4302480a3e8e", | ||
"icon": "fa-solid fa-book", | ||
"type": "fontawesome", | ||
}, | ||
{ | ||
"name": "B站", | ||
"url": "https://space.bilibili.com/252192181", | ||
"icon": "fa-brands fa-bilibili", | ||
"type": "fontawesome", | ||
}, | ||
{ | ||
"name": "博客园", | ||
"url": "https://www.cnblogs.com/q735613050/", | ||
"icon": "https://xinetzone.github.io/xinetzone/media/xinetzone.jpg", | ||
"type": "url", | ||
}, | ||
{ | ||
"name": "领英", | ||
"url": "https://www.linkedin.com/in/xinet", | ||
"icon": "fa-brands fa-linkedin", | ||
"type": "fontawesome", | ||
}, | ||
# { | ||
# "name": "GitLab", | ||
# "url": "https://gitlab.com/<your-org>/<your-repo>", | ||
# "icon": "fa-brands fa-square-gitlab", | ||
# "type": "fontawesome", | ||
# }, | ||
# { | ||
# "name": "Twitter", | ||
# "url": "https://twitter.com/<your-handle>", | ||
# "icon": "fa-brands fa-square-twitter", | ||
# # The default for `type` is `fontawesome` so it is not actually required in any of the above examples as it is shown here | ||
# }, | ||
# { | ||
# "name": "Mastodon", | ||
# "url": "https://<your-host>@<your-handle>", | ||
# "icon": "fa-brands fa-mastodon", | ||
# }, | ||
] |