summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-03-21 11:36:22 +0000
committerJoe Carstairs <me@joeac.net>2026-03-21 11:38:20 +0000
commitfc576a7a171c09f24d48e235ee927b91dad36438 (patch)
tree36164b2c7ee9631c949ae817a3617006b7d34897
parent64e9046ccb5fa4a54772714bf7326be205c0f487 (diff)
README for joeac's fork
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 659f746..35897b3 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# `astro-gemtext`
-![https://www.npmjs.com/package/astro-gemtext](https://img.shields.io/npm/dm/astro-gemtext)
+Forked from [github.com/aspizu/astro-gemtext](https://github.com/aspizu/astro-gemtext).
-`astro-gemtext` is the Astro integration for [gemtext](https://geminiprotocol.net/)
+`astro-gemtext` is an Astro integration for [gemtext](https://geminiprotocol.net/)
documents. gemtext is a hypertext markup language used in the Gemini protocol. This
integration allows you to use `.gmi` files as pages in your Astro site. Just install
the integration and `.gmi` files in `/src/pages` will be rendered as HTML.
@@ -10,7 +10,7 @@ the integration and `.gmi` files in `/src/pages` will be rendered as HTML.
## Installation
```shell
-npm install astro-gemtext
+npm install git+https://git.joeac.net/joeac/astro-gemtext
```
Add to `astro.config.mjs`