@ -1,6 +0,0 @@
|
||||
--- |
||||
title: "{{ replace .Name "-" " " | title }}" |
||||
date: {{ .Date }} |
||||
draft: true |
||||
--- |
||||
|
||||
@ -1,11 +0,0 @@
|
||||
--- |
||||
title: "Über uns" |
||||
date: 2020-09-13T23:26:20+02:00 |
||||
draft: false |
||||
--- |
||||
|
||||
Aufgrund der Initiative einiger radsportbegeisterter Kollegen bei der DB Systels, werden Treffen in loser Folge auf dem Bike oder mit dem Velo durchgeführt. Da die Kollegen verstreut um den Großraum Rhein/Main wohnen, werden die Touren an verschiedenen Standorten durchgeführt. |
||||
|
||||
Dieses Wiki dient dazu, das Getane zu belegen, Erinnerungen zu erhalten und für weitere 'Runden' motiviert zu werden. |
||||
|
||||
Impressum und Datenschutzerklärung findet ihr [hier](https://kollegen.uber.space/). |
||||
@ -1,44 +0,0 @@
|
||||
[more] |
||||
other = "Mehr" |
||||
|
||||
[allTitle] |
||||
other = "Alle {{.Title }}" |
||||
|
||||
[recentTitle] |
||||
other = "Neuste {{.Title }}" |
||||
|
||||
[readMore] |
||||
other = "weiterlesen" |
||||
|
||||
[whatsInThis] |
||||
other = "Was ist in dieser {{ .Type }}" |
||||
|
||||
[related] |
||||
other = "Ähnliches" |
||||
|
||||
[yourName] |
||||
other = "Dein Name" |
||||
|
||||
[emailAddress] |
||||
other = "Email Adresse" |
||||
|
||||
[message] |
||||
other = "Nachricht" |
||||
|
||||
[emailRequiredNote] |
||||
other = "Eine Email Adresse wird benötigt." |
||||
|
||||
[send] |
||||
other = "Senden" |
||||
|
||||
[taxonomyPageList] |
||||
other = "Klassifizierung nach “{{ .Title }}”" |
||||
|
||||
[distance] |
||||
other = "Distanz" |
||||
|
||||
[ascending] |
||||
other = "Aufstieg" |
||||
|
||||
[nr_of_tours] |
||||
other = "Anzahl an Fahrten" |
||||
|
After Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 229 KiB |
|
After Width: | Height: | Size: 354 KiB |
|
After Width: | Height: | Size: 286 KiB |
|
After Width: | Height: | Size: 346 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 465 KiB |
|
After Width: | Height: | Size: 80 KiB |
@ -0,0 +1,92 @@
|
||||
--- |
||||
# Set the correct title here |
||||
title: "Orb Trails" |
||||
|
||||
# Date of the event, will be set via script. Format like "2003-12-31" |
||||
date: 2020-06-27 |
||||
|
||||
# Year as <YYYY>, taken from date by the red.py script. Used for Years taxonomy, |
||||
# so be shure this matches the year from 'date' above. E.g. "2009" |
||||
years: 2020 |
||||
|
||||
# Set the correct sports kind here (single value) |
||||
# It's taxonomy term: look at existing posts, to find the valid values |
||||
sports: "MTB" |
||||
|
||||
# Set the correct event type here (single value) |
||||
# It's taxonomy term: look at existing posts, to find the valid values |
||||
eventtypes: "single" |
||||
|
||||
# Set the correct participants here (list values) |
||||
# It's taxonomy term: lLook at existing posts, to find the valid values. |
||||
# For new participants set "FirstName LastName" |
||||
# Unknown names have to be set as "Gast" |
||||
members: [ |
||||
"Peter", |
||||
"Gregor", |
||||
"Gerald", |
||||
"Christian", |
||||
"Gast" |
||||
] |
||||
|
||||
# City name of start point |
||||
# It's taxonomy term: look at existing posts, to find the valid values |
||||
# If it's a new location: Take a simple city name |
||||
locations: "Gelnhausen" |
||||
|
||||
# false to hide it in production |
||||
draft: false |
||||
|
||||
# If one of the following values are not given, delete the default value |
||||
# Set the correct value here, Example 78.3 |
||||
distance_km: 54.78 |
||||
# Set the correct value here, Example 3:58:59 |
||||
duration_h: 4:24:00 |
||||
# Set the correct value here, Example 23.2 |
||||
average_speed_kmh: 14.41 |
||||
# Set the correct value here, Example 1234 |
||||
ascent_m: 923 |
||||
# Set the correct value here, Example 24.2 |
||||
temperature_c: 28 |
||||
|
||||
# All image paths are relative paths and have to start with "images/" |
||||
|
||||
# Image for the summary list e.g. featured_image: images/img123.jpg. Can be empty. |
||||
featured_image: images/20200627-130436-DSCF0690.jpg |
||||
|
||||
# Set captions for specific images (optional) |
||||
# A caption item has two entries: -name: "images/IMAGE_NAME" and -text: "YOUR DESCRIPTION" |
||||
# Caption names will be generated by the script, add text or let it empty. |
||||
captions: |
||||
- name: images/20200627-111538-DSCF0688.JPG |
||||
text: '' |
||||
- name: images/20200627-111821-DSCF0689.jpg |
||||
text: '' |
||||
- name: images/20200627-121249-IMG_20200627_121248.jpg |
||||
text: '' |
||||
- name: images/20200627-130436-DSCF0690.jpg |
||||
text: '' |
||||
- name: images/20200627-140022-DSCF0692.jpg |
||||
text: '' |
||||
- name: images/20200627-140033-DSCF0693.jpg |
||||
text: '' |
||||
- name: images/20200627-161439-IMG_20200627_161438.jpg |
||||
text: '' |
||||
- name: images/20200627-999999-Track.jpg |
||||
text: '' |
||||
|
||||
# Should not be changed |
||||
# Be careful: src value must be unique |
||||
resources: |
||||
- src: images/** |
||||
|
||||
# Links to activity on social platforms |
||||
# Example velohero_activity: https://app.velohero.com/activity/364363 |
||||
# velohero_activity: |
||||
# strava_activity: |
||||
|
||||
--- |
||||
|
||||
Super Trails! |
||||
<!--more--> |
||||
Eine schöne stressfreie Runde mit super Trails, die sogar legal sind. |
||||
@ -0,0 +1,76 @@
|
||||
--- |
||||
|
||||
# Set the correct title here |
||||
title: "Tour 2020-06-27" |
||||
|
||||
# Date of the event, will be set via script. Format like "2003-12-31" |
||||
date: 2020-06-27 |
||||
|
||||
# Year as <YYYY>, taken from date by the red.py script. Used for Years taxonomy, |
||||
# so be shure this matches the year from 'date' above. E.g. "2009" |
||||
years: 2020 |
||||
|
||||
# Set the correct sports kind here (single value) |
||||
# It's taxonomy term: look at existing posts, to find the valid values |
||||
sports: "MTB" |
||||
|
||||
# Set the correct event type here (single value) |
||||
# It's taxonomy term: look at existing posts, to find the valid values |
||||
eventtypes: "single" |
||||
|
||||
# Set the correct participants here (list values) |
||||
# It's taxonomy term: lLook at existing posts, to find the valid values. |
||||
# For new participants set "FirstName LastName" |
||||
# Unknown names have to be set as "Gast" |
||||
members: [ |
||||
"Peter", |
||||
"Gregor", |
||||
"Edmund", |
||||
"Gerald", |
||||
"Christian" |
||||
] |
||||
|
||||
# City name of start point |
||||
# It's taxonomy term: look at existing posts, to find the valid values |
||||
# If it's a new location: Take a simple city name |
||||
locations: "Somewhere" |
||||
|
||||
# false to hide it in production |
||||
draft: false |
||||
|
||||
# If one of the following values are not given, delete the default value |
||||
# Set the correct value here, Example 78.3 |
||||
distance_km: 0.0 |
||||
# Set the correct value here, Example 3:58:59 |
||||
duration_h: 0:00:00 |
||||
# Set the correct value here, Example 23.2 |
||||
average_speed_kmh: 0 |
||||
# Set the correct value here, Example 1234 |
||||
ascent_m: 0 |
||||
# Set the correct value here, Example 24.2 |
||||
temperature_c: |
||||
|
||||
# All image paths are relative paths and have to start with "images/" |
||||
|
||||
# Image for the summary list e.g. featured_image: images/img123.jpg. Can be empty. |
||||
featured_image: |
||||
|
||||
# Set captions for specific images (optional) |
||||
# A caption item has two entries: -name: "images/IMAGE_NAME" and -text: "YOUR DESCRIPTION" |
||||
# Caption names will be generated by the script, add text or let it empty. |
||||
captions: |
||||
|
||||
# Should not be changed |
||||
# Be careful: src value must be unique |
||||
resources: |
||||
- src: images/** |
||||
|
||||
# Links to activity on social platforms |
||||
# Example velohero_activity: https://app.velohero.com/activity/364363 |
||||
# velohero_activity: |
||||
# strava_activity: |
||||
|
||||
--- |
||||
|
||||
|
||||
<!--more--> |
||||