67 lines
1.5 KiB
YAML
67 lines
1.5 KiB
YAML
|
name: Learn2
|
||
|
slug: learn2
|
||
|
type: theme
|
||
|
version: 1.8.2
|
||
|
description: "Learn2 is a new modern documentation theme for Grav"
|
||
|
icon: book
|
||
|
author:
|
||
|
name: Team Grav
|
||
|
email: devs@getgrav.org
|
||
|
url: http://getgrav.org
|
||
|
homepage: https://github.com/getgrav/grav-theme-learn2
|
||
|
demo: http://learn.getgrav.org
|
||
|
keywords: heme, docs, modern, fast, responsive, html5, css3
|
||
|
bugs: https://github.com/getgrav/grav-theme-learn2/issues
|
||
|
license: MIT
|
||
|
|
||
|
dependencies:
|
||
|
- { name: grav, version: '>=1.5.10' }
|
||
|
|
||
|
form:
|
||
|
validation: loose
|
||
|
fields:
|
||
|
top_level_version:
|
||
|
type: toggle
|
||
|
label: Top Level Version
|
||
|
highlight: 1
|
||
|
default: 0
|
||
|
options:
|
||
|
1: Enabled
|
||
|
0: Disabled
|
||
|
validate:
|
||
|
type: bool
|
||
|
|
||
|
home_url:
|
||
|
type: text
|
||
|
label: Home URL
|
||
|
placeholder: http://getgrav.org
|
||
|
validate:
|
||
|
type: text
|
||
|
|
||
|
google_analytics_code:
|
||
|
type: text
|
||
|
label: Google Analytics Code
|
||
|
placeholder: UA-XXXXXXXX-X
|
||
|
validate:
|
||
|
type: text
|
||
|
|
||
|
github.position:
|
||
|
type: select
|
||
|
size: medium
|
||
|
classes: fancy
|
||
|
label: GitHub Position
|
||
|
options:
|
||
|
top: Top
|
||
|
bottom: Bottom
|
||
|
off: Off
|
||
|
|
||
|
github.tree:
|
||
|
type: text
|
||
|
label: GitHub Tree
|
||
|
default: https://github.com/getgrav/grav-skeleton-rtfm-site/blob/develop/
|
||
|
|
||
|
github.commits:
|
||
|
type: text
|
||
|
label: GitHub Commits
|
||
|
default: https://github.com/getgrav/grav-skeleton-rtfm-site/commits/develop/
|