forked from opensource-latinamerica/openinframx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhokus.yaml
83 lines (83 loc) · 1.9 KB
/
hokus.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
hugover: 0.69.0
serve:
- key: default
config: config.yaml
build:
- key: default
config: config.yaml
collections:
- key: posts
title: Posts
folder: content/posts/
extension: md
dataformat: yaml
itemtitle: Post
fields:
- key: info
type: info
size: small
content: |-
# Info
You can write custom instructions here.
theme: gray
- key: title
title: Title
type: string
- key: mainContent
title: Content
type: markdown
- key: pubdate
title: Pub Date
type: date
default: now
- key: draft
title: Draft
type: boolean
- key: bundle-manager
title: Images
type: bundle-manager
path: imgs
extensions:
- png
- jpg
- gif
fields:
- key: title
title: Title
type: string
- key: description
title: Description
type: string
multiLine: true
- key: bundle-image-thumbnail
type: bundle-image-thumbnail
singles:
- key: mainConfig
title: Main Config
file: config.yaml
dataformat: yaml
fields:
- key: title
title: Site Title
type: string
tip: Your page title.
- key: baseURL
title: Base URL
type: string
tip: Your site URL.
- key: theme
title: Theme
type: readonly
tip: The current theme.
- key: languageCode
title: Language Code
type: readonly
- key: googleAnalytics
title: Google Analytics
type: string
tip: Provide a Google Analitics Tracking Code to enable analytics.
- key: enableRobotsTXT
title: Enable Robots
type: boolean
default: true
tip: 'If you want your page to be indexed, keep this enabled.'