mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 03:08:51 +01:00
48 lines
767 B
YAML
48 lines
767 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
|
|
|
|
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:
|
|
style: :compressed
|
|
|
|
twitter:
|
|
username: "@github"
|