79 lines
2.3 KiB
YAML
79 lines
2.3 KiB
YAML
name: Ks Twenty Fifteen
|
|
slug: ks-twenty-fifteen
|
|
type: theme
|
|
version: 0.1.0
|
|
description: TwentiyFifteen Theme KSITE
|
|
icon: rebel
|
|
author:
|
|
name: Ralf Kirchner
|
|
email: dev@ksite.de
|
|
homepage: https://github.com/ralf-kirchner/grav-theme-ks-twenty-fifteen
|
|
demo: http://demo.yoursite.com
|
|
keywords: grav, theme, etc
|
|
bugs: https://github.com/ralf-kirchner/grav-theme-ks-twenty-fifteen/issues
|
|
readme: https://github.com/ralf-kirchner/grav-theme-ks-twenty-fifteen/blob/develop/README.md
|
|
license: MIT
|
|
|
|
dependencies:
|
|
- { name: grav, version: '>=1.6.0' }
|
|
|
|
form:
|
|
validation: loose
|
|
fields:
|
|
logo:
|
|
type: file
|
|
label: Logo image
|
|
destination: 'theme@://images/logo'
|
|
multible: false
|
|
accept:
|
|
- .svg
|
|
- .png
|
|
favicon:
|
|
type: file
|
|
label: Favicon
|
|
multiple: false
|
|
destination: 'theme@://images/favicon'
|
|
accept:
|
|
- image/*
|
|
- svg
|
|
tagline:
|
|
type: textarea
|
|
label: Tagline
|
|
footer:
|
|
type: textarea
|
|
label: Footer message
|
|
social_section:
|
|
type: fieldset
|
|
collapsible: true
|
|
collapsed: true
|
|
icon: rss
|
|
title: SITE.ADMIN.THEME.SOCIAL.TITLE
|
|
fields:
|
|
social_enabled:
|
|
type: toggle
|
|
label: SITE.ADMIN.THEME.SOCIAL.ENABLED
|
|
highlight: 1
|
|
default: 0
|
|
options:
|
|
1: PLUGIN_ADMIN.ENABLED
|
|
0: PLUGIN_ADMIN.DISABLED
|
|
validate:
|
|
type: bool
|
|
social:
|
|
name: social
|
|
label: SITE.ADMIN.THEME.SOCIAL.ICONS
|
|
type: list
|
|
style: vertical
|
|
collapsed: false
|
|
max: 5
|
|
fields:
|
|
.name:
|
|
type: text
|
|
label: SITE.ADMIN.THEME.SOCIAL.NAME
|
|
.url:
|
|
type: text
|
|
label: SITE.ADMIN.THEME.SOCIAL.URL
|
|
.icon:
|
|
type: iconpicker
|
|
label: SITE.ADMIN.THEME.SOCIAL.ICON
|