Update .gitignore, remove submodule, and add new content files for improved site structure

This commit is contained in:
2025-03-26 21:13:25 +08:00
parent 5cdd59020a
commit f2b5a7835c
5 changed files with 83 additions and 5 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# Hugo 生成的静态站点目录(一般不提交,用于部署)
/public/
/content/
content/posts/[0-9][0-9][0-9][0-9]/
# 本地预览时自动生成的资源文件夹
/resources/_gen/

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "themes/typo"]
path = themes/typo
url = https://github.com/tomfran/typo.git

78
content/about.md Normal file
View File

@@ -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)** · 致敬还在写博客的我们!

3
content/posts/_index.md Normal file
View File

@@ -0,0 +1,3 @@
---
title: "文辑"
---

Submodule themes/typo deleted from f7bca2a764