www

website
git clone ssh://anon@src.dalliard.ch/www
log | files | refs

commit cc3c87ab682bfa7860bc40db9064db30511b3df1
parent 5bf86fbb996517a4b5b1e8ef30861b5b4f632846
author: nathanael <nathanael@dalliard.ch>
date:   Sun, 26 Oct 2025 10:34:30 +0000

mv nav to layouts

diffstat:
Mcontent/contact.md | 2--
Dcontent/ethics.md | 31-------------------------------
Dcontent/food.md | 17-----------------
Dcontent/money.md | 16----------------
Mcontent/now.md | 5+----
Mcontent/uses.md | 5+----
Dcontent/why.md | 16----------------
Acontent/why/_index.md | 14++++++++++++++
Acontent/why/ethics.md | 29+++++++++++++++++++++++++++++
Acontent/why/food.md | 15+++++++++++++++
Acontent/why/money.md | 14++++++++++++++
Mlayouts/log/page.html | 2++
Mlayouts/page.html | 10++++++++++
Mlayouts/section.html | 2++
Alayouts/why/page.html | 7+++++++
Alayouts/why/section.html | 7+++++++
16 files changed, 102 insertions(+), 90 deletions(-)

diff --git a/content/contact.md b/content/contact.md @@ -5,5 +5,3 @@ aliases: - contact --- [nathanael@dalliard.ch](mailto:nathanael@dalliard.ch) - -[↩](/) diff --git a/content/ethics.md b/content/ethics.md @@ -1,31 +0,0 @@ ---- -title: ethics -url: e -aliases: -- ethics ---- -ethical framework - -|| --|-|- -H|edonism|maximize pleasure -E|mpathy|empathy-compass -A|moralism|subjective morality -L|aisser-faire|ask, not demand - -every situation is different - -## compass - -four instincts - -|| --|-|- -N|new|novelty -E|us|collective -S|old|familiar -W|me|individual - -grok self and others - -[↩](/w/) diff --git a/content/food.md b/content/food.md @@ -1,17 +0,0 @@ ---- -title: food -url: f -aliases: -- food ---- -[empathy](/e/) extends to all sentient beings - -- compassion -- nonviolence -- for the people -- for the planet -- for the animals - -veganism aligns actions with [empathy](/e/) - -[↩](/w/) diff --git a/content/money.md b/content/money.md @@ -1,16 +0,0 @@ ---- -title: money -url: m -aliases: -- money ---- -the soundest money is bitcoin - -- p2p-network -- proof of work -- blockchain -- fixed supply - -building a local bitcoin community *([bitcoinwallis](https://bitcoinwallis.ch))* - -[↩](/w/) diff --git a/content/now.md b/content/now.md @@ -3,6 +3,7 @@ title: now url: 'n' aliases: - now +lastmod: 2025-10-25 --- what i'm doing [now](https://nownownow.com/p/RPNW) @@ -12,7 +13,3 @@ what i'm doing [now](https://nownownow.com/p/RPNW) - thinking about what i want in a relationship checkout [nownownow.com](https://nownownow.com) for more pages like this - -2025-10-25 - -[↩](/) diff --git a/content/uses.md b/content/uses.md @@ -3,6 +3,7 @@ title: uses url: u aliases: - uses +lastmod: 2025-10-26 --- what i currently use @@ -66,7 +67,3 @@ what i currently use - [netcup](https://netcup.com) secondary vps - [obsda.ms](https://openbsd.amsterdam) vps on openbsd - [swisscom](https://www.swisscom.ch) prepaid mobile - -2025-10-26 - -[↩](/) diff --git a/content/why.md b/content/why.md @@ -1,16 +0,0 @@ ---- -title: why -url: w -aliases: -- why ---- -[bitcoin](/m/) -my money - -[h.e.a.l.](/e/) -my ethics - -[vegan](/f/) -my food - -[↩](/) diff --git a/content/why/_index.md b/content/why/_index.md @@ -0,0 +1,14 @@ +--- +title: why +url: w +aliases: +- why +--- +[bitcoin](/m/) +my money + +[h.e.a.l.](/e/) +my ethics + +[vegan](/f/) +my food diff --git a/content/why/ethics.md b/content/why/ethics.md @@ -0,0 +1,29 @@ +--- +title: ethics +url: e +aliases: +- ethics +--- +ethical framework + +|| +-|-|- +H|edonism|maximize pleasure +E|mpathy|empathy-compass +A|moralism|subjective morality +L|aisser-faire|ask, not demand + +every situation is different + +## compass + +four instincts + +|| +-|-|- +N|new|novelty +E|us|collective +S|old|familiar +W|me|individual + +grok self and others diff --git a/content/why/food.md b/content/why/food.md @@ -0,0 +1,15 @@ +--- +title: food +url: f +aliases: +- food +--- +[empathy](/e/) extends to all sentient beings + +- compassion +- nonviolence +- for the people +- for the planet +- for the animals + +veganism aligns actions with [empathy](/e/) diff --git a/content/why/money.md b/content/why/money.md @@ -0,0 +1,14 @@ +--- +title: money +url: m +aliases: +- money +--- +the soundest money is bitcoin + +- p2p-network +- proof of work +- blockchain +- fixed supply + +building a local bitcoin community *([bitcoinwallis](https://bitcoinwallis.ch))* diff --git a/layouts/log/page.html b/layouts/log/page.html @@ -1,6 +1,7 @@ {{ define "main" }} <h1>{{ .Title }}</h1> {{ .Content }} +<small> {{ with .PrevInSection }} <a href="{{ .RelPermalink }}">←</a> {{ end }} @@ -8,4 +9,5 @@ {{ with .NextInSection }} <a href="{{ .RelPermalink }}">→</a> {{ end }} +</small> {{ end }} diff --git a/layouts/page.html b/layouts/page.html @@ -1,4 +1,14 @@ {{ define "main" }} <h1>{{ .Title }}</h1> {{ .Content }} +<small> +{{ with .Lastmod }} +<p> + <time datetime="{{ .Format "2006-01-02" }}"> + {{ .Format "2006-01-02" }} + </time> +</p> +{{ end }} +<a href=/>↩</a> +</small> {{ end }} diff --git a/layouts/section.html b/layouts/section.html @@ -4,5 +4,7 @@ {{ range .Pages }} <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2> {{ end }} +<small> <p><a href="/">↩</a></p> +</small> {{ end }} diff --git a/layouts/why/page.html b/layouts/why/page.html @@ -0,0 +1,7 @@ +{{ define "main" }} +<h1>{{ .Title }}</h1> +{{ .Content }} +<small> +<a href="/w/">↩</a> +</small> +{{ end }} diff --git a/layouts/why/section.html b/layouts/why/section.html @@ -0,0 +1,7 @@ +{{ define "main" }} +<h1>{{ .Title }}</h1> +{{ .Content }} +<small> +<p><a href="/">↩</a></p> +</small> +{{ end }}