diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-09-23 17:23:25 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-09-23 17:23:25 +0100 |
commit | 8405338749d7444ddf53d164c45bb4a3d4316258 (patch) | |
tree | 50aefc1d73d2f8f298c61de99327b7b6b1a50909 | |
parent | c9ad8434191e159a7d056419ac82609c4e3b4461 (diff) |
Changed link in quickstart to Sourcehut
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ See the [blog post](https://justine.smithies.me.uk/blarg.html) for more details. ## Quickstart -* Clone this repository `git clone https://codeberg.org/JustineSmithies/blarg` +* Clone this repository `git clone https://git.sr.ht/~justinesmithies/blarg` * Put your blog posts as markdown files into `posts` * Place any images into the `public` folder * Run `./blarg` and your posts will show up in `build` |