git rm -rf gh-pages-travis/

This commit is contained in:
Aminda Suomalainen 2022-05-26 12:20:32 +03:00
parent 88f0e80d82
commit faa5064e51
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 0 additions and 32 deletions

View File

@ -1,7 +0,0 @@
language: ruby
sudo: false
script: "bundle exec jekyll build"
notifications:
email: false
matrix:
fast_finish: true

View File

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

View File

@ -1,11 +0,0 @@
## 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://github.com/Mikaela/gist/raw/master/gh-pages-travis/.travis.yml
curl -LO https://github.com/Mikaela/gist/raw/master/gh-pages-travis/Gemfile
curl -LO https://github.com/Mikaela/gist/raw/master/gh-pages-travis/_config.yml
```

View File

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