From 8780e8761da6b1eec5d686a25c9f673c22d974c6 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 18:14:35 -0500 Subject: add pre-push deploy hook; source links to git.krz.sh; fix app button color - pre-push hook builds with zola and rsyncs public/ to homelab on main - wire core.hooksPath to tracked .githooks/ - point app source links at git.krz.sh instead of github - keep .prose btn text at --text/--btn-fg instead of link blue - drop dead github pages workflow (remote is self-hosted git now) --- content/apps/_index.md | 2 +- content/apps/daybyday.md | 2 +- content/apps/domain-dig.md | 2 +- content/apps/hutch.md | 2 +- content/apps/solar.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'content') diff --git a/content/apps/_index.md b/content/apps/_index.md index cb9674d..7226c39 100644 --- a/content/apps/_index.md +++ b/content/apps/_index.md @@ -7,4 +7,4 @@ page_template = "page.html" +++ Native apps and privacy-respecting frontends. Each one is small, focused, and -built to last. Source is on [GitHub](https://github.com/krazywarez). +built to last. Source is at [git.krz.sh](https://git.krz.sh). diff --git a/content/apps/daybyday.md b/content/apps/daybyday.md index 46cb4d6..44b5c8b 100644 --- a/content/apps/daybyday.md +++ b/content/apps/daybyday.md @@ -4,7 +4,7 @@ description = "An educational iOS app that helps children learn the calendar." weight = 5 [extra] -link = "https://github.com/krazywarez/daybyday" +link = "https://git.krz.sh/daybyday" link_label = "Source" appstore = "https://apps.apple.com/us/app/daybyday-learn/id6760321939" privacy = "/privacy/daybyday/" diff --git a/content/apps/domain-dig.md b/content/apps/domain-dig.md index 496895f..8dfe1b9 100644 --- a/content/apps/domain-dig.md +++ b/content/apps/domain-dig.md @@ -4,7 +4,7 @@ description = "DNS and SSL analysis, in your pocket." weight = 2 [extra] -link = "https://github.com/krazywarez/domain-dig" +link = "https://git.krz.sh/domain-dig" link_label = "Source" appstore = "https://apps.apple.com/us/app/domaindig/id6760368004" privacy = "/privacy/domain-dig/" diff --git a/content/apps/hutch.md b/content/apps/hutch.md index 323cd88..68ea21b 100644 --- a/content/apps/hutch.md +++ b/content/apps/hutch.md @@ -4,7 +4,7 @@ description = "A native iOS client for SourceHut." weight = 1 [extra] -link = "https://github.com/krazywarez/hutch" +link = "https://git.krz.sh/hutch" link_label = "Source" appstore = "https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299" privacy = "/privacy/hutch/" diff --git a/content/apps/solar.md b/content/apps/solar.md index 7604d93..ef38650 100644 --- a/content/apps/solar.md +++ b/content/apps/solar.md @@ -4,7 +4,7 @@ description = "A native iOS client for Cloudflare." weight = 3 [extra] -link = "https://github.com/krazywarez/solar" +link = "https://git.krz.sh/solar" link_label = "Source" privacy = "/privacy/solar/" +++ -- cgit v1.2.3