diff --git a/AGENTS.md b/AGENTS.md index c6d9855..509ad9c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -36,5 +36,5 @@ Hex values are the single source of truth across all formats; names (Ghost Pixel - `pnpm-workspace.yaml` in `playground/` only sets `minimumReleaseAgeExclude` for an exact pinned svelte version — if you bump svelte, update that entry too or pnpm may refuse to install it. - Playground `vite.config.ts` uses `base: './'` deliberately — the build is served from a subpath; don't change to `/`. - `.impeccable/` and `.crush/` are local tooling state, not project source — don't edit or commit changes there. -- The repo's public mirror is Codeberg (`codeberg.org/TheMeerkat/DigitalRust`); `index.html` links to ports by relative path, so new ports need both a file in `ports/` and a link in `index.html` (and the downloads section of `spec.html` if applicable). +- The repo's public mirror is Tangled (`tangled.org/katsuricata.com/DigitalRust`); `index.html` links to ports by relative path, so new ports need both a file in `ports/` and a link in `index.html` (and the downloads section of `spec.html` if applicable). - EditorConfig: tabs, size 4 — match it in CSS/HTML/MD even where existing files mix styles. diff --git a/index.html b/index.html index f1ae1fa..3835558 100644 --- a/index.html +++ b/index.html @@ -33,8 +33,8 @@
  • Try it out!
  • UI Guidelines
  • Full Spec
  • -
  • Wallpaper
  • -
  • Codeberg
  • +
  • Wallpaper
  • +
  • Tangled
  • diff --git a/ports/DigitalRustfish.theme b/ports/DigitalRustfish.theme index 0940114..fadf0c6 100644 --- a/ports/DigitalRustfish.theme +++ b/ports/DigitalRustfish.theme @@ -1,5 +1,5 @@ # name: 'Digital Rust' -# url: 'https://codeberg.org/TheMeerkat/DigitalRust' +# url: 'https://tangled.org/katsuricata.com/DigitalRust' # preferred_background: 110402 # Core text diff --git a/ports/digitalrustpi/README.md b/ports/digitalrustpi/README.md index dc04776..ce20104 100644 --- a/ports/digitalrustpi/README.md +++ b/ports/digitalrustpi/README.md @@ -15,7 +15,7 @@ pi install npm:pi-digital-rust-theme Or git: ```bash -pi install git:codeberg.org/TheMeerkat/DigitalRust/src/branch/main/ports/digitalrustpi +pi install git:tangled.org/katsuricata.com/DigitalRust/tree/main/ports/digitalrustpi ``` ## Theme Preview diff --git a/ui.html b/ui.html index e9ab2d5..fdca203 100644 --- a/ui.html +++ b/ui.html @@ -34,7 +34,7 @@
  • Demonstration
  • Full Spec
  • Playground
  • -
  • Codeberg
  • +
  • Tangled