aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-22 17:33:10 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-22 17:33:10 +0200
commitff6ade6b5249f2c6540069536e3eaaaf9a81fc97 (patch)
tree8cef37d4f729fc15ffc57474d5ccbeb789e5a57d /README.md
parentci: add sr.ht build manifest (diff)
downloadpml68.dev-ff6ade6b5249f2c6540069536e3eaaaf9a81fc97.tar.gz
docs(README): remove GitHub stuff, switch out CI badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 29537a3..89077ce 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,13 @@
-# My personal website, built using [SvelteKit](https://kit.svelte.dev), hosted by [GitHub pages](https://pages.github.com)
+# My personal website, built using [SvelteKit](https://kit.svelte.dev), hosted on [sourcehut pages](https://srht.site/)
-[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) &nbsp;
-[![GitHub Release](https://img.shields.io/github/v/release/pml68/website)](https://github.com/pml68/website/releases/latest) &nbsp;
-[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/pml68/website/deploy.yml)](https://github.com/pml68/website/actions) &nbsp;
+[![builds.sr.ht status](https://builds.sr.ht/~pml68/pml68.dev.svg)](https://builds.sr.ht/~pml68/pml68.dev) &nbsp;
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fpml68.dev)](https://pml68.dev)
# Running locally
```sh
-git clone https://github.com/pml68/website
-cd website
+git clone https://git.sr.ht/~pml68/pml68.dev
+cd pml68.dev
pnpm install
pnpm dev
```