Sign inSign up

thoom/lanyon

By thoom

Updated over 8 years ago
Archived

Docker image to generate and host a static Jekyll-backed website

Image
0

392

thoom/lanyon repository overview

Lanyon

Introduction

Lanyon is a friend of Jekyll's. This Docker image provides a way to build a static website from a Jekyll-based Git repository. The static website is then served by Nginx.

Usage

Environment variables

Pass the following environment variables when instantiating the docker container:

SSH_KEY

Base64 encoded SSH private key used to connect to your Git repository.

GIT_REPO

The URL of the git repository.

GIT_BRANCH

The branch to use (defaults to master if not passed).

Git repository

Your repository must include a Gemfile or Gemfile.lock to install any Ruby dependencies.

Tag summary

Content type

Image

Digest

Size

29.8 MB

Last updated

over 8 years ago

docker pull thoom/lanyon