Skip to content

Commit 44762df

Browse files
committed
chore: update about and tags
1 parent 10025b7 commit 44762df

14 files changed

+44
-86
lines changed

README.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ In Chinese:
2121
- [Grid布局快速入门](https://github.com/lvqq/blog-code/issues/28)
2222
- [常用Git操作的归纳总结](https://github.com/lvqq/blog-code/issues/26)
2323

24-
## Samples
25-
- [blog-samples](https://github.com/lvqq/blog-samples)
26-
27-
## Base
28-
- vuepress
29-
- vuepress-theme-meteorlxy
30-
31-
## Plugins
32-
- [vuepress-plugin-rocket](https://github.com/lvqq/vuepress-plugin-rocket) Bottom-To-Top🚀
24+
## About
25+
- Samples: [blog-samples](https://github.com/lvqq/blog-samples)
26+
- Plugins: [bottom-to-top🚀](https://github.com/lvqq/vuepress-plugin-rocket)
27+
- Theme: [vuepress-theme-meteorlxy](https://github.com/meteorlxy/vuepress-theme-meteorlxy)

src/.vuepress/components/AboutLayout.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<Content class="content" />
55
<!-- <Friends /> -->
66
</div>
7-
<div class="main-div">
7+
<!-- <div class="main-div">
88
<Vssue title="message-about" />
9-
</div>
9+
</div> -->
1010
</div>
1111
</template>
1212

src/.vuepress/config.js

+16-15
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
head: [
99
['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);})();'],
1010
['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'}],
1212
],
1313
plugins: [
1414
'vuepress-plugin-click',
@@ -32,8 +32,8 @@ module.exports = {
3232
// 个人简介
3333
description: `
3434
<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>
3737
<div class="side-contacts">
3838
${contacts.join('')}
3939
</div>
@@ -90,7 +90,7 @@ module.exports = {
9090
poweredByTheme: false,
9191

9292
// 添加自定义 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>',
9494
},
9595

9696
// 是否显示文章的最近更新时间
@@ -104,17 +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-
},
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,
118119

119120
// 分页配置
120121
pagination: {

src/.vuepress/utils/dictionary.js

+11-40
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ const LINKS = [
2121
// "color": "rgb(49, 204, 121)"
2222
// },
2323
{
24-
"href": "https://segmentfault.com/blog/chlorine",
25-
"title": "segmentfault",
24+
"href": "https://dev.to/chlorine",
25+
"title": "DEV",
2626
"target": "_blank",
27-
"icon": "icon-segmentfault",
28-
"color": "rgb(67, 151, 102)"
27+
"icon": "icon-dev",
28+
"color": "#2c2c2c"
29+
},
30+
{
31+
"href": "https://medium.com/@chlorinee",
32+
"title": "Medium",
33+
"target": "_blank",
34+
"icon": "icon-medium",
35+
"color": "black",
2936
},
30-
// {
31-
// "href": "https://www.jianshu.com/u/a50b09f94d97",
32-
// "title": "简书",
33-
// "target": "_blank",
34-
// "icon": "icon-jianshu",
35-
// "color": "rgb(241, 65, 42)"
36-
// },
3737
{
3838
"href": "mailto:[email protected]",
3939
"title": "Email",
@@ -42,35 +42,6 @@ const LINKS = [
4242
}
4343
]
4444

45-
const FRIENDS = [
46-
{
47-
"name": "Jooger",
48-
"href": "https://jooger.me",
49-
"head": "https://img.chlorine.site/friends/jooger.png"
50-
},
51-
{
52-
"name": "青春博客",
53-
"href": "http://loveteemo.com",
54-
"head": "https://img.chlorine.site/friends/loveteemo.png"
55-
},
56-
{
57-
"name": "王小帅&江小美",
58-
"href": "https://www.tianluogz.com",
59-
"head": "https://img.chlorine.site/friends/tianluogz.png"
60-
},
61-
{
62-
"name": "Sanshi-Blog",
63-
"href": "http://www.sanshi30.cn/",
64-
"head": "https://img.chlorine.site/friends/sanshi30.png"
65-
},
66-
{
67-
"name": "梦魇小栈",
68-
"href": "https://blog.ihoey.com",
69-
"head": "https://img.chlorine.site/friends/ihoey.png"
70-
}
71-
]
72-
7345
module.exports = {
7446
LINKS,
75-
FRIENDS,
7647
}

src/_posts/Engineering/02-gulp.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
category: Engineering
3-
tags:
4-
- gulp
53
date: 2018-11-22
64
title: 使用gulp实现前端自动化
75
vssue-title: 使用gulp实现前端自动化

src/_posts/Engineering/04-pnpm.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
category: Engineering
3+
tags:
4+
- pnpm
35
date: 2022-10-23
46
title: pnpm 原理解析
57
vssue-title: pnpm 原理解析

src/_posts/JavaScript/01-amplifier.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
draft: true
23
category: JavaScript
34
date: 2017-12-06
45
title: 放大器

src/_posts/JavaScript/02-getCoordinate.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
draft: true
23
category: JavaScript
34
date: 2017-12-09
45
title: 浅谈JS中的坐标获取

src/_posts/JavaScript/03-eventCompatibility.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
draft: true
23
category: JavaScript
34
date: 2018-05-01
45
title: 注册事件的兼容性处理

src/_posts/JavaScript/05-cloneDeep.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
category: JavaScript
33
date: 2019-09-16
4-
tags:
5-
- 深拷贝
64
title: 深拷贝实践
75
vssue-title: 深拷贝实践
86
# top: 1

src/_posts/JavaScript/06-promise.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
category: JavaScript
33
date: 2020-04-01
4-
tags:
5-
- promise
64
title: 如何实现一个 promise
75
vssue-title: 如何实现一个 promise
86
---

src/_posts/JavaScript/07-nodeSciprt.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
category: JavaScript
33
tags:
44
- NodeJS
5-
- vm
65
date: 2021-09-21
76
title: 如何安全地执行用户的自定义 nodejs 脚本
87
vssue-title: 如何安全地执行用户的自定义 nodejs 脚本

src/_posts/Tools/02-macTerminal.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
category: Tools
33
tags:
4-
- macOS
54
- zsh
65
date: 2022-07-31
76
title: MacOS Terminal 配置指南

src/about/README.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,15 @@ layout: AboutLayout
33
title: 关于
44
---
55

6-
# Base
7-
- vue
8-
- vuepress
9-
- theme-meteorlxy
10-
11-
# Plugins
12-
- [vuepress-plugin-rocket](https://github.com/lvqq/vuepress-plugin-rocket)上升顶部🚀
13-
14-
# Samples
15-
- [blog-samples](https://github.com/lvqq/blog-samples)博客中代码示例放置的仓库
16-
176
# Projects
18-
- [chatgpt-vercel](https://github.com/GPTGenius/chatgpt-vercel)一键免费创建私有的 ChatGPT 站点
7+
- [intelli-browser](https://github.com/lvqq/intelli-browser)通过自然语言控制你的浏览器
8+
- [chatgpt-vercel](https://github.com/GPTGenius/chatgpt-vercel)通过 vercel 一键创建 ChatGPT 站点
199
- [pnpm-alias](https://github.com/lvqq/pnpm-alias)pnpm 快捷命令
2010
- [cap](https://github.com/lvqq/cap)一行命令初始化项目模板
2111
- [aries](https://github.com/lvqq/aries)swagger 转换器,支持通过 swagger 生成接口的类型定义、markdown 文档以及本地 mock 接口
2212
- [dotfiles](https://github.com/lvqq/dotfiles)dotfiles 项目,快速搭建开发环境
2313

14+
# About Blog
15+
- [blog-samples](https://github.com/lvqq/blog-samples)代码示例
16+
- [vuepress-plugin-rocket](https://github.com/lvqq/vuepress-plugin-rocket)上升顶部🚀
17+
- [vuepress-theme-meteorlxy](https://github.com/meteorlxy/vuepress-theme-meteorlxy)主题

0 commit comments

Comments
 (0)