blog-site

https://lin.moe

git clone git://git.lin.moe/blog-site.git

 1build:
 2	@./build.el
 3
 4watch:
 5	@while true; do inotifywait -qq -r -e modify ./content; sleep 1; ./build.el > /dev/null; done
 6
 7clean:
 8	rm -rf public
 9	rm -rf .org-timestamps
10
11release:
12	rsync -irtz --delete ./public/ rsync@eirin:blog