Updated theme.ini sample and broken link

This commit is contained in:
Andrew Shay 2018-09-29 22:24:24 -04:00
parent a54764eab1
commit 0511ba1d33
1 changed files with 14 additions and 13 deletions

View File

@ -60,23 +60,24 @@ you want to add your theme to the lektor community themes.
Example: Example:
```ini ```ini
name = "Demo theme" [theme]
license = "MIT" name = Demo theme
licenselink = "https://github.com/lektor/lektor-demo-theme/blob/master/LICENSE.md" license = MIT
description = "Simple, minimal theme for Lektor " licenselink = https://github.com/lektor/lektor-demo-theme/blob/master/LICENSE.md
homepage = "https://github.com/lektor/lektor-demo-theme" description = Simple, minimal theme for Lektor
tags = "simple,minimal,demo" homepage = https://github.com/lektor/lektor-demo-theme
features = "blog" tags = simple, minimal, demo
features = blog
lektor_minimum_required_version = 3.1 lektor_minimum_required_version = 3.1
[author] [author]
name = "lektor" name = lektor
homepage = "http://getlektor.com/" homepage = http://getlektor.com/
[original] [original]
author = "" author =
homepage = "" homepage =
repo = "" repo =
[packages] [packages]
lektor-disqus-comments = 0.2 lektor-disqus-comments = 0.2
@ -94,7 +95,7 @@ compatibility when installing a theme.
!!!! Not implemented yet !!!! Not implemented yet
You could add a theme to Lektor community theme, open a pull request against You could add a theme to Lektor community theme, open a pull request against
(lektor themes)[https://github.com/lektor/lektor-themes] adding it as a git [lektor themes](https://github.com/lektor/lektor-themes) adding it as a git
submodule. submodule.
You should also include an `images/` folder with a screenshot and a thumbnail: You should also include an `images/` folder with a screenshot and a thumbnail: