@@ -8,7 +8,7 @@ module.exports = {
8
8
head : [
9
9
[ 'script' , { } , 'var _hmt = _hmt || [];(function() {if(location.host !== "www.chlorine.site") return;var hm = document.createElement("script");hm.src = "https://hm.baidu.com/hm.js?d8d60e7ae4a779698e2d60a30ff11fa4";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s);})();' ] ,
10
10
[ 'link' , { rel : 'icon' , href : 'https://img.chlorine.site/head.jpg' } ] ,
11
- [ 'link' , { rel : 'stylesheet' , href : 'https://at.alicdn.com/t/font_952822_eipr4f6r8la .css' } ] ,
11
+ [ 'link' , { rel : 'stylesheet' , href : 'https://at.alicdn.com/t/c/font_952822_dgtfvniygmi .css' } ] ,
12
12
] ,
13
13
plugins : [
14
14
'vuepress-plugin-click' ,
@@ -32,8 +32,8 @@ module.exports = {
32
32
// 个人简介
33
33
description : `
34
34
<p class="side-desc side-desc-word">Sometimes ever, sometimes never</p>
35
- <p class="side-desc"><i class="iconfont icon-yonghu " style="color:rgb(22, 155, 250)"></i> FE </p>
36
- <p class="side-desc"><i class="iconfont icon-aixin1" style="color:rgb(244, 110, 101)"></i> Coding、Running、Reading </p>
35
+ <p class="side-desc"><i class="iconfont icon-skill " style="color:rgb(22, 155, 250)"></i> Front-end, Python learning </p>
36
+ <p class="side-desc"><i class="iconfont icon-aixin1" style="color:rgb(244, 110, 101)"></i> Coding, Cats </p>
37
37
<div class="side-contacts">
38
38
${ contacts . join ( '' ) }
39
39
</div>
@@ -90,7 +90,7 @@ module.exports = {
90
90
poweredByTheme : false ,
91
91
92
92
// 添加自定义 footer (支持 HTML)
93
- custom : 'Copyright © 2017-2022 <a href="https://www.chlorine.site/" target="_blank">chlorine</a> | <a href="http://beian.miit.gov.cn/">鄂ICP备18005280号</a>' ,
93
+ custom : 'Copyright © 2017-2024 <a href="https://www.chlorine.site/" target="_blank">chlorine</a> | <a href="http://beian.miit.gov.cn/">鄂ICP备18005280号</a>' ,
94
94
} ,
95
95
96
96
// 是否显示文章的最近更新时间
@@ -104,17 +104,18 @@ module.exports = {
104
104
] ,
105
105
106
106
// 评论配置,参考下方 [页面评论] 章节
107
- comments : {
108
- owner : 'lvqq' ,
109
- repo : 'blog' ,
110
- clientId : 'e4da136aba26cf86d754' ,
111
- clientSecret : '7f180cf22c126d80991bfe2df6a84f6d66cc67b5' ,
112
- autoCreateIssue : false ,
113
- locale : 'zh-CN' ,
114
- perPage : 5 ,
115
- prefix : '[Blog] ' ,
116
- labels : [ 'blog' ] ,
117
- } ,
107
+ // comments: {
108
+ // owner: 'lvqq',
109
+ // repo: 'blog',
110
+ // clientId: 'e4da136aba26cf86d754',
111
+ // clientSecret: '7f180cf22c126d80991bfe2df6a84f6d66cc67b5',
112
+ // autoCreateIssue: false,
113
+ // locale: 'zh-CN',
114
+ // perPage: 5,
115
+ // prefix: '[Blog] ',
116
+ // labels: ['blog'],
117
+ // },
118
+ comments : false ,
118
119
119
120
// 分页配置
120
121
pagination : {
0 commit comments