]>
Commit | Line | Data |
---|---|---|
1 | # Contributing to Blog | |
2 | ||
3 | This blog is a personal project, as such it may not be in the best | |
4 | condition for anyone to jump in or roll their own. However, if you find | |
5 | this useful and would like to send some improvements, please feel free | |
6 | to do so. I really appreciate any contribution! | |
7 | ||
8 | ## The objective of blog | |
9 | ||
10 | The goal of blog is to have an ephemeral static blog that is generated from | |
11 | gemini files, with a more permanent gemtext archvie. It has a max number of | |
12 | posts at a time (the default is 3), and every time you publish it removes | |
13 | another. | |
14 | ||
15 | ## How to contribute | |
16 | ||
17 | Above All: Be nice, always. | |
18 | ||
19 | * Ensure the linter shows no warnings or errors | |
20 | * Send patches to blog@r.bdr.sh using [git-send-mail][git-send-mail] | |
21 | ||
22 | ## Things I'd like help with | |
23 | ||
24 | * General code quality | |
25 | * Gopher archive generation | |
26 | ||
27 | [git-send-mail]: http://git-send-mail.io/ |