mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
commit
bf1060c4e1
4 changed files with 23 additions and 4 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.1
|
||||
|
||||
before_install:
|
||||
- export NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||
|
||||
script:
|
||||
- bundle exec jekyll build --drafts
|
||||
- bundle exec htmlproof ./_site
|
||||
|
||||
notifications:
|
||||
email: false
|
4
Gemfile
4
Gemfile
|
@ -7,3 +7,7 @@ gem 'rake'
|
|||
gem 'thor'
|
||||
gem 'activesupport'
|
||||
gem 'stringex'
|
||||
|
||||
group :test do
|
||||
gem 'html-proofer'
|
||||
end
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
Looking for a simple, responsive, theme for your Jekyll powered blog? Well look no further. Here be **So Simple Theme**, the followup to [**Minimal Mistakes**](http://mmistakes.github.io/minimal-mistakes/) -- by designer slash illustrator [Michael Rose](http://mademistakes.com).
|
||||
|
||||
[![Build Status](https://travis-ci.org/mmistakes/so-simple-theme.svg?branch=master)](https://travis-ci.org/mmistakes/so-simple-theme)
|
||||
|
||||
## So Simple Theme is all about:
|
||||
|
||||
* Responsive templates. Looking good on mobile, tablet, and desktop.
|
||||
|
|
|
@ -68,4 +68,4 @@ kramdown:
|
|||
coderay_css: class
|
||||
|
||||
include: [".htaccess"]
|
||||
exclude: ["lib", "config.rb", "Gemfile", "Capfile", "README.md", "LICENSE", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]
|
||||
exclude: ["lib", "config.rb", "Gemfile", "Capfile", "README.md", "LICENSE", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "vendor"]
|
||||
|
|
Loading…
Reference in a new issue