File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments