christopheradams.io

christopheradams.io

Articles and Photos

christopheradams.io

About

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.

Requirements

  • Ruby
  • Bundler
  • libvips and/or ImageMagick
  • wget
gem install bundler

Installing and building

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.

Development

make serve

Note:

  • Authors are defined in _data/authors.yml
  • Categories are described in _data/archives.yml.

Deploying

make deploy DEPLOY_TARGET="[email protected]:/path/to/webroot"

Screenshot