1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
| avatar: https://raw.githubusercontent.com/ch1ny/PictureCDN/master/others/116359b4ccf19917.jpg # 网站 Logo background: # 既是博客的背景,又是文章默认头图 path: https://raw.githubusercontent.com/ch1ny/PictureCDN/master/others/f0d5cc34c6e5aa7.jpg width: 1280 height: 720 favicon: href: https://raw.githubusercontent.com/ch1ny/PictureCDN/master/others/116359b4ccf19917.jpg # 网站图标 type: image/png # 图标类型,可能的值有(image/png, image/vnd.microsoft.icon, image/x-icon, image/gif)
# 附加图标库 使用说明:https://hexo.kira.host/config/icon iconlib: //at.alicdn.com/t/c/font_3299330_2a7ov96q7e3.css
cdn: # 这里可以修改站点使用的库的CDN gitalk: css: https://unpkg.com/gitalk@latest/dist/gitalk.css js: https://unpkg.com/gitalk@latest/dist/gitalk.min.js
beian: 赣ICP备******号 # 备案号(选填,此乃中国特色,不得不尝)
menu: 回到首页: - / - icon-home 文章归档: # 使用说明:https://docs.kira.com/article/archive - /archive.html - icon-container 关于本人: - /about.html - icon-user 我的朋友: - /friends.html # 使用说明:https://docs.kira.com/article/py - icon-team
widgets: - social - category - tagcloud
maxTagcloud: 0 # 标签云组件显示的标签数量,0 表示不限制
social: QQ: - tencent://AddContact/?fromId=45&fromSubId=1&subcmd=all&uin=1056317718&website=www.oicqzone.com - icon-QQ - rgb(49, 174, 255) - rgba(49, 174, 255, .1) 哔哩哔哩: - https://space.bilibili.com/27905679 - icon-bilibili - rgb(231, 106, 141) - rgba(231, 106, 141, .15) GitHub: - https://github.com/ch1ny/ - icon-github - rgb(25, 23, 23) - rgba(25, 23, 23, .15) Gitee: - https://gitee.com/ch1ny/ - icon-gitee - rgb(165, 15, 15) - rgba(165, 15, 15, .15)
color: # 配色方案,从first到seventh为优先级为1-7的颜色,默认为彩虹配色 first: # 同时作为主题色 r: 49 g: 174 b: 255 second: r: 255 g: 78 b: 106 third: r: 255 g: 185 b: 0 fourth: r: 51 g: 213 b: 122 fifth: r: 0 g: 219 b: 255 sixth: r: 255 g: 69 b: 0 seventh: r: 144 g: 144 b: 255
# 评论区 gitalk: active: true # 是否启用 gitalk admin: -your github username- # 拥有对该repo进行操作的 GitHub username owner: -your github username- # 持有该 repo 的 GitHub username repo: -issue repo name- # 存放评论的 issue 所在的 repo clientID: -id- # GitHub Client ID clientSecret: -key- # GitHub Client Secret title: '' # Gitalk Issue Title
copyright: '<strong>版权声明:</strong>本文采用 <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/cn/deed.zh" target="_blank">CC BY-NC-SA 3.0 CN</a> 协议进行许可' copyTip: "著作权归作者所有。\n商业转载请联系作者获得授权,非商业转载请注明出处。\n来源:%url" # 自定义复制版权文案,使用 %url 代替当前页面URL, 修改为false禁用
# achive widget behavior widgetAchive: #文章归档组件 archive_type: 'year' #按月展示还是按年展示 show_count: true #是否展示数量
widgetLink: #链接组件 - title: <title> img: <img_path> link: <url> - title: <title> img: <img_path> link: <url>
# 自定义侧边栏尾部内容 sidebar: ''
|