diff --git a/config.toml b/config.toml index ed1a657..960bef6 100644 --- a/config.toml +++ b/config.toml @@ -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}, diff --git a/content/blog/_index.md b/content/blog/_index.md index 3f6bf78..949e903 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -11,7 +11,7 @@ paginate_by = 10 insert_anchor_links = "right" -generate_feed = true +generate_feeds = true template = "blog-section.html" -+++ \ No newline at end of file ++++ diff --git a/content/projects/_index.md b/content/projects/_index.md index 80cbf63..f7873c0 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -1,7 +1,7 @@ +++ title = "Projekte" weight= 20 -order_by= "weight" +sort_by= "weight" insert_anchor_links = "right" +++ diff --git a/content/projects/shadowrun/rules/Charakter/Erstellung/_index.md b/content/projects/shadowrun/rules/Charakter/Erstellung/_index.md index d0c9f26..a3664a1 100644 --- a/content/projects/shadowrun/rules/Charakter/Erstellung/_index.md +++ b/content/projects/shadowrun/rules/Charakter/Erstellung/_index.md @@ -1,5 +1,5 @@ +++ title = "Erstellung" -order_by = "none" +sort_by = "none" insert_anchor_links = "right" +++ diff --git a/content/projects/shadowrun/rules/Charakter/_index.md b/content/projects/shadowrun/rules/Charakter/_index.md index 6644991..51a8f2e 100644 --- a/content/projects/shadowrun/rules/Charakter/_index.md +++ b/content/projects/shadowrun/rules/Charakter/_index.md @@ -1,5 +1,5 @@ +++ title = "Charakter" -order_by = "none" +sort_by = "none" insert_anchor_links = "right" -+++ \ No newline at end of file ++++ diff --git a/content/projects/shadowrun/rules/Erklaerung/_index.md b/content/projects/shadowrun/rules/Erklaerung/_index.md index 08adef7..8988f2f 100644 --- a/content/projects/shadowrun/rules/Erklaerung/_index.md +++ b/content/projects/shadowrun/rules/Erklaerung/_index.md @@ -1,5 +1,5 @@ +++ title = "Erklärung" -order_by = "none" +sort_by = "none" insert_anchor_links = "right" +++ diff --git a/content/projects/shadowrun/rules/Firmen/_index.md b/content/projects/shadowrun/rules/Firmen/_index.md index 13ca3f6..5391772 100644 --- a/content/projects/shadowrun/rules/Firmen/_index.md +++ b/content/projects/shadowrun/rules/Firmen/_index.md @@ -1,5 +1,5 @@ +++ title = "Firmen" -order_by = "none" +sort_by = "none" insert_anchor_links = "right" +++ diff --git a/content/projects/shadowrun/rules/Kampf/Fernkampf/_index.md b/content/projects/shadowrun/rules/Kampf/Fernkampf/_index.md index 1870cdc..9c2c4ee 100644 --- a/content/projects/shadowrun/rules/Kampf/Fernkampf/_index.md +++ b/content/projects/shadowrun/rules/Kampf/Fernkampf/_index.md @@ -1,5 +1,5 @@ +++ title = "Fernkampf" -order_by = "none" +sort_by = "none" insert_anchor_links = "right" +++ diff --git a/content/projects/shadowrun/rules/Kampf/_index.md b/content/projects/shadowrun/rules/Kampf/_index.md index 46fb22e..5438c7f 100644 --- a/content/projects/shadowrun/rules/Kampf/_index.md +++ b/content/projects/shadowrun/rules/Kampf/_index.md @@ -1,5 +1,5 @@ +++ title = "Kampf" -order_by = "none" +sort_by = "none" insert_anchor_links = "right" +++ diff --git a/content/projects/shadowrun/rules/Runs/_index.md b/content/projects/shadowrun/rules/Runs/_index.md index 50375be..3a2eb18 100644 --- a/content/projects/shadowrun/rules/Runs/_index.md +++ b/content/projects/shadowrun/rules/Runs/_index.md @@ -1,5 +1,5 @@ +++ title = "Runs" -order_by = "none" +sort_by = "none" insert_anchor_links = "right" +++ diff --git a/content/projects/shadowrun/rules/_index.md b/content/projects/shadowrun/rules/_index.md index 3d0f6d2..a373ca9 100644 --- a/content/projects/shadowrun/rules/_index.md +++ b/content/projects/shadowrun/rules/_index.md @@ -1,6 +1,6 @@ +++ title = "Regeln" -order_by = "none" +sort_by = "none" weight = 10 insert_anchor_links = "right" +++ diff --git a/content/wg/_index.md b/content/wg/_index.md index 938feb8..dbd1204 100644 --- a/content/wg/_index.md +++ b/content/wg/_index.md @@ -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 diff --git a/content/zeugs/RPG/Shadowrun/RADS/_index.md b/content/zeugs/RPG/Shadowrun/RADS/_index.md index 1059d75..bbdf1fd 100644 --- a/content/zeugs/RPG/Shadowrun/RADS/_index.md +++ b/content/zeugs/RPG/Shadowrun/RADS/_index.md @@ -1,6 +1,6 @@ +++ title = "Road to RADS" -order_by="weight" +sort_by="weight" weight=20 insert_anchor_links = "right" template = "zeugs-section.html" diff --git a/content/zeugs/RPG/Shadowrun/_index.md b/content/zeugs/RPG/Shadowrun/_index.md index c11dc14..33baac2 100644 --- a/content/zeugs/RPG/Shadowrun/_index.md +++ b/content/zeugs/RPG/Shadowrun/_index.md @@ -1,6 +1,6 @@ +++ title = "Road to Shadowrun" -order_by="weight" +sort_by="weight" weight=20 insert_anchor_links = "right" template = "zeugs-section.html" @@ -19,4 +19,4 @@ Test -funktionieren mehrere \ No newline at end of file +funktionieren mehrere diff --git a/content/zeugs/RPG/_index.md b/content/zeugs/RPG/_index.md index 285c090..19507d3 100644 --- a/content/zeugs/RPG/_index.md +++ b/content/zeugs/RPG/_index.md @@ -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" diff --git a/content/zeugs/_index.md b/content/zeugs/_index.md index 03c9bb3..d5546c4 100644 --- a/content/zeugs/_index.md +++ b/content/zeugs/_index.md @@ -1,6 +1,6 @@ +++ title = "Zeugs halt" -order_by="weight" +sort_by="weight" weight = 30 insert_anchor_links = "right" template = "zeugs-section.html"