Skip to content

Commit 45b28cf

Browse files
authored
Merge pull request #1 from Recurse-ML/create-readme
Create readme
2 parents 14fbcf9 + c3a58f8 commit 45b28cf

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Blog of Recurse ML
2+
3+
This repo contains the source code for our blog.
4+
The blog is hosted on [blog.recurse.ml](https://blog.recurse.ml).
5+
6+
If you find any typos/inaccuracies, PRs are welcome!
7+
8+
# Developing Locally
9+
10+
**Run development server:**
11+
12+
```bash
13+
hugo serve
14+
```
15+
16+
**Create a new post:**
17+
18+
```bash
19+
hugo new content/learning.md
20+
```
21+
22+
# Style
23+
24+
> To do a dull thing with style is preferable to doing a dangerous thing without it.
25+
> To do a dangerous thing with style is what I call art.
26+
27+
— Charles Bukowski
28+
29+
1. Name posts using 1-2 (ideally 1) words.
30+
When using multiple words join them together, such as `applebanana.md` (cf. `appleBanana.md`, `apple-banana.md`).
31+
This is inspired by [sive.rs](https://sive.rs) and [paulgraham.com](https://paulgraham.com).
32+
2. Write [one sentence](https://sive.rs/1s) per line.
33+
Use two newlines for paragraphs.

0 commit comments

Comments
 (0)