mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
73 lines
No EOL
1.7 KiB
YAML
73 lines
No EOL
1.7 KiB
YAML
name: Learn4
|
|
version: 2.0.0-rc.1
|
|
testing: true
|
|
description: New Grav Default Theme
|
|
icon: microchip
|
|
author:
|
|
name: Team Grav
|
|
email: devs@getgrav.org
|
|
url: http://getgrav.org
|
|
homepage: https://github.com/getgrav/grav-theme-learn4
|
|
demo: https://demo.getgrav.org/onepage-skeleton
|
|
keywords: learn4, spectre, theme, core, modern, fast, responsive, html5, css3
|
|
bugs: https://github.com/getgrav/grav-theme-learn4/issues
|
|
license: MIT
|
|
|
|
dependencies:
|
|
- { name: grav, version: '>=1.6.0-rc.2' }
|
|
|
|
form:
|
|
validation: loose
|
|
|
|
fields:
|
|
production-mode:
|
|
type: toggle
|
|
label: Production mode
|
|
help: When enabled, Learn4 will render with minified CSS
|
|
highlight: 1
|
|
default: 1
|
|
options:
|
|
1: PLUGIN_ADMIN.ENABLED
|
|
0: PLUGIN_ADMIN.DISABLED
|
|
validate:
|
|
type: bool
|
|
|
|
grid-size:
|
|
type: select
|
|
label: Grid size
|
|
help: The maximum width of the theme
|
|
size: small
|
|
options:
|
|
'': None (full width)
|
|
grid-xl: Extra Large
|
|
grid-lg: Large
|
|
grid-md: Medium
|
|
|
|
spectre_section:
|
|
type: section
|
|
title: Spectre.css Options
|
|
underline: true
|
|
|
|
spectre.exp:
|
|
type: toggle
|
|
label: Experimentals CSS
|
|
help: When enabled, the `spectre-exp.css` file will be included
|
|
highlight: 0
|
|
default: 0
|
|
options:
|
|
1: PLUGIN_ADMIN.ENABLED
|
|
0: PLUGIN_ADMIN.DISABLED
|
|
validate:
|
|
type: bool
|
|
|
|
spectre.icons:
|
|
type: toggle
|
|
label: Icons CSS
|
|
help: When enabled, the `spectre-icons.css` file will be included
|
|
highlight: 0
|
|
default: 0
|
|
options:
|
|
1: PLUGIN_ADMIN.ENABLED
|
|
0: PLUGIN_ADMIN.DISABLED
|
|
validate:
|
|
type: bool |