-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
72 lines (68 loc) · 2.13 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Site settings
title: Curate
author: Kim Hamper
description: "A small curation site"
baseurl: ""
url: "http://kalongthewires.github.io"
github_username: kalongthewires
highlighter: rouge
permalink: none
# Build settings
markdown: kramdown
gems:
- jekyll-sitemap # Enable automatic site-map generation on Github
- jemoji # Enable emoji on Github - cheat sheet here: http://www.emoji-cheat-sheet.com/
# Prose.io settings (markdown editor)
# source: Prose Starter - https://github.com/prose/starter/
prose:
siteurl: 'http://kalongthewires.github.io/curate/'
media: 'images'
metadata:
_posts:
- name: "categories"
field:
element: "multiselect"
label: "Categories"
placeholder: "Choose Categories"
options:
- name: "Curate"
value: "curate"
- name: "Create"
value: "create"
- name: "layout"
field:
element: "text"
label: "Layout"
value: "post"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "date"
field:
element: "text"
label: "Date"
value: ""
- name: "tags"
field:
element: "multiselect"
label: "Tags"
placeholder: "Choose Tags"
options:
- name: "Book"
value: "book"
- name: "Article"
value: "article"
- name: "Image"
value: "image"
- name: "Newsletter"
value: "newsletter"
- name: "Film"
value: "film"
- name: "Small Thought"
value: "small-thought"
- name: "Video"
value: "video"
- name: "Essay"
value: "essay"