summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpux <pux@raumdock.pux.dom>2023-01-07 10:58:18 +0100
committerpux <pux@raumdock.pux.dom>2023-01-07 10:58:18 +0100
commit407572b5f49d89baad3dd0ef3d50b89a3b1ae451 (patch)
treee50c5eaa7c610949721a422cbd6b70b228955c1f
downloadmuckedout-407572b5f49d89baad3dd0ef3d50b89a3b1ae451.tar.gz
muckedout-407572b5f49d89baad3dd0ef3d50b89a3b1ae451.tar.bz2
muckedout-407572b5f49d89baad3dd0ef3d50b89a3b1ae451.zip
initial commit, skel index.html and the md convert script
- also using old backpack notes from pub-docs/ to have an entry
-rw-r--r--data/.gitignore3
-rw-r--r--data/2020-06-23-182943_Backpacks.md56
-rw-r--r--data/INDEX_template.md6
-rw-r--r--data/attachments/2020-06-23-182943_Backpacks/baltoro.jpgbin0 -> 274167 bytes
-rw-r--r--data/attachments/2020-06-23-182943_Backpacks/redwing.jpgbin0 -> 213675 bytes
-rw-r--r--data/style.css13
-rw-r--r--data/template.md10
-rwxr-xr-xdata/update.sh20
-rw-r--r--index.html15
-rw-r--r--style.css10
10 files changed, 133 insertions, 0 deletions
diff --git a/data/.gitignore b/data/.gitignore
new file mode 100644
index 0000000..8c1463c
--- /dev/null
+++ b/data/.gitignore
@@ -0,0 +1,3 @@
+*.html
+INDEX.md
+index.html
diff --git a/data/2020-06-23-182943_Backpacks.md b/data/2020-06-23-182943_Backpacks.md
new file mode 100644
index 0000000..d1c6450
--- /dev/null
+++ b/data/2020-06-23-182943_Backpacks.md
@@ -0,0 +1,56 @@
+---
+Tags:
+Language:
+---
+
+# 2020-06-23-182943_Backpacks
+
+## 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.
+
+### 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)
+
+<img src="attachments/2020-06-23-182943_Backpacks/redwing.jpg" style="width: 75vw">
+
+Current 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.
+
+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)
+
+<img src="attachments/2020-06-23-182943_Backpacks/baltoro.jpg" style="width: 75vw">
+
+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 :)
+
+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...
+
+
+## TODO / Wishlist
+
+### Small / caving backpack
+
+- ideally something that holds a water-tight canister and can be dragged without getting stuck easily.
+- maybe EDC-able without looking like a barrel...
diff --git a/data/INDEX_template.md b/data/INDEX_template.md
new file mode 100644
index 0000000..5219f6c
--- /dev/null
+++ b/data/INDEX_template.md
@@ -0,0 +1,6 @@
+# mucked out db
+
+[back](..)
+
+## INDEX
+
diff --git a/data/attachments/2020-06-23-182943_Backpacks/baltoro.jpg b/data/attachments/2020-06-23-182943_Backpacks/baltoro.jpg
new file mode 100644
index 0000000..4deb8b0
--- /dev/null
+++ b/data/attachments/2020-06-23-182943_Backpacks/baltoro.jpg
Binary files differ
diff --git a/data/attachments/2020-06-23-182943_Backpacks/redwing.jpg b/data/attachments/2020-06-23-182943_Backpacks/redwing.jpg
new file mode 100644
index 0000000..d92c3b5
--- /dev/null
+++ b/data/attachments/2020-06-23-182943_Backpacks/redwing.jpg
Binary files differ
diff --git a/data/style.css b/data/style.css
new file mode 100644
index 0000000..4a5093d
--- /dev/null
+++ b/data/style.css
@@ -0,0 +1,13 @@
+* {
+ color: white;
+ /*font-family: Courier New, Courier, monospace;*/
+ font-family: Arial;
+ background-color: transparent;
+}
+html { background-color: #16161d; }
+a:link {color: dodgerblue}
+a:visited {color: dodgerblue}
+a:hover {color: dodgerblue}
+a:active {color: dodgerblue}
+img {padding: 20px}
+code {background-color: #555555; font-family: Courier New; font-size: smaller; background-clip: padding-box; border: 0px solid; display: inline-block; margin: 0px;}
diff --git a/data/template.md b/data/template.md
new file mode 100644
index 0000000..34b78bb
--- /dev/null
+++ b/data/template.md
@@ -0,0 +1,10 @@
+---
+Author:
+Tags:
+Language:
+---
+
+# @@title
+
+## @@desc
+
diff --git a/data/update.sh b/data/update.sh
new file mode 100755
index 0000000..687c805
--- /dev/null
+++ b/data/update.sh
@@ -0,0 +1,20 @@
+#!/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" ] && [ $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
+
+ln -s INDEX.html index.html
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..04bba69
--- /dev/null
+++ b/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html><head>
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="stylesheet" type="text/css" href="style.css">
+</head><body>
+<h1>mucked out!</h1>
+<!--<img src="banner.jpg" height="400px"></img>-->
+<p>mucked out is a bullshit-free fact database about product and services, exposing marketing-bs and fighting planned obsolescence or cheap products just consuming planetary resources that should have no right to exist.</p>
+<p>you can join and edit this database via git and markdown</p>
+<p>repos url soon</p>
+<pre>
+<a href="data/">go to database</a>
+</pre>
+<br>
+</body></html>
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..216401e
--- /dev/null
+++ b/style.css
@@ -0,0 +1,10 @@
+* {
+ color: white;
+ /*font-family: Courier New, Courier, monospace;*/
+ font-family: Arial;
+}
+html { background-color: #16161d; }
+a:link {color: dodgerblue}
+a:visited {color: dodgerblue}
+a:hover {color: dodgerblue}
+a:active {color: dodgerblue}
in each repos: see "about"-tab (if existing) for more details / README.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa