This repository contains a Jekyll Theme setup as a Gem. This theme is used for my own personal site. You are welcome to use it as well, if you'd like. A live site using this theme can be found here: https://blog.nicholasnooney.com
Add this line to your Jekyll site's Gemfile
:
gem "jekyll-theme-nn"
And add this line to your Jekyll site's _config.yml
:
theme: jekyll-theme-nn
And then execute:
bundle
Or install it yourself as:
gem install jekyll-theme-nn
This theme supports the following layouts, both in Desktop and Mobile:
Additionally, this theme supports several components for organizing posts
series
, posts can be grouped into any series._data/series.yml
, descriptions for each series can be
provided.Bug reports and pull requests are welcome on GitHub at https://github.com/nnooney/jekyll-theme-nn. Since this is a personal project, I will review and make updates at my own pace.
This theme is available as open source under the terms of the MIT License. A copy of this license is included in this repository at LICENSE.txt.
This project also makes use of third party licenses that are distributed under their own terms. These libraries are listed below:
assets/vendor/bulma
. See Bulma's
LICENSE.assets/vendor/feather
. See Feather's
LICENSE._sass/vendor/nord
. See Nord's
LICENSE.md.