You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This site uses Jekyll. You can find instructions for how to install and configure Jekyll on [https://jekyllrb.com/docs/](https://jekyllrb.com/docs/).
@@ -14,13 +16,17 @@ You can contribute by:
14
16
15
17
You can write a blog post in any language. There are no strict writing guidelines, but if you need ones, checkout [Digital Ocean Technical writing guides](https://www.digitalocean.com/community/tutorials/digitalocean-s-technical-writing-guidelines).
16
18
17
-
As for what to write about, if you think it is worth sharing, then it is worth writing a blog post about (as long as it is about RustPython).
19
+
As for what to write about, if you think it is worth sharing, then it is worth writing about (as long as it is about RustPython).
18
20
19
-
If you need inspiration, you can check out the issues marked with the label `content`, you can also write a how-to, a technical article about something you learned while contributing to RustPython, a use case or just notes to self for how to configure something.
21
+
If you need inspiration:
22
+
- you can check out the issues marked with the label `content`,
23
+
- you can write a how-to, a technical article about something you learned while contributing to RustPython, a use case or just notes-to-future-self for how to configure something.
20
24
21
25
### Adding posts
22
26
23
-
The `_posts` folder is where the blog posts are. To create a new post create a markdown file iwth this pattern: `YEAR-MONTH-DAY-title.md`, for example: `2020-10-01-why-rust-python-is-awesome.markdown`
27
+
The `_posts` folder is where the blog posts are.
28
+
29
+
To create a new post create a markdown file with this pattern: `YEAR-MONTH-DAY-title.md`, for example: `2020-10-01-why-rust-python-is-awesome.markdown`
24
30
25
31
Here is how the content of that file should look like.
26
32
@@ -43,7 +49,7 @@ To edit the homepage, you can modifty these files:
43
49
-`index.markdown`
44
50
-`_config.yml`
45
51
46
-
`config.yml` has setting like section titles and hyperlinks.
52
+
`config.yml` has settings like section titles and hyperlinks.
47
53
48
54
`index.markdown` has the text.
49
55
@@ -57,8 +63,6 @@ The theme doesn't rely on any css frameworks or javascript. It is just a super s
57
63
58
64
The color scheme is that of the RustPython Logo:
59
65
60
-

61
-
62
66
`#F74C00` or `rgb(247, 76, 0)`
63
67
64
68
`#306998` or `rgb(48, 105, 152)`
0 commit comments