Skip to content

gunnihinn/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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