restructured cycling
This commit is contained in:
parent
a3cfe14d3e
commit
bf938ec157
3 changed files with 41 additions and 15 deletions
|
|
@ -43,9 +43,14 @@ url = 'https://gitlab.com/lennartalff/'
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = 'Recipes'
|
name = 'Recipes'
|
||||||
weight = 2
|
weight = 3
|
||||||
url = 'recipes/'
|
url = 'recipes/'
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = 'Cycling'
|
||||||
|
weight = 2
|
||||||
|
url = 'cycling/'
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = 'Posts'
|
name = 'Posts'
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
|
||||||
35
content/cycling/bike-maintenance.md
Normal file
35
content/cycling/bike-maintenance.md
Normal file
|
|
@ -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 %}}
|
||||||
|
|
@ -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 %}}
|
|
||||||
Loading…
Reference in a new issue