-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from dotfiles/master
Get new changes
- Loading branch information
Showing
22 changed files
with
1,320 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
language: ruby | ||
rvm: | ||
- 2.2 | ||
before_install: | ||
- gem update --system # necessary, see https://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html | ||
before_script: | ||
- gem install awesome_bot | ||
script: | ||
- awesome_bot index.md --allow-dupe --allow-redirect | ||
- bundle exec jekyll build | ||
- find _site -name '*.html' | xargs awesome_bot --allow-dupe --allow-redirect | ||
- awesome_bot README.md --allow-dupe --allow-redirect --white-list http://localhost:8484 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
source "http://rubygems.org" | ||
|
||
gem 'github-pages', '~> 155' | ||
gem 'jekyll-sass-converter', '~> 1.5' | ||
gem 'redcarpet', '~> 3.4' | ||
gem 'github-pages' |
Oops, something went wrong.