diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-02-03 00:35:37 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-02-03 00:35:37 +0800 |
| commit | 991d3e1a2b0d71b5c25d95fd28b65c7f070445c3 (patch) | |
| tree | 8658d01980305c6f66128abf1bc16ac3535a3338 /notes | |
| parent | 5b0a577c1c49016ae2196b60e0ff219c41f264a7 (diff) | |
| download | niwa-991d3e1a2b0d71b5c25d95fd28b65c7f070445c3.tar.gz niwa-991d3e1a2b0d71b5c25d95fd28b65c7f070445c3.zip | |
fix: add setup file include in tags org file
Diffstat (limited to 'notes')
| -rw-r--r-- | notes/index.org | 1 | ||||
| -rw-r--r-- | notes/tags/emacs.org | 1 | ||||
| -rw-r--r-- | notes/tags/minimalism.org | 1 | ||||
| -rw-r--r-- | notes/tags/philosophy.org | 1 | ||||
| -rw-r--r-- | notes/tags/technology.org | 1 | ||||
| -rw-r--r-- | notes/tags/web.org | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/notes/index.org b/notes/index.org index b080663..d00400b 100644 --- a/notes/index.org +++ b/notes/index.org @@ -7,6 +7,7 @@ This is a [[https://motherfuckingwebsite.com/][motherfucking-website]]. 这里是 Verdant 的杂物间,也是我「[[./radical-minimalist-web-design.org][激进极简主义网页设计]]」的实验田。内容的风格上更像数字花园。会发布一些半成品文章、某些问题的解决方案或笔记。如果你对这个站点使用了什么技术感兴趣,可以阅读[[./how-do-i-build-this-site.org][《我是如何构建这个站点的》]]。 + ** 最近更新 - [[./how-do-i-build-this-site.org][我是如何构建这个站点的]] - [[./radical-minimalist-web-design.org][激进极简主义网页设计]] diff --git a/notes/tags/emacs.org b/notes/tags/emacs.org index b3a3084..9fea31f 100644 --- a/notes/tags/emacs.org +++ b/notes/tags/emacs.org @@ -1,3 +1,4 @@ #+title: #emacs +#+SETUPFILE: ../../template/setup/minimal.setup - [[file:../how-do-i-build-this-site.org][我是如何构建这个站点的]] diff --git a/notes/tags/minimalism.org b/notes/tags/minimalism.org index 9633f8c..e453b2b 100644 --- a/notes/tags/minimalism.org +++ b/notes/tags/minimalism.org @@ -1,3 +1,4 @@ #+title: #minimalism +#+SETUPFILE: ../../template/setup/minimal.setup - [[file:../radical-minimalist-web-design.org][激进极简主义网页设计]] diff --git a/notes/tags/philosophy.org b/notes/tags/philosophy.org index 5ee8027..210eb4f 100644 --- a/notes/tags/philosophy.org +++ b/notes/tags/philosophy.org @@ -1,3 +1,4 @@ #+title: #philosophy +#+SETUPFILE: ../../template/setup/minimal.setup - [[file:../radical-minimalist-web-design.org][激进极简主义网页设计]] diff --git a/notes/tags/technology.org b/notes/tags/technology.org index b6c302c..d25419e 100644 --- a/notes/tags/technology.org +++ b/notes/tags/technology.org @@ -1,3 +1,4 @@ #+title: #technology +#+SETUPFILE: ../../template/setup/minimal.setup - [[file:../how-do-i-build-this-site.org][我是如何构建这个站点的]] diff --git a/notes/tags/web.org b/notes/tags/web.org index 4e1d9d6..bb8ca6c 100644 --- a/notes/tags/web.org +++ b/notes/tags/web.org @@ -1,3 +1,4 @@ #+title: #web +#+SETUPFILE: ../../template/setup/minimal.setup - [[file:../radical-minimalist-web-design.org][激进极简主义网页设计]] |
