-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: clean menu & friends list for users #131
- Loading branch information
Showing
4 changed files
with
83 additions
and
35 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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
site_logo: https://ga.candinya.com/avatar/a7f9e15fef26e0a540edc977e21cb3eb | ||
avatarUri: https://ga.candinya.com/avatar/a7f9e15fef26e0a540edc977e21cb3eb | ||
|
||
menu: | ||
index: / | ||
archives: /archives/ | ||
friends: /friends/ | ||
sites: | ||
submenu: true | ||
author: https://candinya.com | ||
project: https://github.com/Candinya/Kratos-Rebirth | ||
|
||
label: | ||
index: <i class="fa fa-home"></i>首页 | ||
archives: <i class="fa fa-file"></i>档案馆 | ||
friends: <i class="fa fa-paw"></i>好伙伴 | ||
sites: | ||
submenu: <i class="fa fa-link"></i>链接 | ||
author: 作者博客 | ||
project: 项目链接 | ||
|
||
friends: | ||
list: | ||
- name: "猫猫①号" | ||
bio: "喵~" | ||
avatar: "../images/avatar.webp" | ||
link: "https://candinya.com" | ||
- name: "猫猫②号" | ||
bio: "喵喵~" | ||
avatar: "../images/avatar.webp" | ||
link: "https://candinya.com" | ||
- name: "猫猫⑨号" | ||
bio: "咪啪~" | ||
avatar: "../images/avatar.webp" | ||
link: "https://candinya.com" | ||
|
||
posts: | ||
comments: | ||
provider: gitalk | ||
|
||
gitalk: | ||
clientID: 'GitHub Application Client ID' | ||
clientSecret: 'GitHub Application Client Secret' | ||
# repo: 'Kratos-Rebirth-Demo' | ||
# owner: 'Candinya' | ||
# admin: | ||
# - 'Candinya' | ||
# distractionFreeMode: false |
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
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