A website of articles and photographs by Christopher Adams. Built with Jekyll.
The current theme is inspired by Barber, and implemented using Bootstrap.
The previous theme used Remarkdown. See the remarkdown
branch.
gem install bundler
make install
make
Note: All URLs listed in the _images.txt
and _videos.txt
files are
downloaded by make
into /images
and /video
, respectively, with a hierarchy
of directories including the host name.
These local images can be served responsively using jekyll_picture_tag's {% picture ... %}
tag.
make serve
Note:
_data/authors.yml
_data/archives.yml
.make deploy DEPLOY_TARGET="[email protected]:/path/to/webroot"