1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-29 07:03:02 +02:00
choosealicense.com/_config.yml
Rishabh Chakrabarti 8af4fb87c5 Fix Travis build failing
To fix the following offense

```sh
Offenses:
Gemfile:11:5: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://github.com/rubocop-hq/ruby-style-guide#consistent-string-literals)
gem "jekyll-github-metadata"
    ^^^^^^^^^^^^^^^^^^^^^^^^
14 files inspected, 1 offense detected
```

Added comments
2018-06-25 03:47:56 +05:30

51 lines
850 B
YAML

---
title: Choose a License
description: Non-judgmental guidance on choosing a license for your open source project
relative_permalinks: false
markdown: kramdown
url: "https://choosealicense.com"
collections:
licenses:
output: true
permalink: /licenses/:path/
defaults:
-
scope:
path: ""
type: "licenses"
values:
hidden: true
layout: license
exclude:
- app.coffee
- CNAME
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- Rakefile
- README.md
- script
- vendor/bundle
- test
- tests
- assets/vendor/selectivizr/tests
- assets/vendor/clipboard/test
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-coffeescript
- jekyll-github-metadata # For 'Improve this page' links
sass:
style: :compressed
twitter:
username: "@github"