This commit is contained in:
Tom 2023-10-21 17:49:12 +01:00
parent 295290cf65
commit 611e1d3faf
19 changed files with 5311 additions and 1830 deletions

View File

@ -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
---

View 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!

View 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 }}

View 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 }}

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 56 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 68 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

View File

@ -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>

2
run.sh
View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
sleep 8 && open --url http://0.0.0.0:4000 &
bundle exec jekyll serve --draft --future
bundle exec jekyll serve #--draft --future