diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-12-29 21:19:05 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-12-29 21:19:05 +0800 |
| commit | 666022b097de6b18b5432b9fb59fd3aa39afe5e8 (patch) | |
| tree | 0e3e208c0d3337e9b9a3223b5d340a343dfd4a94 /content | |
| parent | 79e1ec9991d41a86d72a35b71b9f378efa176d0b (diff) | |
| download | blog-666022b097de6b18b5432b9fb59fd3aa39afe5e8.tar.gz blog-666022b097de6b18b5432b9fb59fd3aa39afe5e8.zip | |
feat: Add a switch of comments
Diffstat (limited to 'content')
| -rw-r--r-- | content/about.md | 3 | ||||
| -rw-r--r-- | content/archives.md | 2 | ||||
| -rw-r--r-- | content/categories.md | 3 | ||||
| -rw-r--r-- | content/links.md | 3 | ||||
| -rw-r--r-- | content/readings.md | 3 |
5 files changed, 11 insertions, 3 deletions
diff --git a/content/about.md b/content/about.md index 9360d36..a709f27 100644 --- a/content/about.md +++ b/content/about.md @@ -1,7 +1,8 @@ --- date: 2025-02-26T20:31:14+08:00 title: 关于 -type: no-comments +comments: false +showMeta: false --- > 📌 如果想获得最新动态,可以加入本博客的Telegram频道[「🌊 央山常量池」](https://t.me/glowisle/),有博客选题、观察思考,还有我的碎碎念。 > diff --git a/content/archives.md b/content/archives.md index 8e8196d..de873df 100644 --- a/content/archives.md +++ b/content/archives.md @@ -1,4 +1,6 @@ --- title: "归档" type: "archives" +comments: false +showMeta: false --- diff --git a/content/categories.md b/content/categories.md index 2f6f19c..f486d99 100644 --- a/content/categories.md +++ b/content/categories.md @@ -1,7 +1,10 @@ --- type: no-comments title: 分类 +comments: false +showMeta: false --- + ### [💭 随笔](/categories/随笔) 记录事情 | 抒发观点 | 发表议论 diff --git a/content/links.md b/content/links.md index 9d0eddb..c14e271 100644 --- a/content/links.md +++ b/content/links.md @@ -1,7 +1,8 @@ --- date: "2025-06-07T13:08:07+08:00" title: 友人 -type: no-comments +comments: false +showMeta: false --- | Link | Description | | -------------------------------------------- | -------------------------------------------------- | diff --git a/content/readings.md b/content/readings.md index 6710650..174a6d1 100644 --- a/content/readings.md +++ b/content/readings.md @@ -1,7 +1,8 @@ --- date: "2025-06-07T13:08:07+08:00" title: 读书 -type: no-comments +comment: false +showMeta: false --- 这里记录着我读过的书,有时候写写书评或读后感,你可以在[读书](/categories/读书/)页面查看所有与书籍有关的文章。 |
