From b723ad76d1c199f58ace3eca36dae5a4d89ad232 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 14:58:40 -0500 Subject: naming updates --- README.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 README.md (limited to 'README.md') 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`. -- cgit v1.2.3