mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-10-31 23:49:24 +01:00
gh-pages-travis: import from gist.github.com
This commit is contained in:
parent
ae98c10886
commit
d07cd06990
2
gh-pages-travis/.travis.yml
Normal file
2
gh-pages-travis/.travis.yml
Normal file
@ -0,0 +1,2 @@
|
||||
language: ruby
|
||||
script: "bundle exec jekyll build"
|
7
gh-pages-travis/Gemfile
Normal file
7
gh-pages-travis/Gemfile
Normal 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
11
gh-pages-travis/README.md
Normal 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
|
||||
```
|
7
gh-pages-travis/_config.yml
Normal file
7
gh-pages-travis/_config.yml
Normal file
@ -0,0 +1,7 @@
|
||||
gems:
|
||||
- jekyll-mentions
|
||||
- jemoji
|
||||
- jekyll-redirect-from
|
||||
- jekyll-sitemap
|
||||
sitemap:
|
||||
file: "/sitemap.xml"
|
Loading…
Reference in New Issue
Block a user