gh-pages-travis: import from gist.github.com

This commit is contained in:
Mikaela Suomalainen 2014-09-24 18:44:27 +03:00
parent ae98c10886
commit d07cd06990
4 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,2 @@
language: ruby
script: "bundle exec jekyll build"

7
gh-pages-travis/Gemfile Normal file
View File

@ -0,0 +1,7 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-mentions'
gem 'jemoji'
gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'

11
gh-pages-travis/README.md Normal file
View File

@ -0,0 +1,11 @@
## Files to enable GH-pages supported plugins at GitHub.
For my **personal** copy-pasting, **don't complain to me** if something
goes wrong if you copy-paste this.
```
rm .nojekyll
curl -LO https://gist.githubusercontent.com/Mkaysi/88e2e687c5cea9160588/raw/.travis.yml
curl -LO https://gist.githubusercontent.com/Mkaysi/88e2e687c5cea9160588/raw/Gemfile
curl -LO https://gist.githubusercontent.com/Mkaysi/88e2e687c5cea9160588/raw/_config.yml
```

View File

@ -0,0 +1,7 @@
gems:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
sitemap:
file: "/sitemap.xml"