1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-08 20:27:49 +02:00
choosealicense.com/_config.yml
Mike Linksvayer 09a17298ab Fix #341 tests that broke post Jekyll 3 upgrade
- 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.
2016-02-03 09:24:05 -08:00

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"