getting rid of mkdocs bagage
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
ce08c3f5e7
commit
68828ecc35
20
README.md
20
README.md
@ -1,21 +1,5 @@
|
||||
# My website
|
||||
|
||||
setup with plain python
|
||||
```bash
|
||||
python -mvenv .venv
|
||||
source ./.venv/bin/activate
|
||||
pip install mkdocs
|
||||
pip install mkdocs-simple-blog
|
||||
mkdocs serve # to preview the website locally
|
||||
mkdocs build # to build the website in ./site
|
||||
```
|
||||
Let's build it with markdown and build our own pandoc
|
||||
based script.
|
||||
|
||||
with uv
|
||||
```bash
|
||||
uv venv
|
||||
source ./.venv/bin/activate
|
||||
uv pip install mkdocs
|
||||
uv pip install mkdocs-simple-blog
|
||||
mkdocs serve # to preview the website locally
|
||||
mkdocs buid # to build the website in ./site
|
||||
```
|
||||
|
@ -1,29 +0,0 @@
|
||||
---
|
||||
title: TDF 2024
|
||||
---
|
||||
|
||||
# Tour de France 2024
|
||||
|
||||
## Introduction
|
||||
|
||||
I'll post some comments, observations, rants about the 2024 edition of the Tour de France.
|
||||
## First week of the Tour de France 2024
|
||||
|
||||
The first few stages were mega. I love that way of starting the race with a hard stage. I felt it made the race safer.
|
||||
|
||||
I didn't believe Mark Cavendish would be able to win the 35th stage. I am glad he was able to prove me wrong.
|
||||
|
||||
Riders of the week:
|
||||
|
||||
- Jonas Abrahamsen: the way he fought to maintain the points and climbers jersey was great. I am also happy he opened on his past struggle with an obsession of gaining weight as so many athletes struggle with eating disorders. Basically he used to maintain a very low weight since his teenage years to mimic his GC idols. Later his nutritionist helped him realize it was not healthy and he gained 20kg over the years and also several cm of height during his twenties, having a late puberty. He now realize he is stronger than when he was maintaining a lower body weight.
|
||||
|
||||
- Birman Girmay: The Eritrean rider was a revelation in 2022, being the first black african cyclist to win a classic and a grand tour stage. Sadly he had to abandon the Giro d'Italia after that win when the cork of the Prosecco wine he was opening on the podium left him with an injured eye. His 2023 season was not as successful so I am happy of his success at this Tour after an abandon from injury at the Giro again. After his win on stage 3 he is the first black african to win a stage at the tour and he became on stage 5 the first to wear the green jersey.
|
||||
|
||||
### GC favorites
|
||||
|
||||
I have the feeling Tadej Pogačar is desperate to gain precious time over Jonas Vingegaard which leads me to think he is not overly confident to be able to maintain his form for 3 weeks. So far so good he managed to create a small gap but Vingegaard is suprisingly good considering the injuries he sustained earlier this year. I like Tadej Pogačar's way of racing, but I still put Jonas Vingegaard as the overall favorite as I see cracks in Tadej's armor. Remco Evenepoel and Primož Roglič are the closest we can find from the other two but I believe they will both just fight for the podium and each of them might have a bad day. At least Evenepoel got his stage win in the time trial.
|
||||
## Second week
|
||||
|
||||
Second week started with a sprint stage won by Jasper Philipsen. In the first week I found his team support lacking and maybe sensed some lack of motivation from Mathieu Van der Poel to deliver him to the last hundreds meter in front. This time everybody did his job correctly and Jasper Philipsen was untouchable.
|
||||
|
||||
Stage 11 was much more eventful for the GC favorites. Despite a successful attack from Tadej Pogačar, he was unable to maintain his advantage over Jonas Vingegaard in the last climb and was unable to win the sprint at the end of the stage. The cracks in the armor I sensed in first week seems to be already showing up. Those climbs were difficult but relatively short. If Vingegaard was able to maintain a faster rhythm in the last climb, surely this means Poggi has a big problem for the long mountain passes of the Pyrenees. Remco losing a ton of seconds in the downhill, the way he takes corners makes me cringe. This is really is Achille heel. Primož Roglič being Primož Roglič ended up crashing. So much talent wasted.
|
26
log/2024/12.md
Normal file
26
log/2024/12.md
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
### 2024-12-13
|
||||
|
||||
|
||||
Update on the Konica TOPS
|
||||
|
||||
After a bit of fidling with a plastic tool to open and repair smartphones, I managed to open the battery cover. Since a second test show same difficulty, I left it open while I will wait to buy the Litium battery that should be good for many rolls.
|
||||
|
||||
#photo #analogphotography #35mm
|
||||
|
||||
### date: 2024-12-12
|
||||
|
||||
My website hasn't even been published anywhere yet I
|
||||
already change my mind about how to build it. I started
|
||||
with mkdocs but want something more flexible and basic
|
||||
using pandoc. I also don't want a ready made generator
|
||||
and build it myself although it will likely be based on
|
||||
pandoc.
|
||||
|
||||
I received a Konica Tops point and shoot 35mm film camera. Battery cover seems stuck.
|
||||
|
||||
I received 2 rolls of 35mm Cinestill 800T film.
|
||||
|
||||
I installed QubesOS on a usb SSD drive to test it out.
|
||||
|
||||
#photo #analogphotography #35mm #qubesos #linux #webdev
|
@ -1,4 +0,0 @@
|
||||
site_name: Tomi's tech hacks and bike stuff
|
||||
|
||||
theme:
|
||||
name: simple-blog
|
Loading…
x
Reference in New Issue
Block a user