Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 856 Bytes

File metadata and controls

33 lines (22 loc) · 856 Bytes

Blog of Recurse ML

This repo contains the source code for our blog. The blog is hosted on blog.recurse.ml.

If you find any typos/inaccuracies, PRs are welcome!

Developing Locally

Run development server:

hugo serve

Create a new post:

hugo new content/learning.md

Style

To do a dull thing with style is preferable to doing a dangerous thing without it. To do a dangerous thing with style is what I call art.

— Charles Bukowski

  1. Name posts using 1-2 (ideally 1) words. When using multiple words join them together, such as applebanana.md (cf. appleBanana.md, apple-banana.md). This is inspired by sive.rs and paulgraham.com.
  2. Write one sentence per line. Use two newlines for paragraphs.