mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
e711f8b839
- Cleanup _config.yml - Move navigation and author info to data files - Convert .less stylesheets to .scss - Update documentation - Include Octopress gem for new post/page creation
9 lines
140 B
Ruby
9 lines
140 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
gem 'jekyll-sitemap'
|
|
gem 'octopress', '~> 3.0.0.rc.12'
|
|
|
|
group :test do
|
|
gem 'html-proofer'
|
|
end
|