From bf938ec15774607df58bee5c294d370141bcbf07 Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Tue, 6 Sep 2022 08:59:46 +0200 Subject: [PATCH] restructured cycling --- config.toml | 7 +++++- content/cycling/bike-maintenance.md | 35 +++++++++++++++++++++++++++++ content/posts/vector3-battery.md | 14 ------------ 3 files changed, 41 insertions(+), 15 deletions(-) create mode 100644 content/cycling/bike-maintenance.md delete mode 100644 content/posts/vector3-battery.md diff --git a/config.toml b/config.toml index 5d0c1f7..c216b9a 100644 --- a/config.toml +++ b/config.toml @@ -43,9 +43,14 @@ url = 'https://gitlab.com/lennartalff/' [[menu.main]] name = 'Recipes' -weight = 2 +weight = 3 url = 'recipes/' +[[menu.main]] +name = 'Cycling' +weight = 2 +url = 'cycling/' + [[menu.main]] name = 'Posts' weight = 1 diff --git a/content/cycling/bike-maintenance.md b/content/cycling/bike-maintenance.md new file mode 100644 index 0000000..18f54c4 --- /dev/null +++ b/content/cycling/bike-maintenance.md @@ -0,0 +1,35 @@ +--- +title: Bike Maintenance +date: 2022-08-25 +categories: ['Cycling'] +tags: ['cycling'] +--- + +## Vector 3 +{{% table %}} +| Date | Distance (km) | Time (h)| Lifetime (h) | +| ---- | ------------- | ------- | ------------ | +| 20.08.21 | 2526.4 | 102.8 | - | +| 23.03.22 | 4073.5 | 163.4 | 60.6 | +| 25.08.22 | 7306.6 | 284.2 | 120.8 | +{{% /table %}} + + +## Chain 1 +{{< table >}} +| Start Date | End Date | Start Distance | End Distance | Diff | Total | +| ---------- | -------- | -------------- | ------------ | ---- | ----- | +| 30.08.22 | | 7335.6 | | | | +{{< /table >}} + +## Chain 2 +{{% table %}} +| Start Date | End Date | Start Distance | End Distance | Diff | Total | +| ---------- | -------- | -------------- | ------------ | ---- | ----- | +{{% /table %}} + +## Chain 3 +{{% table %}} +| Start Date | End Date | Start Distance | End Distance | Diff | Total | +| ---------- | -------- | -------------- | ------------ | ---- | ----- | +{{% /table %}} \ No newline at end of file diff --git a/content/posts/vector3-battery.md b/content/posts/vector3-battery.md deleted file mode 100644 index 8bbb388..0000000 --- a/content/posts/vector3-battery.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Vector 3 Battery -date: 2022-08-25 -categories: ['Cycling'] -tags: ['cycling'] ---- - -{{% table %}} -| Date | Distance (km) | Time (h)| Lifetime (h) | -| ---- | ------------- | ------- | ------------ | -| 20.08.21 | 2526.4 | 102.8 | - | -| 23.03.22 | 4073.5 | 163.4 | 60.6 | -| 25.08.22 | 7306.6 | 284.2 | 120.8 | -{{% /table %}} \ No newline at end of file