Build gemini blog from Sphinx.
Find a file
2021-02-03 01:07:31 +01:00
sphinx_gemini_builder Fix: dead links 2021-02-03 01:07:31 +01:00
.gitignore Initial commit 2021-01-11 02:46:54 +01:00
CHANGES Fix: dead links 2021-02-03 01:07:31 +01:00
LICENSE Initial work 2021-01-31 01:03:50 +01:00
LICENSE-de Initial work 2021-01-31 01:03:50 +01:00
LICENSE-fr Initial work 2021-01-31 01:03:50 +01:00
LICENSE-nl Initial work 2021-01-31 01:03:50 +01:00
README.rst Add: ABlog support - atom.xml 2021-02-02 03:07:17 +01:00
setup.cfg Fix: locale config 2021-02-03 00:54:33 +01:00
setup.py Fix: dead links 2021-02-03 01:07:31 +01:00

sphinx_gemini_builder
#####################

Build `Gemini <https://gemini.circumlunar.space/>`_ blog from
`Sphinx <https://www.sphinx-doc.org>`_ with
`ABlog <https://ablog.readthedocs.io/>`_ compatibility.


Gemini is a simple protocol between gopher and web. Sphinx is
a documentation tool. This project builds Gemini capsule from
Sphinx documentation. It supports ABlog extensions and manage
Atom feeds.

Installation and use
--------------------

Install with `python setup.py install` and do `make gemini` in
your project.


You can add a `gemini_footer` in config, formatted under the
Gemini specification. You need to set `gemini_baseurl` for
good url in Atom feeds.


This project contains some parts of code from Sphinx and from
ABlog.