Skip to content

Commit

Permalink
Merge pull request #1 from dotfiles/master
Browse files Browse the repository at this point in the history
Get new changes
  • Loading branch information
2KAbhishek authored Oct 3, 2020
2 parents f54c800 + 4bc2b93 commit 3578c7a
Show file tree
Hide file tree
Showing 22 changed files with 1,320 additions and 367 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
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
15 changes: 14 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,17 @@ Ideally, a bug report should include a pull request with failing specs.
[branch]: https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows#_topic_branch
[pr]: http://help.github.com/send-pull-requests/

When adding new entries, please add them to their section in alphabetical order. Thanks!
When adding new entries (in `_data/`), please include the current star count.
The counts are periodically updated using `script/update-star-count.py`.

### Notability criteria

To avoid overwhelming readers, we have adopted notability criteria for some of
the lists. These criteria may change over time to maintain a reasonable size of
resources.

- Tutorials: no criteria, sorted alphabetically by author name
- General-purpose utilities: > 100 stars, sorted by stars
- Tool-specific frameworks: > 100 stars, sorted by stars
- Bootstrap: > 100 stars OR > 100 forks, sorted by stars
- Inspiration: no criteria, sorted by stars
4 changes: 1 addition & 3 deletions Gemfile
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'
Loading

0 comments on commit 3578c7a

Please sign in to comment.