Skip to content

christopheradams/christopheradams.io

Repository files navigation

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
  • Git LFS
  • wget

Installing and building

make install
make

Development

make serve

Note:

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

Posts

Frontmatter:

---
title: The Title
description: Some Description
date: 2025-12-14 11:00 +0800
published_at: 2026-01-02 12:27 +0800
last_modified_at: 2026-01-08 15:18 +0800
location: City
category: Category
tags: [Tag 1, Tag 2]
image: assets/images/image.jpg
link: https://example.org
---

The image field also accepts the format:

image:
  path: assets/images/image.jpg

Deploying

make deploy DEPLOY_TARGET="user@example.org:/path/to/webroot"

Screenshot

Screenshot

About

Articles and Photos

Topics

Resources

License

Stars

Watchers

Forks