From 22efab392ce741412265dd482aaa4151ea98711a Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 14 Nov 2020 03:05:00 +0100 Subject: [PATCH] set param years --- archetypes/post.md | 3 +++ content/posts/20031102/index.md | 4 ++++ content/posts/20070830/index.md | 1 + content/posts/20080913/index.md | 1 + content/posts/20090301/index.md | 1 + content/posts/20090416/index.md | 1 + content/posts/20090501/index.md | 1 + content/posts/20090719/index.md | 1 + content/posts/20090913/index.md | 3 +++ content/posts/20091114/index.md | 3 +++ content/posts/20100912/index.md | 3 +++ content/posts/20101113/index.md | 3 +++ content/posts/20110327/index.md | 3 +++ content/posts/20111120/index.md | 3 +++ content/posts/20130324/index.md | 3 +++ content/posts/20130526/index.md | 3 +++ content/posts/20130922/index.md | 3 +++ content/posts/20140126/index.md | 3 +++ content/posts/20140323/index.md | 3 +++ content/posts/20140629/index.md | 3 +++ content/posts/20141115/index.md | 3 +++ content/posts/20150322/index.md | 3 +++ content/posts/20150531/index.md | 3 +++ content/posts/20150703/index.md | 3 +++ content/posts/20150704/index.md | 3 +++ content/posts/20150705/index.md | 3 +++ content/posts/20151031/index.md | 3 +++ content/posts/20160417/index.md | 3 +++ content/posts/20160717/index.md | 3 +++ content/posts/20170326/index.md | 3 +++ content/posts/20170617/index.md | 3 +++ content/posts/20170903/index.md | 3 +++ content/posts/20171119/index.md | 3 +++ content/posts/20180408/index.md | 3 +++ content/posts/20180527/index.md | 3 +++ content/posts/20180729/index.md | 3 +++ content/posts/20180825/index.md | 3 +++ content/posts/20180826/index.md | 3 +++ content/posts/20180827/index.md | 3 +++ content/posts/20180828/index.md | 3 +++ content/posts/20180829/index.md | 3 +++ content/posts/20180830/index.md | 3 +++ content/posts/20190224/index.md | 3 +++ content/posts/20200912/index.md | 6 ++++++ 44 files changed, 124 insertions(+) diff --git a/archetypes/post.md b/archetypes/post.md index 4cd495c..99cdb3e 100644 --- a/archetypes/post.md +++ b/archetypes/post.md @@ -6,6 +6,9 @@ title: "2003-11-02" # Date of the event, will be set via script. Format like "2003-12-31" date: 2003-11-02 +# Year, taken from date by script. E.g. "2009" +years: 2003 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20031102/index.md b/content/posts/20031102/index.md index 405431e..976a14b 100644 --- a/content/posts/20031102/index.md +++ b/content/posts/20031102/index.md @@ -1,6 +1,10 @@ --- title: "Conconitest" date: 2003-03-02 + +# Year, taken from date by script. E.g. "2009" +years: 2003 + sports: "Velo" eventtypes: "Test" draft: false diff --git a/content/posts/20070830/index.md b/content/posts/20070830/index.md index 1fd4619..40d4bc6 100644 --- a/content/posts/20070830/index.md +++ b/content/posts/20070830/index.md @@ -1,6 +1,7 @@ --- title: "Auftakt Staufen" date: 2007-08-30T00:21:45+02:00 +years: 2007 sports: "MTB" eventtypes: "single" diff --git a/content/posts/20080913/index.md b/content/posts/20080913/index.md index 55af2bb..8c4a9d1 100644 --- a/content/posts/20080913/index.md +++ b/content/posts/20080913/index.md @@ -1,6 +1,7 @@ --- title: "Rhein und Mosel" date: 2008-09-13 +years: 2008 sports: "MTB" eventtypes: "single" diff --git a/content/posts/20090301/index.md b/content/posts/20090301/index.md index 70b21bb..31f93db 100644 --- a/content/posts/20090301/index.md +++ b/content/posts/20090301/index.md @@ -1,6 +1,7 @@ --- title: "Frankenstein und Lindenfels" date: 2009-03-01 +years: 2009 sports: "Velo" eventtypes: "single" diff --git a/content/posts/20090416/index.md b/content/posts/20090416/index.md index 5ff812f..f591566 100644 --- a/content/posts/20090416/index.md +++ b/content/posts/20090416/index.md @@ -1,6 +1,7 @@ --- title: "Staufen und Rossert" date: 2009-04-16 +years: 2009 sports: "MTB" eventtypes: "single" diff --git a/content/posts/20090501/index.md b/content/posts/20090501/index.md index 86e63de..8992214 100644 --- a/content/posts/20090501/index.md +++ b/content/posts/20090501/index.md @@ -1,6 +1,7 @@ --- title: "Cityloop 2009" date: 2009-05-01 +years: 2009 sports: "Velo" eventtypes: "competition" diff --git a/content/posts/20090719/index.md b/content/posts/20090719/index.md index de9ea28..205b0b2 100644 --- a/content/posts/20090719/index.md +++ b/content/posts/20090719/index.md @@ -5,6 +5,7 @@ title: "Bad Camberg" # Date of the event, will be set via script. Format like "2003-12-31" date: 2009-07-19 +years: 2009 # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values diff --git a/content/posts/20090913/index.md b/content/posts/20090913/index.md index 26ceed1..70fad92 100644 --- a/content/posts/20090913/index.md +++ b/content/posts/20090913/index.md @@ -6,6 +6,9 @@ title: "Hahnenkamm" # Date of the event, will be set via script. Format like "2003-12-31" date: 2009-09-13 +# Year, taken from date by script. E.g. "2009" +years: 2009 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20091114/index.md b/content/posts/20091114/index.md index 2d39209..bc83837 100644 --- a/content/posts/20091114/index.md +++ b/content/posts/20091114/index.md @@ -6,6 +6,9 @@ title: "Jahresabschluss Brey" # Date of the event, will be set via script. Format like "2003-12-31" date: 2009-11-14 +# Year, taken from date by script. E.g. "2009" +years: 2009 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20100912/index.md b/content/posts/20100912/index.md index 00861f4..5e891f5 100644 --- a/content/posts/20100912/index.md +++ b/content/posts/20100912/index.md @@ -6,6 +6,9 @@ title: "Braunfels" # Date of the event, will be set via script. Format like "2003-12-31" date: 2010-09-12 +# Year, taken from date by script. E.g. "2009" +years: 2010 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "Velo" diff --git a/content/posts/20101113/index.md b/content/posts/20101113/index.md index 94785f6..1bee649 100644 --- a/content/posts/20101113/index.md +++ b/content/posts/20101113/index.md @@ -6,6 +6,9 @@ title: "Rund Um Hufeisen" # Date of the event, will be set via script. Format like "2003-12-31" date: 2010-11-13 +# Year, taken from date by script. E.g. "2009" +years: 2010 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20110327/index.md b/content/posts/20110327/index.md index 1424b8e..f6def9a 100644 --- a/content/posts/20110327/index.md +++ b/content/posts/20110327/index.md @@ -6,6 +6,9 @@ title: "Falkenstein" # Date of the event, will be set via script. Format like "2003-12-31" date: 2011-03-27 +# Year, taken from date by script. E.g. "2009" +years: 2011 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "Velo" diff --git a/content/posts/20111120/index.md b/content/posts/20111120/index.md index 9db4ac5..45aa1a5 100644 --- a/content/posts/20111120/index.md +++ b/content/posts/20111120/index.md @@ -6,6 +6,9 @@ title: "Teufelsmühle" # Date of the event, will be set via script. Format like "2003-12-31" date: 2011-11-20 +# Year, taken from date by script. E.g. "2009" +years: 2011 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20130324/index.md b/content/posts/20130324/index.md index 4856766..88e1bae 100644 --- a/content/posts/20130324/index.md +++ b/content/posts/20130324/index.md @@ -6,6 +6,9 @@ title: "Falkenstein" # Date of the event, will be set via script. Format like "2003-12-31" date: 2013-03-24 +# Year, taken from date by script. E.g. "2009" +years: 2013 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "Velo" diff --git a/content/posts/20130526/index.md b/content/posts/20130526/index.md index 8383b60..dc6be03 100644 --- a/content/posts/20130526/index.md +++ b/content/posts/20130526/index.md @@ -6,6 +6,9 @@ title: "Hemsbach" # Date of the event, will be set via script. Format like "2003-12-31" date: 2013-05-26 +# Year, taken from date by script. E.g. "2009" +years: 2013 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20130922/index.md b/content/posts/20130922/index.md index a60d458..e5f1c8b 100644 --- a/content/posts/20130922/index.md +++ b/content/posts/20130922/index.md @@ -6,6 +6,9 @@ title: "Brey" # Date of the event, will be set via script. Format like "2003-12-31" date: 2013-09-22 +# Year, taken from date by script. E.g. "2009" +years: 2013 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "Velo" diff --git a/content/posts/20140126/index.md b/content/posts/20140126/index.md index 2479766..0867a0c 100644 --- a/content/posts/20140126/index.md +++ b/content/posts/20140126/index.md @@ -6,6 +6,9 @@ title: "Burgenweg" # Date of the event, will be set via script. Format like "2003-12-31" date: 2014-01-26 +# Year, taken from date by script. E.g. "2009" +years: 2014 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20140323/index.md b/content/posts/20140323/index.md index c1968d7..38b3e7c 100644 --- a/content/posts/20140323/index.md +++ b/content/posts/20140323/index.md @@ -6,6 +6,9 @@ title: "Odenwald Agil Fuer Rennrad" # Date of the event, will be set via script. Format like "2003-12-31" date: 2014-03-23 +# Year, taken from date by script. E.g. "2009" +years: 2014 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "Velo" diff --git a/content/posts/20140629/index.md b/content/posts/20140629/index.md index b1c6dfe..74d217a 100644 --- a/content/posts/20140629/index.md +++ b/content/posts/20140629/index.md @@ -6,6 +6,9 @@ title: "Rund um den Hahnenkamm" # Date of the event, will be set via script. Format like "2003-12-31" date: 2014-06-29 +# Year, taken from date by script. E.g. "2009" +years: 2014 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20141115/index.md b/content/posts/20141115/index.md index a4c7e63..6261153 100644 --- a/content/posts/20141115/index.md +++ b/content/posts/20141115/index.md @@ -6,6 +6,9 @@ title: "Moselrunde" # Date of the event, will be set via script. Format like "2003-12-31" date: 2014-11-15 +# Year, taken from date by script. E.g. "2009" +years: 2014 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20150322/index.md b/content/posts/20150322/index.md index 7082d71..712041b 100644 --- a/content/posts/20150322/index.md +++ b/content/posts/20150322/index.md @@ -5,6 +5,9 @@ title: "Odenwaldrunde" # Date of the event, will be set via script. Format like "2003-12-31" date: 2015-03-22 +# Year, taken from date by script. E.g. "2009" +years: 2015 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "Velo" diff --git a/content/posts/20150531/index.md b/content/posts/20150531/index.md index f710d7d..2242536 100644 --- a/content/posts/20150531/index.md +++ b/content/posts/20150531/index.md @@ -5,6 +5,9 @@ title: "Sektion Alpentraum 2015 MTB Lüdenscheid" # Date of the event, will be set via script. Format like "2003-12-31" date: 2015-05-31 +# Year, taken from date by script. E.g. "2009" +years: 2015 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20150703/index.md b/content/posts/20150703/index.md index 717fedf..f9fd657 100644 --- a/content/posts/20150703/index.md +++ b/content/posts/20150703/index.md @@ -5,6 +5,9 @@ title: "Chiemgau-Königssee, Tag 1" # Date of the event, will be set via script. Format like "2003-12-31" date: 2015-07-03 +# Year, taken from date by script. E.g. "2009" +years: 2015 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20150704/index.md b/content/posts/20150704/index.md index b5aa0ae..138acf2 100644 --- a/content/posts/20150704/index.md +++ b/content/posts/20150704/index.md @@ -5,6 +5,9 @@ title: "Chiemgau-Königssee, Tag 2" # Date of the event, will be set via script. Format like "2003-12-31" date: 2015-07-04 +# Year, taken from date by script. E.g. "2009" +years: 2015 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20150705/index.md b/content/posts/20150705/index.md index f2245f9..bff139e 100644 --- a/content/posts/20150705/index.md +++ b/content/posts/20150705/index.md @@ -5,6 +5,9 @@ title: "Chiemgau-Königssee, Tag 3" # Date of the event, will be set via script. Format like "2003-12-31" date: 2015-07-05 +# Year, taken from date by script. E.g. "2009" +years: 2015 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20151031/index.md b/content/posts/20151031/index.md index 9319c7b..202a1ed 100644 --- a/content/posts/20151031/index.md +++ b/content/posts/20151031/index.md @@ -5,6 +5,9 @@ title: "Brodenbach Trail Tour" # Date of the event, will be set via script. Format like "2003-12-31" date: 2015-10-31 +# Year, taken from date by script. E.g. "2009" +years: 2015 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20160417/index.md b/content/posts/20160417/index.md index a4495e3..c3380ff 100644 --- a/content/posts/20160417/index.md +++ b/content/posts/20160417/index.md @@ -5,6 +5,9 @@ title: "Frühling in Bad Camberg" # Date of the event, will be set via script. Format like "2003-12-31" date: 2016-04-17 +# Year, taken from date by script. E.g. "2009" +years: 2016 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "Velo" diff --git a/content/posts/20160717/index.md b/content/posts/20160717/index.md index 12383fc..fc4acef 100644 --- a/content/posts/20160717/index.md +++ b/content/posts/20160717/index.md @@ -5,6 +5,9 @@ title: "Brey" # Date of the event, will be set via script. Format like "2003-12-31" date: 2016-07-17 +# Year, taken from date by script. E.g. "2009" +years: 2016 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20170326/index.md b/content/posts/20170326/index.md index b1b969b..1837a57 100644 --- a/content/posts/20170326/index.md +++ b/content/posts/20170326/index.md @@ -5,6 +5,9 @@ title: "Odenwald" # Date of the event, will be set via script. Format like "2003-12-31" date: 2017-03-26 +# Year, taken from date by script. E.g. "2009" +years: 2017 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "Velo" diff --git a/content/posts/20170617/index.md b/content/posts/20170617/index.md index 2d70d5f..56f1cb6 100644 --- a/content/posts/20170617/index.md +++ b/content/posts/20170617/index.md @@ -6,6 +6,9 @@ title: "Donnerloch" # Date of the event, will be set via script. Format like "2003-12-31" date: 2017-06-17 +# Year, taken from date by script. E.g. "2009" +years: 2017 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20170903/index.md b/content/posts/20170903/index.md index f8604bd..175415e 100644 --- a/content/posts/20170903/index.md +++ b/content/posts/20170903/index.md @@ -5,6 +5,9 @@ title: "Rückersbacher Trail" # Date of the event, will be set via script. Format like "2003-12-31" date: 2017-09-03 +# Year, taken from date by script. E.g. "2009" +years: 2017 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20171119/index.md b/content/posts/20171119/index.md index e2f1cdc..d08b15c 100644 --- a/content/posts/20171119/index.md +++ b/content/posts/20171119/index.md @@ -5,6 +5,9 @@ title: "Taunus" # Date of the event, will be set via script. Format like "2003-12-31" date: 2017-11-19 +# Year, taken from date by script. E.g. "2009" +years: 2017 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20180408/index.md b/content/posts/20180408/index.md index afe1133..8790bf9 100644 --- a/content/posts/20180408/index.md +++ b/content/posts/20180408/index.md @@ -5,6 +5,9 @@ title: "Odenwald" # Date of the event, will be set via script. Format like "2003-12-31" date: 2018-04-08 +# Year, taken from date by script. E.g. "2009" +years: 2018 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "Velo" diff --git a/content/posts/20180527/index.md b/content/posts/20180527/index.md index 1f5f6ea..4e22e9b 100644 --- a/content/posts/20180527/index.md +++ b/content/posts/20180527/index.md @@ -5,6 +5,9 @@ title: "Koblenzer Stadtwald" # Date of the event, will be set via script. Format like "2003-12-31" date: 2018-05-27 +# Year, taken from date by script. E.g. "2009" +years: 2018 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20180729/index.md b/content/posts/20180729/index.md index c1eff1b..c472288 100644 --- a/content/posts/20180729/index.md +++ b/content/posts/20180729/index.md @@ -5,6 +5,9 @@ title: "Feldberg" # Date of the event, will be set via script. Format like "2003-12-31" date: 2018-07-29 +# Year, taken from date by script. E.g. "2009" +years: 2018 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20180825/index.md b/content/posts/20180825/index.md index ff238af..f09dbf3 100644 --- a/content/posts/20180825/index.md +++ b/content/posts/20180825/index.md @@ -5,6 +5,9 @@ title: "Alpenevent Vario 1, Tag 1" # Date of the event, will be set via script. Format like "2003-12-31" date: 2018-08-25 +# Year, taken from date by script. E.g. "2009" +years: 2018 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20180826/index.md b/content/posts/20180826/index.md index abd1a58..e39249e 100644 --- a/content/posts/20180826/index.md +++ b/content/posts/20180826/index.md @@ -5,6 +5,9 @@ title: "Alpenevent Vario 1, Tag 2" # Date of the event, will be set via script. Format like "2003-12-31" date: 2018-08-26 +# Year, taken from date by script. E.g. "2009" +years: 2018 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20180827/index.md b/content/posts/20180827/index.md index 89c9a9c..f0f3446 100644 --- a/content/posts/20180827/index.md +++ b/content/posts/20180827/index.md @@ -5,6 +5,9 @@ title: "Alpenevent Vario 1, Tag 3" # Date of the event, will be set via script. Format like "2003-12-31" date: 2018-08-27 +# Year, taken from date by script. E.g. "2009" +years: 2018 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20180828/index.md b/content/posts/20180828/index.md index 0fa2b68..6af4969 100644 --- a/content/posts/20180828/index.md +++ b/content/posts/20180828/index.md @@ -5,6 +5,9 @@ title: "Alpenevent Vario 1, Tag 4" # Date of the event, will be set via script. Format like "2003-12-31" date: 2018-08-28 +# Year, taken from date by script. E.g. "2009" +years: 2018 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20180829/index.md b/content/posts/20180829/index.md index a2c7bec..6d3dd7c 100644 --- a/content/posts/20180829/index.md +++ b/content/posts/20180829/index.md @@ -5,6 +5,9 @@ title: "Alpenevent Vario 1, Tag 5" # Date of the event, will be set via script. Format like "2003-12-31" date: 2018-08-29 +# Year, taken from date by script. E.g. "2009" +years: 2018 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20180830/index.md b/content/posts/20180830/index.md index 91613e3..c1a0c5c 100644 --- a/content/posts/20180830/index.md +++ b/content/posts/20180830/index.md @@ -5,6 +5,9 @@ title: "Alpenevent Vario 1, Tag 6" # Date of the event, will be set via script. Format like "2003-12-31" date: 2018-08-30 +# Year, taken from date by script. E.g. "2009" +years: 2018 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20190224/index.md b/content/posts/20190224/index.md index f2ae251..47f0001 100644 --- a/content/posts/20190224/index.md +++ b/content/posts/20190224/index.md @@ -5,6 +5,9 @@ title: "Snowrider" # Date of the event, will be set via script. Format like "2003-12-31" date: 2019-02-24 +# Year, taken from date by script. E.g. "2009" +years: 2019 + # Set the correct sports kind here (single value) # It's taxonomy term: look at existing posts, to find the valid values sports: "MTB" diff --git a/content/posts/20200912/index.md b/content/posts/20200912/index.md index 7467363..c6d4d45 100644 --- a/content/posts/20200912/index.md +++ b/content/posts/20200912/index.md @@ -1,6 +1,12 @@ --- title: "Dem Homo erectus auf der Spur" + date: 2020-09-12 + + +# Year, taken from date by script. E.g. "2009" +years: 2020 + sports: "MTB" eventtypes: "single"