1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-29 07:03:02 +02:00
choosealicense.com/_config.yml
2015-10-30 13:29:42 -04:00

51 lines
832 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: false
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/zeroclipboard/test
gems:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag
sass:
sass_dir: _sass
style: :compressed
twitter:
username: "@github"