Overview

Install as a Gem

Add this line to your Jekyll site’s Gemfile:

gem "jekyll-academic"

And add this line to your Jekyll site’s _config.yml:

theme: jekyll-academic

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-academic

Once you’re done that, you can put your site’s favicon in the root directory of the project.

Serve the website

$ bundle exec jekyll serve

And view it on localhost:4000.

Then, head over to docs to see what you can do with your new amazing Jekyll site!

Quickstart by cloning

Open your favorite terminal and change working directory to the location you want to clone the project to.

Type:

$ git clone https://github.com/yak-fumblepack/jekyll-academic

Then:

$ cd jekyll-academic/

Serve the website and head to docs to see what you can do with your new amazing Jekyll site!