diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-12-14 11:10:34 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-12-14 11:10:34 +0800 |
| commit | 259f5ac57a14569e24682f905c917a2c017ef283 (patch) | |
| tree | 7a486578c9a0d2e2223be20e5ba9a21b69cf6a71 /content | |
| parent | 58b6e1433fd80393c8f66fe4bf6f50eee095acb3 (diff) | |
| download | blog-259f5ac57a14569e24682f905c917a2c017ef283.tar.gz blog-259f5ac57a14569e24682f905c917a2c017ef283.zip | |
update: about.md category 404.html style.html
- Remove "这个博客是如何搭建的" in about.md
- Add a category "回声周刊"
- Modify text in 404.html
style.css:
- Modify the font-weight about <a>
- Remove .site-name
- Add music-card
Diffstat (limited to 'content')
| -rw-r--r-- | content/about.md | 31 | ||||
| -rw-r--r-- | content/categories.md | 9 | ||||
| -rw-r--r-- | content/readings.md | 2 |
3 files changed, 26 insertions, 16 deletions
diff --git a/content/about.md b/content/about.md index f5214f8..92d9863 100644 --- a/content/about.md +++ b/content/about.md @@ -33,27 +33,30 @@ type: no-comments - 所有文章内容使用[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)协议授权。 - 目前文章字数:{{< word-count "posts" >}} -## 这个博客是如何搭建的 +## 订阅 -本博客使用快速、易用的静态博客生成程序 [Hugo](https://gohugo.io/),在 [hugo-bearneo](https://github.com/rokcso/hugo-bearneo) 主题的基础上进行修改,静态文件托管在Github Pages,图床使用Cloudflare R2对象存储。我使用 Emacs 撰写文章,并推送到远程仓库构建部署。 +如果你喜欢我的文字,可以用以下链接订阅: -## 在哪找到我 +- [订阅全部文章](https://www.glowisle.me/atom.xml/) -- Email: [i@glowisle.me](mailto:i@glowisle.me/) -- 即时通讯: [Verdant](https://t.me/VerdantIO/)(Telegram) -- Mastodon: [c7.io/@Verdant](https://c7.io/@Verdant/) -- Github: [Verdant](https://github.com/yingyu5658/) +- [订阅周刊](https://www.glowisle.me/categories/回声周刊/atom.xml) -## 订阅 +- [订阅Telegram频道的消息](https://channel.glowisle.me/rss.xml/) -如果你喜欢我的文字,可以用以下链接订阅: +订阅某个分类: ``` -https://www.glowisle.me/atom.xml/ +https://www.glowisle.me/categories/分类名/atom.xml ``` -订阅Telegram频道的消息: +## 在哪找到我 -``` -https://channel.glowisle.me/rss.xml/ -``` +- Email: [i@glowisle.me](mailto:i@glowisle.me/) +- 即时通讯: [Verdant](https://t.me/VerdantIO/)(Telegram) +- Mastodon: [c7.io/@Verdant](https://c7.io/@Verdant/) +- Github: [Verdant](https://github.com/yingyu5658/) + +## 鸣谢 + +- 本站样式基于 [Hugo Bear Neo](https://github.com/rokcso/hugo-bearneo/) 主题修改 +- 音乐卡片的修改自 [極客死亡計劃](https://github.com/BigCoke233/geek-death-project) diff --git a/content/categories.md b/content/categories.md index cdb715b..f8875ad 100644 --- a/content/categories.md +++ b/content/categories.md @@ -20,8 +20,15 @@ title: 分类 技术实践 | 技术观点 +### [📖 回声周刊](/categories/回声周刊) + +每周优质阅读分享 | 近期发生的事 + --- +<!-- + ##### [~~🧻 往昔~~](/categories/往昔) -###### ~~早期不成熟的文章合集 | 包含偏激观点 | 冒犯性用语 | 不建议阅读~~ +###### ~~早期不成熟的文章合集 | 包含偏激观点 | 冒犯性用语 | 不建议阅读~~ +--> diff --git a/content/readings.md b/content/readings.md index 18b710f..6710650 100644 --- a/content/readings.md +++ b/content/readings.md @@ -3,7 +3,7 @@ date: "2025-06-07T13:08:07+08:00" title: 读书 type: no-comments --- -这里记录着我读过的书,有时候写写书评或读后感。 +这里记录着我读过的书,有时候写写书评或读后感,你可以在[读书](/categories/读书/)页面查看所有与书籍有关的文章。 - 「⭐」表示我很喜欢的书籍 - 「⚪」表示我觉得还可以的书籍 |
