-
Notifications
You must be signed in to change notification settings - Fork 0
/
typemill.yaml
125 lines (109 loc) · 3.04 KB
/
typemill.yaml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
name: Typemill Theme
version: 1.4.0
description: The standard theme for Typemill. Responsive, minimal and without any dependencies. It uses the system fonts Calibri and Helvetica. No JavaScript is used.
author: Sebastian Schürmanns
homepage: https://typemill.net
licence: MIT
paypal: https://paypal.me/typemill
amount: 10
settings:
chapter: Chapter
start: Start
cover: true
modified: true
modifiedText: 'Last updated'
modifiedFormat: 'd.m.Y'
authorIntro: 'Author'
forms:
fields:
cover:
type: checkbox
label: Different Design for Startpage
checkboxlabel: Activate Special Startpage-Design
coverlogo:
type: checkbox
label: Logo on startpage
checkboxlabel: Show logo instead of title on startpage
start:
type: text
label: Label for Start Button
placeholder: Add Label for Start-Button
required: true
chapter:
type: text
label: Label for Chapter
placeholder: Add Name for Chapter
chapnum:
type: checkbox
label: Show Chapter Numbers
checkboxlabel: Count chapters in navigation?
fieldset0:
type: fieldset
legend: Author
fields:
authorPosition:
type: checkboxlist
label: Position of Author
options:
top: Top
bottom: Bottom
authorIntro:
type: text
label: Author Intro
placeholder: Author
fieldset1:
type: fieldset
legend: Last Modified
fields:
modifiedPosition:
type: checkboxlist
label: Position of Modified Text
options:
top: Top
bottom: Bottom
modifiedText:
type: text
label: Last Modified Text
placeholder: Last Updated
modifiedFormat:
type: select
label: Last Modified Format
placeholder: 'Add name of theme'
options:
'm/d/Y': 01/20/2020
'd.m.Y': 20.01.2020
fieldset2:
type: fieldset
legend: Share
fields:
socialPosition:
type: checkboxlist
label: Position of Share-Buttons
options:
top: Top
bottom: Bottom
socialButtons:
type: checkboxlist
label: Select Share Buttons
options:
facebook: Facebook
twitter: Twitter
xing: Xing
linkedin: Linkedin
whatsapp: WhatsApp
mail: Mail
fieldset3:
type: fieldset
legend: GitHub
fields:
gitPosition:
type: checkboxlist
label: Position of Git Edit Link
options:
top: Top
bottom: Bottom
gitlink:
type: text
label: Link to git repository
placeholder: https://github.com/typemill/documentation
help: Please add the base url to the text repository e.g. on github.