Skip to content

Commit 5f61f19

Browse files
committed
fix: remove unknown fields
Zola start to error on unknown fields since 0.19. Remove them. See getzola/zola#2558.
1 parent bc6370b commit 5f61f19

File tree

6 files changed

+0
-13
lines changed

6 files changed

+0
-13
lines changed

config.toml

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ default_language = "en"
1313
# Whether to automatically compile all Sass files in the sass directory
1414
compile_sass = true
1515

16-
# Whether to generate a feed file for the site
17-
generate_feed = true
18-
1916
# When set to "true", the generated HTML files are minified.
2017
minify_html = false
2118

content/authors/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Authors"
33
description = "The authurs of the blog articles."
4-
date = 2021-04-01T08:00:00+00:00
5-
updated = 2021-04-01T08:00:00+00:00
64
draft = false
75

86
# If add a new author page in this section, please add a new item,

content/docs/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Docs"
33
description = "The documents of nomacs."
4-
date = 2024-02-12T18:21:28Z
5-
updated = 2024-02-12T18:21:28Z
64
sort_by = "weight"
75
weight = 1
86
template = "docs/section.html"

content/docs/contributing/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Contributing"
33
description = "Find out how to contribute to nomacs."
4-
date = 2024-02-12T18:22:19Z
5-
updated = 2024-02-12T18:22:19Z
64
template = "docs/section.html"
75
sort_by = "weight"
86
weight = 4

content/docs/getting-started/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Getting Started"
33
description = "Quick start and guides for installing nomacs on your preferred operating system."
4-
date = 2024-02-12T18:23:19Z
5-
updated = 2024-02-12T18:23:19Z
64
template = "docs/section.html"
75
sort_by = "weight"
86
weight = 1

content/docs/help/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Help"
33
description = "Get help on nomacs."
4-
date = 2024-02-12T18:20:22Z
5-
updated = 2024-02-12T18:20:22Z
64
template = "docs/section.html"
75
sort_by = "weight"
86
weight = 5

0 commit comments

Comments
 (0)