updates!
@ -5,7 +5,7 @@ excerpt: |
|
||||
I ran my first half marathon! Let's look at the data.
|
||||
image: /assets/blog/running/time_vs_distance.svg
|
||||
social_image: /assets/blog/running/time_vs_distance.png
|
||||
thumbnail: /assets/blog/running/time_vs_distance.svg
|
||||
thumbnail: /assets/blog/running/half_thumbnail.svg
|
||||
image_class: invertable
|
||||
alt: A scatter graph of run time vs run distance for all my runs on strava. It shows that I mainly run between 5 and 6 min per kilometer, regardless of distance
|
||||
---
|
||||
|
12
_posts/2023-10-20-first-marathon.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: My First Full Marathon!
|
||||
layout: post
|
||||
excerpt: |
|
||||
I ran the Amsterdam marathon! My first official race and the longest distance I've run in one go!
|
||||
|
||||
thumbnail: /assets/blog/running/full_thumbnail.svg
|
||||
image_class: invertable
|
||||
alt: A scatter graph of run time vs run distance for all my runs on strava. There are lots of points between 5-15km, a couple around 21km and one single point way out at 42km.
|
||||
---
|
||||
|
||||
I ran the Amsterdam marathon! My first official race and the longest distance I've run in one go!
|
13
_projects/lego_adapters.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: 3D Printed Lego Motor Adapters
|
||||
layout: post
|
||||
image: /assets/projects/lego_adapters/thumbnail.png
|
||||
|
||||
excerpt: Adapters to use common components with lego technic.
|
||||
permalink: /projects/lego_adapters
|
||||
assets: /assets/projects/lego_adapters
|
||||
---
|
||||
|
||||
Testing!
|
||||
|
||||
{{ page | inspect }}
|
15
_projects/toothbrush_shelf.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
title: Toothbrush Shelf
|
||||
layout: post
|
||||
excerpt: |
|
||||
|
||||
image: /assets/projects/toothbrush_shelf/thumbnail.png
|
||||
|
||||
excerpt: A shelf to put your toothbrush charger on.
|
||||
permalink: /projects/toothbrush_shelf
|
||||
assets: /assets/projects/toothbrush_shelf
|
||||
---
|
||||
|
||||
Testing!
|
||||
|
||||
{{ page | inspect }}
|
1320
assets/blog/running/full_thumbnail.svg
Normal file
After Width: | Height: | Size: 60 KiB |
1272
assets/blog/running/half_thumbnail.svg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
assets/blog/running/runs_2.xlsx
Normal file
Before Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
BIN
assets/blog/running/time_vs_distance_2.png
Normal file
After Width: | Height: | Size: 20 KiB |
1656
assets/blog/running/time_vs_distance_2.svg
Normal file
After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
BIN
assets/projects/lego_adapters/thumbnail.png
Normal file
After Width: | Height: | Size: 150 KiB |
BIN
assets/projects/toothbrush_shelf/thumbnail.png
Normal file
After Width: | Height: | Size: 114 KiB |
@ -12,7 +12,7 @@ redirect_from:
|
||||
|
||||
<section>
|
||||
<h2 class="p-name blogroll-title"><a class="u-uid u-url" href="{{ post.url }}">{{ post.title }}</a></h2>
|
||||
<time class="dt-published" datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time>
|
||||
<!-- <time class="dt-published" datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time> -->
|
||||
<summary class="p-summary">{{ post.excerpt | markdownify | remove: '<p>' | remove: '</p>' }}</summary>
|
||||
</section>
|
||||
</article>
|
||||
|