Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 988 Bytes

README.org

File metadata and controls

38 lines (28 loc) · 988 Bytes

howto

setup

Image processing relies on the binary program convert, from imagemagick. The built program that generates the static website assumes that the binary convert is available somewhere in user’s path; it will crash without warning if it is not the case!

build

This builds a static website. All the website files are pushed in the subdirectory _site.

make

To force a full rebuild:

$ make rebuild

watch

The build rule watch loads the built static website in a local web server, and automatically rebuilds the target files when changes are detected in the source files.

$ make watch

push the built website files

The subdirectory site is a git submodule. Its contents are synced from the contents of subdirectory _site. The purpose of the site submodule is to be pushed on remote repository services such as github pages, for hosting static websites.