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!
Run development server:
hugo serve
Create a new post:
hugo new content/learning.md
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
- 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. - Write one sentence per line. Use two newlines for paragraphs.