We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c422a7d commit 28d4599Copy full SHA for 28d4599
.travis.yml
@@ -0,0 +1,10 @@
1
+language: ruby
2
+script:
3
+ - bundle exec jekyll build
4
+notifications:
5
+ email:
6
+ on_success: never
7
+ on_failure: never
8
+branches:
9
+ only:
10
+ - gh-pages
Gemfile
@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+
+gem 'github-pages'
_config.yml
@@ -10,3 +10,10 @@ permalink: pretty
11
markdown: maruku
12
pygments: true
13
14
+exclude:
15
+ - CNAME
16
+ - config.json
17
+ - Gemfile
18
+ - LICENSE
19
+ - README.md
0 commit comments