|
After Width: | Height: | Size: 268 KiB |
|
After Width: | Height: | Size: 225 KiB |
|
After Width: | Height: | Size: 181 KiB |
|
After Width: | Height: | Size: 411 KiB |
|
After Width: | Height: | Size: 254 KiB |
|
After Width: | Height: | Size: 293 KiB |
|
After Width: | Height: | Size: 221 KiB |
|
After Width: | Height: | Size: 384 KiB |
|
After Width: | Height: | Size: 406 KiB |
|
After Width: | Height: | Size: 379 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 271 KiB |
|
After Width: | Height: | Size: 338 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 187 KiB |
|
After Width: | Height: | Size: 192 KiB |
|
After Width: | Height: | Size: 95 KiB |
|
After Width: | Height: | Size: 133 KiB |
@ -0,0 +1,111 @@ |
|||||||
|
--- |
||||||
|
# Set the correct title here |
||||||
|
title: "Taunus" |
||||||
|
|
||||||
|
# Date of the event, will be set via script. Format like "2003-12-31" |
||||||
|
date: 2017-11-19 |
||||||
|
|
||||||
|
# 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", |
||||||
|
"Dirk" |
||||||
|
] |
||||||
|
|
||||||
|
# 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: "Oberjosbach" |
||||||
|
|
||||||
|
# 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: 38.76 |
||||||
|
# Set the correct value here, Example 3:58:59 |
||||||
|
duration_h: 3:26:57 |
||||||
|
# Set the correct value here, Example 23.2 |
||||||
|
average_speed_kmh: 11.45 |
||||||
|
# Set the correct value here, Example 1234 |
||||||
|
ascent_m: 1393 |
||||||
|
# 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 post's header e.g. header_image: images/img123.jpg. Can be empty. |
||||||
|
header_image: images/20171119-140720-DSCF6164.jpg |
||||||
|
|
||||||
|
# Image for the summary list e.g. featured_image: images/img123.jpg. Can be empty. |
||||||
|
featured_image: images/20171119-140720-DSCF6164.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/20171119-104445-DSCF6152.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-104459-DSCF6153.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-122054-DSCF6154.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-122222-DSCF6155.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-123928-DSCF6156.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-123955-DSCF6157.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-124101-DSCF6158.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-131706-DSCF6160.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-131717-DSCF6162.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-132643-DSCF6163.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-140720-DSCF6164.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-140728-DSCF6165.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-150132-DSCF6166.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-150154-DSCF6167.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-150222-DSCF6170.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-150459-DSCF6172.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-160654-DSCF6173.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20171119-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: https://app.velohero.com/activity/3098503 |
||||||
|
strava_activity: https://www.strava.com/activities/1297073384 |
||||||
|
|
||||||
|
--- |
||||||
|
|
||||||
|
Wo gibt's das noch: Vor dem Start reicht Mutti aus der Haustür noch 'ne Tasse Kaffe für jeden. |
||||||
|
<!--more--> |
||||||
|
Für Gregor wurde es eine Reise in die Jugend und für die Gruppe eine Reise ins Mittelalter... (oder Winterwunderland). |
||||||
@ -0,0 +1,76 @@ |
|||||||
|
--- |
||||||
|
|
||||||
|
# Set the correct title here |
||||||
|
title: "Taunus" |
||||||
|
|
||||||
|
# Date of the event, will be set via script. Format like "2003-12-31" |
||||||
|
date: 2017-11-19 |
||||||
|
|
||||||
|
# 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", |
||||||
|
"Dirk" |
||||||
|
] |
||||||
|
|
||||||
|
# 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: "Oberjosbach" |
||||||
|
|
||||||
|
# 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: 38.76 |
||||||
|
# Set the correct value here, Example 3:58:59 |
||||||
|
duration_h: 3:26:57 |
||||||
|
# Set the correct value here, Example 23.2 |
||||||
|
average_speed_kmh: 11.45 |
||||||
|
# Set the correct value here, Example 1234 |
||||||
|
ascent_m: 1393 |
||||||
|
# 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 post's header e.g. header_image: images/img123.jpg. Can be empty. |
||||||
|
header_image: |
||||||
|
|
||||||
|
# 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: https://app.velohero.com/activity/3098503 |
||||||
|
strava_activity: https://www.strava.com/activities/1297073384 |
||||||
|
|
||||||
|
--- |
||||||
|
|
||||||
|
Wo gibt's das noch: Vor dem Start reicht Mutti aus der Haustür noch 'ne Tasse Kaffe für jeden. |
||||||
|
<!--more--> |
||||||
|
Für Gregor wurde es eine Reise in die Jugend und für die Gruppe eine Reise ins Mittelalter... (oder Winterwunderland). |
||||||