
Project structure and basic files. Basic web page with a very simple style and a few links to the blog and Shaarli.
7 lines
117 B
Makefile
7 lines
117 B
Makefile
build:
|
|
zola build
|
|
|
|
publish: build
|
|
rsync -r public/* "rain@tardis.lithio.fr:web/mindlair.fr"
|
|
|
|
.PHONY: publish build
|