File tree Expand file tree Collapse file tree 5 files changed +23
-6
lines changed Expand file tree Collapse file tree 5 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 6
6
.alternatives = [{
7
7
.name = "rss",
8
8
.layout = "rss.xml",
9
- .output = "/learn/ index.xml",
9
+ .output = "index.xml",
10
10
}],
11
11
.draft = false,
12
12
---
Original file line number Diff line number Diff line change 7
7
.alternatives = [{
8
8
.name = "rss",
9
9
.layout = "rss.xml",
10
- .output = "/monthly/ index.xml",
10
+ .output = "index.xml",
11
11
}],
12
12
.custom = {
13
13
.showTocDate = false
Original file line number Diff line number Diff line change 6
6
.alternatives = [{
7
7
.name = "rss",
8
8
.layout = "rss.xml",
9
- .output = "/post/ index.xml",
9
+ .output = "index.xml",
10
10
}],
11
11
.draft = false,
12
12
---
13
13
14
14
欢迎大家向我们投稿,会同步到微信公众号,投稿方式见[这里](./2023-09-05-hello-world)。
15
15
16
- [社区新闻](./news)
16
+ [社区新闻](./news)
Original file line number Diff line number Diff line change
1
+ ---
2
+ .title = "RSS Feeds Overview",
3
+ .date = @date("2025-7-27"),
4
+ .author = "ZigCC",
5
+ .layout = "index.shtml",
6
+ .draft = false,
7
+ ---
8
+
9
+ 本站一共有 3 个 RSS 索引,分别索引了 学习、月刊和博客,便于满足不同读者的需求。
10
+
11
+ 他们的链接分别是:
12
+ - [/learn/index.xml]($link.page("learn").alternative('rss'))
13
+ - [/monthly/index.xml]($link.page("monthly").alternative('rss'))
14
+ - [/post/index.xml]($link.page("post").alternative('rss'))
15
+ [/monthly/index.xml]($link.page("monthly").alternative('rss'))
16
+ [/post/index.xml]($link.page("post").alternative('rss'))
17
+
Original file line number Diff line number Diff line change 27
27
<a href="https://github.com/zigcc/zigcc.github.io">Source Code</a>
28
28
|
29
29
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">BY-NC-ND 4.0</a>
30
- <!-- | -->
31
- <!--TODO < a href="/index.xml ">RSS</a> -- ></p>
30
+ |
31
+ <a href="/rss ">RSS</a></p>
32
32
</div>
33
33
<div>
34
34
<a
You can’t perform that action at this time.
0 commit comments