Compare commits
No commits in common. "2045f36df02806414f138e4065f4ccf7c54d562a" and "88272fe95dfbdb00547eca284a25f8d61ec23b3d" have entirely different histories.
2045f36df0
...
88272fe95d
27
README.md
27
README.md
|
@ -1,27 +0,0 @@
|
|||
# Geminer
|
||||
|
||||
## Introduction
|
||||
|
||||
Geminer is a tool that was originally designed to convert a PicoCMS blog into a static version for Gemini. In fact, it can act as a markdown-based static site generator.
|
||||
|
||||
## Features
|
||||
|
||||
* Markdown to Gemtext conversion
|
||||
* Custom conversion for local links (soon)
|
||||
* Custom metadata gathering
|
||||
* Custom indexes (for instance by tags, by authors, or any metadata you desire)
|
||||
* Jinja2 templating
|
||||
|
||||
## Configuration
|
||||
|
||||
Soon. For now you can read [the example config](config.py.example).
|
||||
|
||||
## Gemini capsules using Geminer
|
||||
|
||||
* [Hashtagueule](gemini://hashtagueule.fr)
|
||||
|
||||
## TODO
|
||||
|
||||
* add parameter to give a function to treat local links
|
||||
* clean the code (lots of work)
|
||||
* change configuration format?
|
|
@ -1,4 +0,0 @@
|
|||
Jinja2
|
||||
md2gemini
|
||||
python-frontmatter
|
||||
python-slugify
|
Loading…
Reference in New Issue