forked from mblode/grav-theme-medium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprints.yaml
More file actions
52 lines (47 loc) · 1.17 KB
/
blueprints.yaml
File metadata and controls
52 lines (47 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: Medium
version: 2.0.5
description: Medium is a simple and modern blogging theme based on Medium's design language, built for Grav CMS.
icon: medium
author:
name: Matthew Blode
email: m.blode@gmail.com
url: http://matthewblode.com
homepage: https://github.com/mblode/grav-theme-medium
demo: https://medium.matthewblode.com/
keywords: medium, theme, minimal, modern, fast, responsive, html5, css3, multilanguage
bugs: https://github.com/getgrav/grav-theme-medium/issues
license: MIT
form:
validation: loose
fields:
default_lang:
type: text
size: small
label: Default lang
default: 'en'
validate:
type: text
infinite_scroll:
type: toggle
label: Infinite Scroll
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
analytics:
type: text
size: medium
label: Google Analytics Code
default: 'UA-YOURCODE'
validate:
type: text
social.twitter:
type: text
size: medium
label: Twitter
default: '@mblode'
validate:
type: text