Skip to content

Commit b3fbb43

Browse files
committed
fix typos
1 parent 51d0050 commit b3fbb43

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Diff for: README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# rustpython.github.io
22

3+
<img src="./logo.png" width="125" height="125" align="right" />
4+
35
## Getting started
46

57
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:
1416

1517
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).
1618

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).
1820

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.
2024

2125
### Adding posts
2226

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`
2430

2531
Here is how the content of that file should look like.
2632

@@ -43,7 +49,7 @@ To edit the homepage, you can modifty these files:
4349
- `index.markdown`
4450
- `_config.yml`
4551

46-
`config.yml` has setting like section titles and hyperlinks.
52+
`config.yml` has settings like section titles and hyperlinks.
4753

4854
`index.markdown` has the text.
4955

@@ -57,8 +63,6 @@ The theme doesn't rely on any css frameworks or javascript. It is just a super s
5763

5864
The color scheme is that of the RustPython Logo:
5965

60-
![logo.png](./logo.png)
61-
6266
![#F74C00](https://via.placeholder.com/15/F74C00/000000?text=+) `#F74C00` or `rgb(247, 76, 0)`
6367

6468
![#306998](https://via.placeholder.com/15/306998/000000?text=+) `#306998` or `rgb(48, 105, 152)`

0 commit comments

Comments
 (0)