From f2b5a7835c720f2e360a1c31b1ae377c01f1a224 Mon Sep 17 00:00:00 2001 From: zopiya Date: Wed, 26 Mar 2025 21:13:25 +0800 Subject: [PATCH] Update .gitignore, remove submodule, and add new content files for improved site structure --- .gitignore | 3 +- .gitmodules | 3 -- content/about.md | 78 +++++++++++++++++++++++++++++++++++++++++ content/posts/_index.md | 3 ++ themes/typo | 1 - 5 files changed, 83 insertions(+), 5 deletions(-) delete mode 100644 .gitmodules create mode 100644 content/about.md create mode 100644 content/posts/_index.md delete mode 160000 themes/typo diff --git a/.gitignore b/.gitignore index 8f823e4..5c36454 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Hugo 生成的静态站点目录(一般不提交,用于部署) /public/ -/content/ +content/posts/[0-9][0-9][0-9][0-9]/ + # 本地预览时自动生成的资源文件夹 /resources/_gen/ diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index a7f1553..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/typo"] - path = themes/typo - url = https://github.com/tomfran/typo.git diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..8a37853 --- /dev/null +++ b/content/about.md @@ -0,0 +1,78 @@ +--- +title: "关于" +layout: "about" +--- + +![自拍](https://static.7wate.com/img/2021/06/10/90216348e950a.jpg) + +沉迷光影,热爱远方, + +也喜欢在一杯热茶的氤氲中, + +慢慢把生活过成自己喜欢的样子。 + +代码是谋生,拍照是热爱, + +围棋里有静,旅行里有野, + +世界很喧嚣,我想保持一些热爱。 + +这片小小角落,记录着思绪、故事和偶尔的异想天开, + +## 来信 + +博客不设评论区,短期内也暂无开放计划。 + +但如果你有什么想说的,欢迎通过邮件联系:[zhouzhongping@7wate.com](mailto:zhouzhongping@7wate.com) + +你也可以使用 Delta Chat 与我匿名通信:[点此扫码加好友](https://static.7wate.com/2025/03/26/bf7226c87704f.png) + +期待有天,在信箱的某个角落,能悄悄收到你的来信。📬 + +> Delta Chat 是一款基于邮箱的聊天开源软件,去中心化、安全且自由。 +> +> [点我前往官网下载](https://delta.chat/zh_CN/) + +## 结友 + +**[莫比乌斯](https://onojyun.com/)** · 写作也好、人生也好,兜兜转转也像是一个莫比乌斯带。 + +**[拾月](https://www.skyue.com/)** · 一份私人记录。 + +**[尘世の歌](https://chenge.ink)** · 心有山海,静而无边。 + +**[阿呆日记](https://dai.ge)** · 90后摆烂生活日记。 + +**[林羽凡](https://www.linyufan.com/)** · 成年人,最难的是坚持,最难的也是打理自己的内心。 + +**[杜郎俊赏](https://dujun.io/)** · 85 后创业者 - 程序员。 + +**[Her Bule](https://her.blue/)** · 想了你一整夜,再也想不起你的脸。 + +**[Randy's Blog](https://lutaonan.com/)** · 好编程,阅读,音乐,写作以及一切创造类活动。 + +**[刑辩人在路上](https://xingbianren.cn/)** · 80后刑辩律师的办案手记。专注无罪辩护,反抗者的灵魂从未远去。 + +**[小小博客](https://shagain.club/)** · Carpe Diem and Do what I like。 + +**[楠笙](https://blog.nanshengwx.cn/)** · 空谈误国,实干兴邦。 + +**[Pigwan](https://pigwan.me)** · 既然相遇是偶然,又何必在意分开时的突然。 + +**[金色河流](https://www.goldenriver.site)** · 萍水相逢,去留从容。 + +## 聚所 + +**[十年之约](https://www.foreverblog.cn/)** · 一个人的寂寞,一群人的狂欢。 + +**[BlogFinder](https://bf.zzxworld.com/)** · 优秀个人独立博客的分享平台。 + +**[个站商店](https://storeweb.cn/)** · 一个精致的,带社交元素的个人网站发布平台,博客收录网站。 + +**[博客志](http://www.jetli.com.cn/)** · 只收藏有价值的优秀博客。 + +**[BLOGWE](https://blogwe.com/)** · 致敬还在写博客的我们。 + +**[博友圈](https://www.boyouquan.com/)** · 博客人的朋友圈,博客收录与文章 RSS 聚合网站。 + +**[笔墨迹](https://blogscn.fun)** · 致敬还在写博客的我们! \ No newline at end of file diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..f2c3306 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,3 @@ +--- +title: "文辑" +--- diff --git a/themes/typo b/themes/typo deleted file mode 160000 index f7bca2a..0000000 --- a/themes/typo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f7bca2a76446f75056279993749eb3311bcc7860