Skip to content

Commit

Permalink
Fix zola config for newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Garados007 committed Dec 26, 2024
1 parent 707938a commit b550803
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ minify_html = false
build_search_index = true

# When set to "true", a feed is automatically generated.
generate_feed = true
generate_feeds = true

taxonomies = [
{name = "tags", rss = true},
Expand Down
4 changes: 2 additions & 2 deletions content/blog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ paginate_by = 10

insert_anchor_links = "right"

generate_feed = true
generate_feeds = true

template = "blog-section.html"
+++
+++
2 changes: 1 addition & 1 deletion content/projects/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Projekte"
weight= 20
order_by= "weight"
sort_by= "weight"
insert_anchor_links = "right"
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Erstellung"
order_by = "none"
sort_by = "none"
insert_anchor_links = "right"
+++
4 changes: 2 additions & 2 deletions content/projects/shadowrun/rules/Charakter/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Charakter"
order_by = "none"
sort_by = "none"
insert_anchor_links = "right"
+++
+++
2 changes: 1 addition & 1 deletion content/projects/shadowrun/rules/Erklaerung/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Erklärung"
order_by = "none"
sort_by = "none"
insert_anchor_links = "right"
+++
2 changes: 1 addition & 1 deletion content/projects/shadowrun/rules/Firmen/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Firmen"
order_by = "none"
sort_by = "none"
insert_anchor_links = "right"
+++
2 changes: 1 addition & 1 deletion content/projects/shadowrun/rules/Kampf/Fernkampf/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Fernkampf"
order_by = "none"
sort_by = "none"
insert_anchor_links = "right"
+++
2 changes: 1 addition & 1 deletion content/projects/shadowrun/rules/Kampf/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Kampf"
order_by = "none"
sort_by = "none"
insert_anchor_links = "right"
+++
2 changes: 1 addition & 1 deletion content/projects/shadowrun/rules/Runs/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Runs"
order_by = "none"
sort_by = "none"
insert_anchor_links = "right"
+++
2 changes: 1 addition & 1 deletion content/projects/shadowrun/rules/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "Regeln"
order_by = "none"
sort_by = "none"
weight = 10
insert_anchor_links = "right"
+++
Expand Down
4 changes: 2 additions & 2 deletions content/wg/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
+++
title = "WG Informationen"
weight = 40
order_by = "weight"
date = 2020-12-10T13:51:20Z
sort_by = "weight"
# date = 2020-12-10T13:51:20Z
+++

# Informationsseite für die WG am Rosengarten
Expand Down
2 changes: 1 addition & 1 deletion content/zeugs/RPG/Shadowrun/RADS/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "Road to RADS"
order_by="weight"
sort_by="weight"
weight=20
insert_anchor_links = "right"
template = "zeugs-section.html"
Expand Down
4 changes: 2 additions & 2 deletions content/zeugs/RPG/Shadowrun/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "Road to Shadowrun"
order_by="weight"
sort_by="weight"
weight=20
insert_anchor_links = "right"
template = "zeugs-section.html"
Expand All @@ -19,4 +19,4 @@ Test

<!-- more -->

funktionieren mehrere
funktionieren mehrere
2 changes: 1 addition & 1 deletion content/zeugs/RPG/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "Road to Pen and Paper RPGs"
order_by="weight"
sort_by="weight"
weight=20
insert_anchor_links = "right"
template = "zeugs-section.html"
Expand Down
2 changes: 1 addition & 1 deletion content/zeugs/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "Zeugs halt"
order_by="weight"
sort_by="weight"
weight = 30
insert_anchor_links = "right"
template = "zeugs-section.html"
Expand Down

0 comments on commit b550803

Please sign in to comment.