|
After Width: | Height: | Size: 227 KiB |
|
After Width: | Height: | Size: 390 KiB |
|
After Width: | Height: | Size: 411 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 403 KiB |
|
After Width: | Height: | Size: 189 KiB |
|
After Width: | Height: | Size: 231 KiB |
|
After Width: | Height: | Size: 248 KiB |
|
After Width: | Height: | Size: 171 KiB |
|
After Width: | Height: | Size: 189 KiB |
|
After Width: | Height: | Size: 188 KiB |
|
After Width: | Height: | Size: 243 KiB |
|
After Width: | Height: | Size: 183 KiB |
|
After Width: | Height: | Size: 338 KiB |
|
After Width: | Height: | Size: 157 KiB |
|
After Width: | Height: | Size: 179 KiB |
|
After Width: | Height: | Size: 145 KiB |
@ -0,0 +1,108 @@ |
|||||||
|
--- |
||||||
|
# Set the correct title here |
||||||
|
title: "Alpenevent Revival" |
||||||
|
|
||||||
|
# Date of the event, will be set via script. Format like "2003-12-31" |
||||||
|
date: 2019-09-14 |
||||||
|
|
||||||
|
# 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" |
||||||
|
|
||||||
|
# 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: [ |
||||||
|
"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: "Bad Camberg" |
||||||
|
|
||||||
|
# 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: 55.71 |
||||||
|
# Set the correct value here, Example 3:58:59 |
||||||
|
duration_h: 3:39:30 |
||||||
|
# Set the correct value here, Example 23.2 |
||||||
|
average_speed_kmh: 14.73 |
||||||
|
# Set the correct value here, Example 1234 |
||||||
|
ascent_m: 1193 |
||||||
|
# Set the correct value here, Example 24.2 |
||||||
|
temperature_c: 24 |
||||||
|
|
||||||
|
# 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/20190914-120434-IMG_20190914_120432.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/20190914-114508-20190914-104508-DSCF0276.JPG |
||||||
|
text: '' |
||||||
|
- name: images/20190914-115659-IMG_20190914_115659-01.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20190914-120434-IMG_20190914_120432.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20190914-130241-20190914-120241-DSCF0277.JPG |
||||||
|
text: '' |
||||||
|
- name: images/20190914-132843-IMG_20190914_132843.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20190914-134707-20190914-124707-DSCF0279.JPG |
||||||
|
text: '' |
||||||
|
- name: images/20190914-144011-IMG_20190914_144010_1-01.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20190914-153548-IMG_20190914_153548.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20190914-153804-IMG_20190914_153803_1.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20190914-162426-20190914-152426-DSCF0280.JPG |
||||||
|
text: '' |
||||||
|
- name: images/20190914-162433-20190914-152433-DSCF0281.JPG |
||||||
|
text: '' |
||||||
|
- name: images/20190914-162435-20190914-152435-DSCF0282.JPG |
||||||
|
text: '' |
||||||
|
- name: images/20190914-162437-20190914-152437-DSCF0283.JPG |
||||||
|
text: '' |
||||||
|
- name: images/20190914-163256-IMG_20190914_163255_1.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20190914-164025-20190914-154025-DSCF0285.JPG |
||||||
|
text: '' |
||||||
|
- name: images/20190914-170207-IMG_20190914_170207.jpg |
||||||
|
text: '' |
||||||
|
- name: images/20190914-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/3982586 |
||||||
|
strava_activity: https://www.strava.com/activities/2711771528 |
||||||
|
|
||||||
|
--- |
||||||
|
|
||||||
|
Noch einmal in Erinnerung schwelgen und die Highlights des Alpen-X August 2018 Revue passieren lassen. |
||||||
|
<!--more--> |
||||||
|
Mit dabei waren die Kollegen aus dem nördlichen Ruhrpott. |
||||||
@ -0,0 +1,75 @@ |
|||||||
|
--- |
||||||
|
|
||||||
|
# Set the correct title here |
||||||
|
title: "Tour 2019-09-14" |
||||||
|
|
||||||
|
# Date of the event, will be set via script. Format like "2003-12-31" |
||||||
|
date: 2019-09-14 |
||||||
|
|
||||||
|
# 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" |
||||||
|
|
||||||
|
# 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--> |
||||||