aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)  
-[![GitHub Release](https://img.shields.io/github/v/release/pml68/website)](https://github.com/pml68/website/releases/latest)  
-[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/pml68/website/deploy.yml)](https://github.com/pml68/website/actions)  
+[![builds.sr.ht status](https://builds.sr.ht/~pml68/pml68.dev.svg)](https://builds.sr.ht/~pml68/pml68.dev)  
[![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
```