Add license page

This commit is contained in:
Anatol Broder 2013-12-29 01:10:31 +01:00
parent ee8d509d39
commit 8e9437199c
5 changed files with 13 additions and 3 deletions

View File

@ -206,7 +206,8 @@ namespace :site do
"layout" => "docs",
"title" => "History",
"permalink" => "/docs/history/",
"prev_section" => "contributing"
"prev_section" => "contributing",
"next_section" => "license"
}
Dir.chdir('site/docs/') do
File.open("history.md", "w") do |file|

View File

@ -11,6 +11,6 @@
<h4>Miscellaneous</h4>
{% include docs_ul.html items='troubleshooting sites resources upgrading' %}
<h4>Meta</h4>
{% include docs_ul.html items='contributing history' %}
{% include docs_ul.html items='contributing history license' %}
</aside>
</div>

View File

@ -17,7 +17,7 @@
{% include docs_option.html items='troubleshooting sites resources upgrading' %}
</optgroup>
<optgroup label="Meta">
{% include docs_option.html items='contributing history' %}
{% include docs_option.html items='contributing history license' %}
</optgroup>
</select>
</div>

View File

@ -3,6 +3,7 @@ layout: docs
title: History
permalink: "/docs/history/"
prev_section: contributing
next_section: license
---
## 1.4.2 / 2013-12-16

8
site/docs/license.md Normal file
View File

@ -0,0 +1,8 @@
---
layout: docs
title: License
prev_section: history
permalink: /docs/license/
---
You may use any Jekyll project under the terms of the [MIT License]({{ site.repository }}/blob/master/LICENSE). The MIT License is simple and easy to understand and it places almost no restrictions on what you can do with a Jekyll project. You are free to use any Jekyll project in any other project (even commercial projects) as long as the copyright header is left intact.