mirror of
https://github.com/github/choosealicense.com
synced 2024-11-04 18:58:50 +01:00
09a17298ab
- explicitly include jekyll-coffeescript needed per http://jekyllrb.com/docs/upgrading/2-to-3/ - option to html-proofer to ignore script embeds; uncertain why warnings appeared post upgrade as it doesn't seem that either jekyll-seo-tag or html-proofer got new versions in https://github.com/github/choosealicense.com/pull/339/files but suppressed now in any case.
52 lines
849 B
YAML
52 lines
849 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: "http://choosealicense.com"
|
|
|
|
collections:
|
|
licenses:
|
|
output: true
|
|
permalink: /licenses/:path/
|
|
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: ""
|
|
type: "licenses"
|
|
values:
|
|
layout: license
|
|
featured: false
|
|
hidden: true
|
|
variant: false
|
|
|
|
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
|
|
|
|
gems:
|
|
- jekyll-sitemap
|
|
- jekyll-redirect-from
|
|
- jekyll-seo-tag
|
|
- jekyll-coffeescript
|
|
|
|
sass:
|
|
sass_dir: _sass
|
|
style: :compressed
|
|
|
|
twitter:
|
|
username: "@github"
|