0.0
No release in over a year
A simple theme for my website
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 3.9.0
 Project Readme

crane-theme

This is a Jekyll theme for my personal website. You can use or fork it if you'd like. I've made minimal efforts to generalize it.

Installation

GitHub Pages

  1. add jekyll-remote-theme
  2. add remote_theme: "garzaa/crane-theme" to your _config.yml
  3. follow steps below

Other

Add this line to your Jekyll site's Gemfile:

gem "crane-theme"

And add this line to your Jekyll site's _config.yml (if not using GitHub Pages):

theme: crane-theme

And then execute:

$ bundle

Or install it yourself as:

$ gem install crane-theme

Configuration

This theme supports an archive and a home page link. They'll be populated automatically if supplied. Just add these to your _config.yml:

archive_page: /archive
home_page: /index

Contributing

Bug reports and pull requests are unwelcome on GitHub at https://github.com/garzaa/crane-theme. This project is intended to be an unwelcoming, hostile space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Development

To set up your environment to develop this theme, run bundle install.

To test this theme, run bundle exec jekyll serve and open your browser at localhost:4000.

License

The theme is available as open source under the terms of the MIT License.