Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 284 Bytes

README.adoc

File metadata and controls

29 lines (19 loc) · 284 Bytes

Gunnar’s blog

Currently served at magnusson.io.

Setup

Install nix, lorri, direnv and niv. Then run:

$ lorri shell

Create new post:

$ hugo new post/title.adoc

Serve locally:

$ make dev

Publish:

$ make deploy