Commit 3980e22 1 parent 44762df commit 3980e22 Copy full SHA for 3980e22
File tree 4 files changed +684
-14
lines changed
4 files changed +684
-14
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ In English:
5
5
- [ Getting started with creating a frontend project quickly] ( https://dev.to/chlorine/getting-started-with-creating-a-frontend-project-quickly-1b0i )
6
6
7
7
In Chinese:
8
+ - [ 全栈项目全流程上线、部署、运维实践] ( https://github.com/lvqq/blog/issues/61 )
8
9
- [ pnpm 原理解析] ( https://github.com/lvqq/blog/issues/60 )
9
10
- [ 快速从零开始搭建一个前端项目] ( https://github.com/lvqq/blog/issues/59 )
10
11
- [ 超详细的 TypeScript 入门总结] ( https://github.com/lvqq/blog/issues/58 )
@@ -21,6 +22,10 @@ In Chinese:
21
22
- [ Grid布局快速入门] ( https://github.com/lvqq/blog-code/issues/28 )
22
23
- [ 常用Git操作的归纳总结] ( https://github.com/lvqq/blog-code/issues/26 )
23
24
25
+ ## Sites
26
+ - Main site: [ www.chlorine.site ] ( https://www.chlorine.site/ )
27
+ - Backup site: [ vercel.chlorine.site] ( https://vercel.chlorine.site/ )
28
+
24
29
## About
25
30
- Samples: [ blog-samples] ( https://github.com/lvqq/blog-samples )
26
31
- Plugins: [ bottom-to-top🚀] ( https://github.com/lvqq/vuepress-plugin-rocket )
Original file line number Diff line number Diff line change @@ -104,18 +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
- // },
118
- comments : false ,
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,
119
119
120
120
// 分页配置
121
121
pagination : {
You can’t perform that action at this time.
0 commit comments