From 6c90cd87dde2d882983bc5304c560614e33fe3ac Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Sun, 29 Nov 2020 19:26:48 +0500 Subject: [PATCH] Add gmnhg / md2gmn gmnhg is a tool that converts Hugo sites to Gemini sites (live site run with it: [1]). md2gmn is a tool that renders Markdown to Gemini pages. [1]: gemini://tdem.in --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8591977..7cbc48d 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,8 @@ Please contribute to this list to link to all the awesome gemini projects out th - [gemini-to-html](https://github.com/RangerMauve/gemini-to-html) (Node.js) - a JavaScript library for parsing Gemini pages, and for rendering them to HTML. - [gloggery](https://github.com/kconner/gloggery) (Go) - basic static site generator for blogs in Gemini. - [gmitohtml](https://gitlab.com/tslocum/gmitohtml) (Go) - a proxy that renders Gemini pages using HTML. +- [gmnhg](https://git.tdem.in/tdemin/gmnhg) (Go) - renders a Hugo site to a Gemini site +- [md2gmn](https://git.tdem.in/tdemin/gmnhg) (Go) - renders Markdown text to Gemini pages ## Web proxies - [Mozz.us portal](https://portal.mozz.us/gemini/gemini.circumlunar.space/)