-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
54 lines (50 loc) · 1.23 KB
/
_config.yml
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
paginate: 10
markdown: maruku
permalink: pretty
safe: true
lsi: false
pygments: true
baseurl: /fc-review
githubuser: atlregional
# prose.io settings
# https://github.com/prose/prose/wiki/Prose-Configuration
prose:
rooturl: 'data'
siteurl: 'http://atlregional.github.io/fc-review/'
# media: 'assets'
# metadata:
# source/_posts:
# - name: "layout"
# field:
# element: "hidden"
# value: "post"
# - name: "title"
# field:
# element: "text"
# label: "Title"
# value: ""
# type: "text"
# - name: "author"
# field:
# element: "text"
# label: "Author"
# value: ""
# placeholder: "Trunk Botterson"
# type: "text"
# - name: "categories"
# field:
# element: "multiselect"
# label: "Post Category"
# placeholder: "Create or choose"
# alterable: true
# - name: "comments"
# field:
# element: checkbox
# label: "Comments"
# value: "true"
# - name: "tags"
# field:
# element: "multiselect"
# label: "Add Tags"
# placeholder: "Choose Tags"
# alterable: true