Skip to content

Commit 3980e22

Browse files
committed
feat: add article full-stack-deploy
1 parent 44762df commit 3980e22

File tree

4 files changed

+684
-14
lines changed

4 files changed

+684
-14
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ In English:
55
- [Getting started with creating a frontend project quickly](https://dev.to/chlorine/getting-started-with-creating-a-frontend-project-quickly-1b0i)
66

77
In Chinese:
8+
- [全栈项目全流程上线、部署、运维实践](https://github.com/lvqq/blog/issues/61)
89
- [pnpm 原理解析](https://github.com/lvqq/blog/issues/60)
910
- [快速从零开始搭建一个前端项目](https://github.com/lvqq/blog/issues/59)
1011
- [超详细的 TypeScript 入门总结](https://github.com/lvqq/blog/issues/58)
@@ -21,6 +22,10 @@ In Chinese:
2122
- [Grid布局快速入门](https://github.com/lvqq/blog-code/issues/28)
2223
- [常用Git操作的归纳总结](https://github.com/lvqq/blog-code/issues/26)
2324

25+
## Sites
26+
- Main site: [www.chlorine.site](https://www.chlorine.site/)
27+
- Backup site: [vercel.chlorine.site](https://vercel.chlorine.site/)
28+
2429
## About
2530
- Samples: [blog-samples](https://github.com/lvqq/blog-samples)
2631
- Plugins: [bottom-to-top🚀](https://github.com/lvqq/vuepress-plugin-rocket)

src/.vuepress/config.js

+12-12
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@ module.exports = {
104104
],
105105

106106
// 评论配置,参考下方 [页面评论] 章节
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,
119119

120120
// 分页配置
121121
pagination: {

0 commit comments

Comments
 (0)