Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 781 Bytes

README.md

File metadata and controls

45 lines (24 loc) · 781 Bytes

Dr. Jekyll's Themes Directory - drjekyllthemes.github.io

Add Your Theme! See the /themes repo ». Thanks!

Local Build

Add a Gemfile e.g.:

source 'https://rubygems.org'

gem 'github-pages', :group => :jekyll_plugins

or with "plain" Jekyll:

source 'https://rubygems.org'

gem 'jekyll'
gem 'jekyll-avatar', :group => :jekyll_plugins

Install (one time) and run:

$ bundle install

$ bundle exec jekyll build

License

The themes directory is dedicated to the public domain. Use it as you please with no restrictions whatsoever.

Questions? Comments?

Post them to the wwwmake forum. Thanks!