r/o

wip. 18db7d91 parent bea90347

authored by ~talya

1
all: build
2
3
.PHONY: build deploy live
4
5
build:
6
bundle exec nanoc
7
8
deploy: build
9
rsync -av --delete output/ ~/g/vyxos/sites/notes/
10
11
live:
12
bundle exec nanoc live -o 0.0.0.0
13