Jekyll Theme DTF Basic

To experiment with this code, add some sample content and run bundle exec jekyll serve --source docs – this directory is setup just like a Jekyll site!

Examples and Documentation can be found under: https://design-tag-framework.github.io/jekyll-theme-dtf-basic

Installation

Add this line to your Jekyll site's Gemfile:

gem "jekyll-theme-dtf-basic"

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

theme: jekyll-theme-dtf-basic

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-theme-dtf-basic

Usage

Pagination

Using octopress paginate, see project for details (https://github.com/octopress/paginate/). Only supports paginated .html files!

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/design-tag-framework/jekyll-theme-dtf-basic. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.