README for joeac's fork

This commit is contained in:
2026-03-21 11:36:22 +00:00
parent 64e9046ccb
commit fc576a7a17
+3 -3
View File
@@ -1,8 +1,8 @@
# `astro-gemtext` # `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 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 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. 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 ## Installation
```shell ```shell
npm install astro-gemtext npm install git+https://git.joeac.net/joeac/astro-gemtext
``` ```
Add to `astro.config.mjs` Add to `astro.config.mjs`