From 8e0f1b240ef05504384b8a07d7f928651b6dce48 Mon Sep 17 00:00:00 2001 From: pux Date: Mon, 28 Jun 2021 10:58:04 +0200 Subject: auto index builder --- 2020-06-23-182943_Backpacks.html | 43 ++++++++++------------------------- 2021-06-28-103922_TestingSrtGear.html | 33 ++++++--------------------- INDEX.html | 33 ++++++--------------------- INDEX.md | 2 +- INDEX_template.md | 4 ++++ index.html | 1 - update.sh | 10 +++++++- 7 files changed, 40 insertions(+), 86 deletions(-) create mode 100644 INDEX_template.md delete mode 120000 index.html diff --git a/2020-06-23-182943_Backpacks.html b/2020-06-23-182943_Backpacks.html index ee97ddc..3217e40 100644 --- a/2020-06-23-182943_Backpacks.html +++ b/2020-06-23-182943_Backpacks.html @@ -1,31 +1,12 @@ - + - - - - 2020-06-23-182943_Backpacks - - + + + + + + @@ -35,24 +16,24 @@ a:active {color: dodgerblue}

Backpack reviews

Focus: + Durability/longevity + small one for caving / everyday + ~ 40 l medium one, also airplane carry on + ~ 75 l big one, groceries / trekking tours + I EDC depending on mood, but even 75 l, have to walk 10 mins to the car, and got used to it

Osprey Farpoint 40 l

-

My first “good one”, lasted almost 5 years (daily use), back straps broke on an Italy-motorcycle-tour when i probably packed too many beer cans into it. Laptop compartment isn’t really protecting… never really used it.

+

My first "good one", lasted almost 5 years (daily use), back straps broke on an Italy-motorcycle-tour when i probably packed too many beer cans into it. Laptop compartment isn't really protecting... never really used it.

Tatonka Laptop Backpack

Lasted some years, great protection for 15 " laptop. A bit small when trying to fit something else in there when laptop present.

Kelty Redwing 44 l (black)

Actual medium backpack (2019+), lot of space, had to bend the aluminium backbone a bit to match my backbone, but then it was great comfort.

-

Never used the girdle (closed the clips bending around the backpack instead of my hip) as it’s never that heavily loaded.

+

Never used the girdle (closed the clips bending around the backpack instead of my hip) as it's never that heavily loaded.

You need to think a bit of where to put stuff to keep an aesthetic form though. Somehow when wearing it it looks like an Eastpak school backpack.

Gregory Baltoro 75 l (blue)

Current (2020) big daily / trekking backpack.

Awesome fit (for me).

-

Looks awesome, but you’ll get looks from people when using it in the city / as a daily. That’s why i also wear a $IndianaJones hat to kill last doubt in people on what to think of me :)

+

Looks awesome, but you'll get looks from people when using it in the city / as a daily. That's why i also wear a $IndianaJones hat to kill last doubt in people on what to think of me :)

Never tried a laptop in it.

-

After ~7 months of daily use the material on the two main shoulder belts is a bit worn, but i often didn’t use the tensioner that goes in front of my breast, so there was a lot of rubbing against my clothes. Anyway, this seems to get worse…

+

After ~7 months of daily use the material on the two main shoulder belts is a bit worn, but i often didn't use the tensioner that goes in front of my breast, so there was a lot of rubbing against my clothes. Anyway, this seems to get worse...

TODO / Wishlist

Small / caving backpack

diff --git a/2021-06-28-103922_TestingSrtGear.html b/2021-06-28-103922_TestingSrtGear.html index 78cd978..fab458f 100644 --- a/2021-06-28-103922_TestingSrtGear.html +++ b/2021-06-28-103922_TestingSrtGear.html @@ -1,31 +1,12 @@ - + - - - - 2021-06-28-103922_TestingSrtGear - - + + + + + + diff --git a/INDEX.html b/INDEX.html index f2c0436..4de400f 100644 --- a/INDEX.html +++ b/INDEX.html @@ -1,31 +1,12 @@ - + - - - - INDEX - - + + + + + + diff --git a/INDEX.md b/INDEX.md index 8a3c60e..5568299 100644 --- a/INDEX.md +++ b/INDEX.md @@ -3,4 +3,4 @@ ## INDEX [2020-06-23-182943_Backpacks](2020-06-23-182943_Backpacks.html) -[2021-06-28-103922_TestingSrtGear](2021-06-28-103922_TestingSrtGear.html) +[2021-06-28-103922_TestingSrtGear](2021-06-28-103922_TestingSrtGear.html) diff --git a/INDEX_template.md b/INDEX_template.md new file mode 100644 index 0000000..60bbd23 --- /dev/null +++ b/INDEX_template.md @@ -0,0 +1,4 @@ +# $blog / news + +## INDEX + diff --git a/index.html b/index.html deleted file mode 120000 index 9d41f4e..0000000 --- a/index.html +++ /dev/null @@ -1 +0,0 @@ -INDEX.html \ No newline at end of file diff --git a/update.sh b/update.sh index 2cee2be..9dc0973 100755 --- a/update.sh +++ b/update.sh @@ -1,10 +1,18 @@ #!/bin/sh +cp INDEX_template.md INDEX.md + for i in *.md do filename_wo_ext=$(echo "$i" | cut -f 1 -d '.') - if [ $filename_wo_ext != "template" ] + if [ $filename_wo_ext != "template" ] && [ $filename_wo_ext != "INDEX_template" ] then pandoc $i -s --highlight-style pygments --css=style.css --self-contained -t html5 -o $filename_wo_ext.html + + if [ $filename_wo_ext != "INDEX" ] + then + echo "[$filename_wo_ext]($filename_wo_ext.html) " >> INDEX.md + fi + fi done -- cgit v1.2.2-1-g5e49