0.0
No release in over a year
Use Gemtext source files (*.gmi and *.gemini) files in the Jekyll static site generator
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.23
~> 2.2
~> 11.1
~> 13.0
~> 3.10
~> 0.21
~> 0.9.26

Runtime

~> 0.1
>= 3.7, < 5.0
 Project Readme
# Jekyll Gemtext

Gemtext convertor for the Jekyll static site generator
Supports `*.gmi`, `*.gmni` and `*.gemini` files

## Installation

Add the gem to your Gemfile

```ruby
# Gemfile

gem 'jekyll-gemtext'
```

Then install the gems,

```bash
bundle install
```

Then you can create `*.gmi` posts in `_posts`, and `bundle exec jekyll build` to convert to HTML

## FAQ

Q: Why use Gemtext over Markdown
A: If you're also publishing to Gemini, it allows you to use the same Gemtext files for your static website and you Gemini capsule

## Links

=> https://gemini.circumlunar.space/docs/gemtext.gmi Gemtext docs
=> https://gemini.circumlunar.space/ About Gemini