ranty — Minimal
platform documentation
The same documentation, rendered with each built-in template.
ranty.dev/@ranty_minimal
featured
2026-01-15 · 2 min
Getting started: write, configure, publish
ranty turns a Git repository into a blog. Connect a repo once and, from then on, every Markdown file you push becomes a post at ranty.dev/@y…
Latest posts
2026-05-08 · 1 min
Bilingual posts (EN + PT)
Write a post in two languages by adding a language tag before the extension. ranty groups the files into one logical post (one slug) and ser…
2026-04-12 · 1 min
Posts with images and covers
Images live in your repo, right next to the post that uses them. The cleanest way is a post bundle : a folder whose name is the slug, with a…
2026-03-20 · 1 min
Choosing a template
ranty ships three built-in templates. Set yours in ranty.yml : template : magazine # minimal | archive | magazine All three are dark- and li…