## The objective of blog
The goal of blog is to have an ephemeral static blog that is generated from
-markdown files and their linked assets. It has a max number of posts at
-a time (the default is 3), and every time you publish it removes
+gemini files, with a more permanent gemtext archvie. It has a max number of
+posts at a time (the default is 3), and every time you publish it removes
another.
## How to contribute
Above All: Be nice, always.
* Ensure the linter shows no warnings or errors
-* Don't break the CI
-* Make the PRs according to [Git Flow][gitflow]: (features go to
- develop, hotfixes go to master)
+* Send patches to blog@r.bdr.sh using [git-send-mail][git-send-mail]
-[gitflow]: https://github.com/nvie/gitflow
+## Things I'd like help with
+
+* General code quality
+* Gopher archive generation
+
+[git-send-mail]: http://git-send-mail.io/