diff --git a/_config.yml b/_config.yml index aee6262..acc7ad5 100644 --- a/_config.yml +++ b/_config.yml @@ -54,7 +54,7 @@ visit_counter: ##################### # 头像 -avatar: /img/avatar.jpg +avatar: http://q1.qlogo.cn/g?b=qq&nk=591369735&s=640 # 头像点击后的链接地址 avatar_link: / #默认为主页 @@ -63,19 +63,21 @@ avatar_link: / #默认为主页 brand: /img/brand.jpg # 电子邮件 -email: 277133779@qq.com +email: RedContritio@qq.com # 电子邮件下方的链接图标 ## 新连接规则[name]: url | icon ## 使用fontawesome图标,只需要写图标名。github -> icon-github | fa-github ## http://http://fontawesome.dashgame.com/ menu_link: - github: https://github.com/codefine | github + github: https://github.com/RedContritio | github + QQ: https://user.qzone.qq.com/591369735/main | qq + Bilibili: https://space.bilibili.com/8280700 | mars-double # 添加新菜单项遵循以下规则 ## menu: ## link: [必要][不渲染] 用于区分类别 -## icon: _blank [必要][渲染] 菜单图标。使用内置fontawesome图标,省略前缀 +## icon: _blank [必要][渲染] 菜单图标。使用内置fontawesome图标,省略前缀 ## text: About [必要][渲染] 菜单文字信息 ## url: /about [必要][渲染] 菜单链接,绝对或相对路径。 ## target: _blank [必要][不渲染] 是否跳出,省略则在当前页面打开 @@ -139,9 +141,9 @@ top_icon: true # 页面标题 ## 标签页 / 分类页 / 归档页的标题只能在这里设置 ## 其他自定义页面标题在页面markdown文件的title中设置 -tags_title: Tags #标签页 -categories_title: Categories #分类页 -archives_title: Archives #归档页 +tags_title: 标签 #标签页 +categories_title: 分类 #分类页 +archives_title: 归档 #归档页 # 主页文章摘要缩略图 defaultthumb: true @@ -152,11 +154,11 @@ defaultthumb: true ## excerpt_render为false时可进行手动截断。方法为在文章的markdown文件中加入,其之前的内容视为摘要部分。 excerpt_render: false #自动截断 excerpt_length: 200 #截断长度 -excerpt_link: more #更多按钮内容 +excerpt_link: ······ #更多按钮内容 # 是否显示文章最后更新时间 ## 位于文章底部的copyright -show_last_updated: true +show_last_updated: false # 版权信息copyright ## 位于文章底部 @@ -166,14 +168,14 @@ postMessage: 转载注明出处,原文地址: -<%- partial('post/share', {scope: 'global'}) %> \ No newline at end of file +<%- partial('post/share', {scope: 'global'}) %> + +<% if (theme.mermaid.enable) { %> + + +<% } %> \ No newline at end of file diff --git a/source/img/favicon.ico b/source/img/favicon.ico index 7f6815e..9b9aaa6 100644 Binary files a/source/img/favicon.ico and b/source/img/favicon.ico differ