diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 18:14:35 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 18:14:35 -0500 |
| commit | 8780e8761da6b1eec5d686a25c9f673c22d974c6 (patch) | |
| tree | 0bb327a0b42a28a38fd7a6c2830d6c68f1cddb87 /content | |
| parent | 3028f0d7da990bd3c0da515658dd5ab90dd9e1d4 (diff) | |
| download | krz.sh-8780e8761da6b1eec5d686a25c9f673c22d974c6.tar.gz krz.sh-8780e8761da6b1eec5d686a25c9f673c22d974c6.tar.bz2 krz.sh-8780e8761da6b1eec5d686a25c9f673c22d974c6.zip | |
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)
Diffstat (limited to 'content')
| -rw-r--r-- | content/apps/_index.md | 2 | ||||
| -rw-r--r-- | content/apps/daybyday.md | 2 | ||||
| -rw-r--r-- | content/apps/domain-dig.md | 2 | ||||
| -rw-r--r-- | content/apps/hutch.md | 2 | ||||
| -rw-r--r-- | content/apps/solar.md | 2 |
5 files changed, 5 insertions, 5 deletions
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/" +++ |
