Add the following to your Jekyll project's Gemfile
:
gem 'iiifc-theme', github: 'mnyrop/iiifc-them', branch: 'main'
And enable the theme in your _config.yml
:
theme: iiifc-theme
TO DO
Ruby 2.7.2
Bundler
Node >= 16
withYarn >= 1.22
- Clone this repo and
cd
into it:
git clone https://github.com/mnyrop/iiifc-theme.git && cd iiifc-theme
- Install the Ruby dependencies
bundle install
- Install CSS and JS vendor dependencies
yarn install
- Make changes using your favorite text editor and preview them with
bundle exec jekyll serve
- Follow semantic versioning
- Create namespaced branches, e.g.,
feature/my-feature
,chore/my-chore
- Whenever possible, submit feature documentation with the feature itself