File tree Expand file tree Collapse file tree 5 files changed +21
-1
lines changed Expand file tree Collapse file tree 5 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 3
3
.date = @date("2024-01-01T00:00:00"),
4
4
.author = "Karl Seguin; ZigCC",
5
5
.layout = "learn.shtml",
6
+ .alternatives = [{
7
+ .name = "rss",
8
+ .layout = "rss.xml",
9
+ .output = "/learn/index.xml",
10
+ }],
6
11
.draft = false,
7
12
---
8
13
Original file line number Diff line number Diff line change 4
4
.author = "ZigCC",
5
5
.layout = "monthly.shtml",
6
6
.draft = false,
7
+ .alternatives = [{
8
+ .name = "rss",
9
+ .layout = "rss.xml",
10
+ .output = "/monthly/index.xml",
11
+ }],
7
12
.custom = {
8
13
.showTocDate = false
9
14
}
Original file line number Diff line number Diff line change 3
3
.date = @date("2024"),
4
4
.author = "ZigCC",
5
5
.layout = "post.shtml",
6
+ .alternatives = [{
7
+ .name = "rss",
8
+ .layout = "rss.xml",
9
+ .output = "/post/index.xml",
10
+ }],
6
11
.draft = false,
7
12
---
8
13
Original file line number Diff line number Diff line change 3
3
.date = @date("2024-08-03T16:43:51+0800"),
4
4
.author = "ZigCC",
5
5
.layout = "post.shtml",
6
+ .alternatives = [{
7
+ .name = "rss",
8
+ .layout = "rss.xml",
9
+ .output = "/post/news/index.xml",
10
+ }],
6
11
.draft = false,
7
12
---
8
13
Original file line number Diff line number Diff line change 2
2
<channel >
3
3
<title :text=" $site.title" ></title >
4
4
<link :text=" $site.host_url" ></link >
5
- <description :text=" $site.title.suffix(' - Blog') " ></description >
5
+ <description :text=" $site.title" ></description >
6
6
<generator >Zine -- https://zine-ssg.io</generator >
7
7
<language >en-US</language >
8
8
<lastBuildDate :text=" $build.generated.formatHTTP()" ></lastBuildDate >
You can’t perform that action at this time.
0 commit comments