62 changed files with 472 additions and 117 deletions
@ -0,0 +1,17 @@ |
|||||||
|
{ |
||||||
|
// Use IntelliSense to learn about possible attributes. |
||||||
|
// Hover to view descriptions of existing attributes. |
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
||||||
|
"version": "0.2.0", |
||||||
|
"configurations": [ |
||||||
|
{ |
||||||
|
"name": "Update", |
||||||
|
"type": "python", |
||||||
|
"request": "launch", |
||||||
|
"program": "${file}", |
||||||
|
"console": "integratedTerminal", |
||||||
|
"justMyCode": true, |
||||||
|
"args": ["update"] |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
After Width: | Height: | Size: 160 KiB |
@ -0,0 +1,43 @@ |
|||||||
|
--- |
||||||
|
title: "Dem Homo erectus auf der Spur" |
||||||
|
|
||||||
|
date: 2020-09-12 |
||||||
|
|
||||||
|
|
||||||
|
# Year, taken from date by script. E.g. "2009" |
||||||
|
years: 2020 |
||||||
|
|
||||||
|
sports: "MTB" |
||||||
|
events: "Single" |
||||||
|
|
||||||
|
members: [ |
||||||
|
"Peter", |
||||||
|
"Gregor", |
||||||
|
"Gerald", |
||||||
|
"Christian" |
||||||
|
] |
||||||
|
|
||||||
|
locations: "Brey" |
||||||
|
|
||||||
|
draft: false |
||||||
|
distance_km: 50.8 |
||||||
|
duration_h: 3:38:28 |
||||||
|
average_speed_kmh: 13.5 |
||||||
|
ascent_m: 1301 |
||||||
|
temperature_c: 26.1 |
||||||
|
|
||||||
|
featured_image: images/20200912-143022-IMG_7326.jpg |
||||||
|
|
||||||
|
# Be careful: src value must be unique |
||||||
|
resources: |
||||||
|
- src: images/** |
||||||
|
|
||||||
|
strava_activity: https://www.strava.com/activities/4050625126 |
||||||
|
garmin_activity: https://connect.garmin.com/modern/activity/5527343598 |
||||||
|
--- |
||||||
|
|
||||||
|
Zwischen Rhein und Mosel gegen den Uhrzeigersinn. |
||||||
|
<!--more--> |
||||||
|
Erstes Treffen nach dem Corona-Lockdown. Ein offiziell gesperrter offizieller Bike-Park in Brey. Viel zu warm und offensichtliches Waldsterben. Gregor verliert mal wieder sein Handy (Tchibo ist schuld). |
||||||
|
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 163 KiB |
|
After Width: | Height: | Size: 168 KiB |
@ -0,0 +1,130 @@ |
|||||||
|
--- |
||||||
|
# Set the correct title here |
||||||
|
title: "Eppstein, Eppstein, ..." |
||||||
|
|
||||||
|
# Date of the event, will be set via script. Format like "2003-12-31" |
||||||
|
date: 2022-05-29 |
||||||
|
|
||||||
|
# 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: 2022 |
||||||
|
|
||||||
|
# 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", |
||||||
|
"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: "Eppstein" |
||||||
|
|
||||||
|
# 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: 50.86 |
||||||
|
# Set the correct value here, Example 3:58:59 |
||||||
|
duration_h: 4:01:01 |
||||||
|
# Set the correct value here, Example 23.2 |
||||||
|
average_speed_kmh: 12.7 |
||||||
|
# Set the correct value here, Example 1234 |
||||||
|
ascent_m: 1414 |
||||||
|
# Set the correct value here, Example 24.2 |
||||||
|
temperature_c: 14.3 |
||||||
|
|
||||||
|
# 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/20220529-131729-IMG_7674.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. |
||||||
|
# The text only support ASCII characters, invalid charactes lead into an exception |
||||||
|
captions: |
||||||
|
- name: images/20220529-111416-IMG_7664.JPG |
||||||
|
text: Treffpunkt Eppstein Bf |
||||||
|
- name: images/20220529-114028-IMG_7665.JPG |
||||||
|
text: Waltersteinblick |
||||||
|
- name: images/20220529-115328-IMG_7666.JPG |
||||||
|
text: FFM immer im Blick |
||||||
|
- name: images/20220529-115337-IMG_7668.JPG |
||||||
|
text: Schön der Reihe nach |
||||||
|
- name: images/20220529-125615-IMG_7670.JPG |
||||||
|
text: Köngigstein Kurbad |
||||||
|
- name: images/20220529-131041-IMG_7673.JPG |
||||||
|
text: Burg Nürings |
||||||
|
- name: images/20220529-131729-IMG_7674.jpg |
||||||
|
text: Corona abgepackt |
||||||
|
- name: images/20220529-131815-IMG_7677.jpg |
||||||
|
text: First Picknick |
||||||
|
- name: images/20220529-132139-IMG_7678.JPG |
||||||
|
text: Dettweiler Tempel |
||||||
|
- name: images/20220529-140041-IMG_7680.JPG |
||||||
|
text: Wegweisend |
||||||
|
- name: images/20220529-140243-IMG_7681.JPG |
||||||
|
text: Durchfahrt Fuchstanz |
||||||
|
- name: images/20220529-140356-IMG_7682.JPG |
||||||
|
text: Durchfahrt Fuchstanz |
||||||
|
- name: images/20220529-141135-IMG_7683.JPG |
||||||
|
text: Abzweig Altkönig |
||||||
|
- name: images/20220529-142209-IMG_7684.JPG |
||||||
|
text: Nur nicht anhalten |
||||||
|
- name: images/20220529-142231-IMG_7685.JPG |
||||||
|
text: Steinig hier |
||||||
|
- name: images/20220529-142504-IMG_7686.JPG |
||||||
|
text: Baumpilz |
||||||
|
- name: images/20220529-142539-IMG_7687.JPG |
||||||
|
text: Wo ist die Ameise? |
||||||
|
- name: images/20220529-151655-IMG_7697.JPG |
||||||
|
text: Rückblickend Abfahrt Altkönig |
||||||
|
- name: images/20220529-151903-IMG_7698.JPG |
||||||
|
text: Abfahrt Altkönig |
||||||
|
- name: images/20220529-151914-IMG_7699.JPG |
||||||
|
text: Abfahrt Altkönig |
||||||
|
- name: images/20220529-160657-IMG_7701.JPG |
||||||
|
text: Nonnepfad, Kronberg |
||||||
|
- name: images/20220529-164812-IMG_7702.JPG |
||||||
|
text: Blick nach Königstein |
||||||
|
- name: images/20220529-164818-IMG_7703.JPG |
||||||
|
text: Richtungs Rupertshain |
||||||
|
- name: images/20220529-172933-IMG_7705.JPG |
||||||
|
text: Rossert |
||||||
|
- name: images/20220529-173003-IMG_7706.JPG |
||||||
|
text: Romantischer Blick |
||||||
|
- name: images/karte.jpg |
||||||
|
text: 'Karte' |
||||||
|
|
||||||
|
# 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/workouts/show/5550116 |
||||||
|
strava_activity: https://www.strava.com/activities/7246590066 |
||||||
|
komoot_activity: https://www.komoot.de/tour/792271939 |
||||||
|
garmin_activity: https://connect.garmin.com/modern/activity/8943885355 |
||||||
|
--- |
||||||
|
|
||||||
|
... alles muss verdreckt sein. |
||||||
|
<!--more--> |
||||||
|
|
||||||
|
Nein, stimmt gar nicht. Super, Sonne, Corona. Harte Trails für weiche Reifen und nur kurz verfahren. Aber wo ist nun schon wieder Gerald? |
||||||
|
|
||||||
|
After Width: | Height: | Size: 142 KiB |
@ -0,0 +1,17 @@ |
|||||||
|
{ |
||||||
|
// Use IntelliSense to learn about possible attributes. |
||||||
|
// Hover to view descriptions of existing attributes. |
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
||||||
|
"version": "0.2.0", |
||||||
|
"configurations": [ |
||||||
|
{ |
||||||
|
"name": "update", |
||||||
|
"type": "python", |
||||||
|
"request": "launch", |
||||||
|
"program": "red.py", |
||||||
|
"console": "integratedTerminal", |
||||||
|
"justMyCode": true, |
||||||
|
"args": ["-v", "update"] |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
Loading…
Reference in new issue