Skip to content

Commit 8de2e23

Browse files
committed
Site updated: 2024-07-20 23:52:43
1 parent 24fb621 commit 8de2e23

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

README-en.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Blog
2+
[Chinese](./README.md)
3+
4+
5+
26
> This project is a blog, built using `Hexo` and `Next`. Preview the blog site: [Please click here](https://blog.codewater.top/)
3-
>
4-
> [Chinese](./README.md)
57
68

79
Record thoughts on programming technology, my technology stack is mainly `Golang`.
@@ -14,3 +16,7 @@ Welcome to suggest different articles, you can give your opinions directly in `I
1416
>
1517
> email:dylanrieder@163.com
1618
>
19+
20+
21+
22+
[a reference to this article](https://zhuanlan.zhihu.com/p/102592286), but the inside content is outdated, and can't solve all the problems in the real operation, based on my own experience in processing, and because it did not write notes, so there is a problem can contact me directly to discuss.

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Blog
2+
[English](./README-en.md)
3+
4+
5+
26
> 本项目是一个博客,采用`Hexo``Next`搭建完成。预览博客网站:[请点此](https://blog.codewater.top/)
3-
>
4-
> [English](./README-en.md)
57
68
记录编程技术方面的思考,本人技术栈主要是`Golang`
79

@@ -12,4 +14,7 @@
1214
> QQ:1746559397
1315
>
1416
> email:dylanrieder@163.com
15-
>
17+
18+
19+
20+
[参考于此篇文章](https://zhuanlan.zhihu.com/p/102592286),但是里面内容有些过时,并不能解决真实操作遇到的所有问题,基于我自己的经验处理掉了,由于当初并没有写笔记,所以有问题的可以直接找我讨论。

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ pre .javascript .function {
11971197
}
11981198
.links-of-author a::before,
11991199
.links-of-author span.exturl::before {
1200-
background: #a25e90;
1200+
background: #6352ff;
12011201
border-radius: 50%;
12021202
content: ' ';
12031203
display: inline-block;

0 commit comments

Comments
 (0)