# jekyll-theme-puzzleduck This is the Jekyll theme for the PuZZleDucK.org blog. [Theme preview](https://puzzleduck.gitlab.io/Development-Adventures) ![jekyll-theme-puzzleduck theme preview](/screenshot.png) ## Installation Add this line to your Jekyll site's Gemfile: ```ruby gem "jekyll-theme-puzzleduck" ``` And add this line to your Jekyll site: ```yaml theme: jekyll-theme-puzzleduck ``` And then execute: $ bundle install Or install it yourself as: $ gem install jekyll-theme-puzzleduck ## Additional configuration Configure additional links in ```_config.yml``` - linkedin_username - android_username - copyright_name - copyright_email - source_url For each post the following should be provided in the front matter - title-image (an image from /assets/img/) ## Development ```bash git clone https://github.com/PuZZleDucK/jekyll-theme-puzzleduck.git cd jekyll-theme-puzzleduck bundle install # add some _posts, a config file and index.md for testing bundle exec jekyll serve ``` ## About Based on Minima and using Materialize. ## License The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).