forked from CodeforNRV/codefornrv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (45 loc) · 1020 Bytes
/
_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
permalink: /:categories/:title/
markdown: kramdown
prose:
media: 'images'
rooturl: '_posts'
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
- /js
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "blog"
- name: "categories"
label: "category"
field:
element: "select"
options:
- name: "blog"
value: "blog"
- name: "projects"
value: "projects"
- name: "updates"
value: "updates"
- name: "title"
field:
element: "text"
label: "title"
- name: "author"
field:
element: "text"
label: "author"
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
alterable: true
placeholder: "Choose Tags"
options:
- name: "Open referral"
value: "open-referral"