/airspace-jekyll

A port of the Airspace theme by ThemeFisher to Jekyll.

Primary LanguageCSSOtherNOASSERTION

Andrew Kulpa - Personal Site

My personal site using the Airspace Jekyll theme.

Prerequisites

  1. Ruby
  2. Bundler
  3. Docker (optional)

Steps for Setup:

Clone the repository, and cd into it:

$ git clone https://github.com/ndrewtl/airspace-jekyll.git
$ cd airspace-jekyll

Run the server from Docker:

$ bundle exec jekyll server

Alt:

$ docker run --rm --volume="$PWD:/srv/jekyll" \
            -p 4000:4000 -it \
            jekyll/jekyll \
            jekyll serve --watch --drafts

Deployment

From any given branch, push to the gh-pages branch to trigger an automated deployment.