Skip to content

Commit 6fb76b5

Browse files
committedMay 29, 2015
improvements in lanyon
1 parent 680b066 commit 6fb76b5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
 

‎v7/lanyon/LICENSE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Released under MIT License
2+
3+
Copyright (c) 2014 Mark Otto, 2015 Roberto Alsina (port to Nikola).
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

‎v7/lanyon/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ That changes the color scheme, replace 08 with one of 09, 0a, 0b, 0c, 0d, 0e, 0f
1414
You can read a tutorial about how this theme was created [at Nikola's site](https://getnikola.com/creating-a-theme.html)
1515

1616
License is MIT
17+
18+
Known Issues:
19+
20+
* Not all features of Nikola are tested.
21+
* Galleries will not work until [Issue #1764](https://github.com/getnikola/nikola/issues/1764) is fixed.
22+
* Crumb bars are not done well
23+
* Submenus in navigation links are not supported
24+
* CDNs are not used regardless of ``USE_CDN``

0 commit comments

Comments
 (0)
Please sign in to comment.