summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 14:58:40 -0500
committerChristian Cleberg <[email protected]>2026-08-02 14:58:40 -0500
commitb723ad76d1c199f58ace3eca36dae5a4d89ad232 (patch)
tree73fe539a38153449a5bc61254d55a9ec20951200
parent0e196d87f757b4383b7051026f39617d9aea00a1 (diff)
downloadkrz.sh-b723ad76d1c199f58ace3eca36dae5a4d89ad232.tar.gz
krz.sh-b723ad76d1c199f58ace3eca36dae5a4d89ad232.tar.bz2
krz.sh-b723ad76d1c199f58ace3eca36dae5a4d89ad232.zip
naming updates
-rw-r--r--README.md33
-rw-r--r--README.nfo31
-rw-r--r--content/_index.md2
-rw-r--r--content/apps/_index.md2
-rw-r--r--content/privacy/_index.md2
-rw-r--r--content/privacy/hutch.md2
-rw-r--r--content/privacy/solar.md2
-rw-r--r--content/services/_index.md4
-rw-r--r--sass/main.scss2
-rw-r--r--templates/base.html2
10 files changed, 40 insertions, 42 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 0e0b3e8..0000000
--- a/README.md
+++ /dev/null
@@ -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`.
diff --git a/README.nfo b/README.nfo
new file mode 100644
index 0000000..f8e7e38
--- /dev/null
+++ b/README.nfo
@@ -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 │
+└──────────────────────────────────────────────────────────────┘
diff --git a/content/_index.md b/content/_index.md
index ce82b4f..6a04f10 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,5 @@
+++
-title = "krazy warez"
+title = "krz"
+++
## about
diff --git a/content/apps/_index.md b/content/apps/_index.md
index 2855663..cb9674d 100644
--- a/content/apps/_index.md
+++ b/content/apps/_index.md
@@ -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"
diff --git a/content/privacy/_index.md b/content/privacy/_index.md
index e271ced..488a845 100644
--- a/content/privacy/_index.md
+++ b/content/privacy/_index.md
@@ -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"
diff --git a/content/privacy/hutch.md b/content/privacy/hutch.md
index 397f9dc..4b249cd 100644
--- a/content/privacy/hutch.md
+++ b/content/privacy/hutch.md
@@ -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.
diff --git a/content/privacy/solar.md b/content/privacy/solar.md
index d8b8626..70744b6 100644
--- a/content/privacy/solar.md
+++ b/content/privacy/solar.md
@@ -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
diff --git a/content/services/_index.md b/content/services/_index.md
index 8a02950..54075d1 100644
--- a/content/services/_index.md
+++ b/content/services/_index.md
@@ -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.
diff --git a/sass/main.scss b/sass/main.scss
index 402c8c1..8f92cd7 100644
--- a/sass/main.scss
+++ b/sass/main.scss
@@ -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 {
diff --git a/templates/base.html b/templates/base.html
index 5a2fda6..0f79de1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -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>