krz/krz.sh
clone: git clone https://gitbay.org/krz/krz.sh.git
b723ad76d1c199f58ace3eca36dae5a4d89ad232
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-08-02T19:58:40Z
README.md | 33 --------------------------------- README.nfo | 31 +++++++++++++++++++++++++++++++ content/_index.md | 2 +- content/apps/_index.md | 2 +- content/privacy/_index.md | 2 +- content/privacy/hutch.md | 2 +- content/privacy/solar.md | 2 +- content/services/_index.md | 4 ++-- sass/main.scss | 2 +- templates/base.html | 2 +- 10 files changed, 40 insertions(+), 42 deletions(-) deleted file mode 100644 @@ -1,33 +0,0 @@ -# krz.sh - -Source for [krz.sh](https://krz.sh) — the krazy warez website. Built with -[Zola](https://www.getzola.org/). - -## Develop - -```sh -zola serve -``` - -Then open http://127.0.0.1:1111. - -## Build - -```sh -zola build -``` - -Output is written to `public/`. - -## Structure - -- `config.toml` — site configuration -- `content/` — pages (home, `services/`, `apps/`, `about/`) -- `templates/` — Tera templates -- `sass/main.scss` — styles (compiled to `main.css`) -- `static/` — assets, `favicon.svg`, and `CNAME` - -## Deploy - -Pushing to `main` builds and publishes to GitHub Pages via -`.github/workflows/deploy.yml`. The custom domain is set in `static/CNAME`. new file mode 100644 @@ -0,0 +1,31 @@ +┌──────────────────────────────────────────────────────────────┐ +│ K R Z . S H [ KRZ ] krz.sh │ +└──────────────────────────────────────────────────────────────┘ + +WHAT + source for krz.sh, the krz website. built with zola. + +DEVELOP + zola serve + + open http://127.0.0.1:1111. + +BUILD + zola build + + output goes to public/. + +STRUCTURE + config.toml site config + content/ pages (home, services/, apps/, about/) + templates/ tera templates + sass/main.scss styles, compiled to main.css + static/ assets, favicon.svg, CNAME + +DEPLOY + pushing to main builds and publishes to github pages via + .github/workflows/deploy.yml. the custom domain is in static/CNAME. + +┌──────────────────────────────────────────────────────────────┐ +│ krz.sh │ +└──────────────────────────────────────────────────────────────┘ @@ -1,5 +1,5 @@ +++ -title = "krazy warez" +title = "krz" +++ ## about @@ -1,6 +1,6 @@ +++ title = "Apps" -description = "Small, durable apps and privacy-focused frontends from krazy warez." +description = "Small, durable apps and privacy-focused frontends from krz." sort_by = "weight" template = "section.html" page_template = "page.html" @@ -1,6 +1,6 @@ +++ title = "Privacy" -description = "Privacy policies for krazy warez iOS apps." +description = "Privacy policies for krz iOS apps." sort_by = "weight" template = "section.html" page_template = "page.html" @@ -13,7 +13,7 @@ service used to draw contribution graphs — is described below. ## what we collect -we have no krazy warez account system, no analytics, no ads, and no +we have no krz account system, no analytics, no ads, and no third-party trackers or SDKs. the only data that ever reaches a server we operate is described under "the Hutch Stats service" below, and it is limited to the public Sourcehut usernames you ask to see contribution graphs for. @@ -12,7 +12,7 @@ and we receive none of your data. ## what we collect -nothing. no krazy warez account, no analytics, no ads, no third-party trackers +nothing. no krz account, no analytics, no ads, no third-party trackers or SDKs. ## what stays on your device @@ -1,10 +1,10 @@ +++ title = "Services" -description = "Public self-hosted services from krazy warez." +description = "Public self-hosted services from krz." sort_by = "weight" +++ -Public services hosted by krazy warez. +Public services hosted by krz. These are maintained on a best-effort basis. Logging and retention are kept minimal where practical. @@ -1,4 +1,4 @@ -// krazy warez — plain-text-on-purpose. ascii frames, uppercase labels, +// krz — plain-text-on-purpose. ascii frames, uppercase labels, // mono, near-black/white, mostly monochrome with one link accent. @mixin dark { @@ -11,7 +11,7 @@ </head> <body> <header class="site-header"> - <a class="brand" href="{{ get_url(path="/") | safe }}">krazy warez</a> + <a class="brand" href="{{ get_url(path="/") | safe }}">krz</a> <nav class="site-nav"> <a href="{{ get_url(path="/services/") | safe }}">services</a> <span class="sep">·</span>