--- # Set the correct title here title: "Mein lieber Bieber-Tour" # Date of the event, will be set via script. Format like "2003-12-31" date: 2023-05-07 # Year as , 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: 2023 # 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", "Andreas", "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: "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: 56.19 # Set the correct value here, Example 3:58:59 duration_h: 4:17:18 # Set the correct value here, Example 23.2 average_speed_kmh: 13.1 # Set the correct value here, Example 1234 ascent_m: 1113 # Set the correct value here, Example 24.2 temperature_c: 22.7 # 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/20230507-113610-X-S10.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/20230507-113610-X-S10.jpg text: '' - name: images/20230507-122023-X-S10.jpg text: '' - name: images/20230507-122726-X-S10.jpg text: '' - name: images/20230507-122729-X-S10.jpg text: '' - name: images/20230507-122732-X-S10.jpg text: '' - name: images/20230507-124153-X-S10.jpg text: '' - name: images/20230507-133249-X-S10.jpg text: '' - name: images/20230507-143158-X-S10.jpg text: '' - name: images/20230507-145009-X-S10.jpg text: '' - name: images/20230507-145016-X-S10.jpg text: '' - name: images/20230507-153355-X-S10.jpg text: '' - name: images/20230507-153404-X-S10.jpg text: '' - name: images/20230507-154730-X-S10.jpg text: '' # Should not be changed # Be careful: src value must be unique resources: - src: images/** # Links to activity on social platforms strava_activity: https://www.strava.com/activities/9028873178 komoot_activity: https://www.komoot.de/tour/1110119173 # garmin_activity: https://connect.garmin.com/modern/activity/11066649409 ---