forked from DigitalMindCH/gridster-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
136 lines (132 loc) · 3.84 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
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
126
127
128
129
130
131
132
133
134
135
136
full_rebuild: true
name: CoNNect - NNUP
description: Many Voices, One Near North
destination: jekyllbuild
url: https://nnup.github.io/
baseurl: #place folder name if site is served in subfolder
permalink: /:title/
paginate: 8
paginate_path: /page/:num/
infinite_scroll: true #change to false if you want to use pagination
gems: [jekyll-paginate]
tag_dir: /tag
category_dir:
author_dir: /author
author_title_prefix: 'Posted by '
media_folder: /media/compressed
author_default_avatar: /profile-pic.jpg
tumblr: "#"
instagram: "#"
twitter: "#"
facebook: "#"
youtube: "#"
encoding: utf-8
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post-classic-sidebar-right"
type: "standard"
homedisplay: "featimg"
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
relative_permalinks: false
exclude: [.git, .gitignore, sass, .sass-cache, package.json, gruntfile.js, node_modules, README.md, jekyllbuild]
# prose.io configurations
prose:
media: "img"
metadata:
_posts:
- name: "title"
field:
element: "text"
label: "title"
- name: "layout"
field:
element: "select"
label: "Layout"
help: "display post at full width or with sidebar"
options:
- name: "with sidebar"
value: "post-classic-sidebar-right"
- name: "full width"
value: "post-full"
- name: "author"
field:
element: "text"
label: "Author"
help: "author id as defined within _data/authors.yml"
type: "text"
- name: "category"
field:
element: "select"
label: "Choose Category"
placeholder: "Choose Category"
options:
- name: "NNUP"
value: "nnup"
- name: "News"
value: "news"
- name: "Directory"
value: "directory"
- name: "Job Info!"
value: "jobInfo"
- name: "featimg"
field:
element: "text"
label: "Featured Image"
help: "featured image within the img-folder"
type: "text"
- name: "type"
field:
element: "select"
label: "Post Type"
help: "each type has some special feature"
options:
- name: "Standard"
value: "standard"
- name: "Image"
value: "image"
- name: "Gallery"
value: "gallery"
- name: "Audio"
value: "audio"
- name: "YouTube"
value: "youtube"
- name: "Vimeo"
value: "vimeo"
- name: "homedisplay"
field:
element: "select"
label: "Home Display"
help: "decide whether to display embedded element (for post types: audio, youtube, vimeo) or Featured Image on home page"
options:
- name: "Featured Image"
value: "featimg"
- name: "Embedded Element"
value: "iframe"
- name: "vimeo-embed"
field:
element: "text"
label: "Vimeo Embedding Code"
help: "Set post type to vimeo in order for this to work"
- name: "gallery-id"
field:
element: "text"
label: "Gallery ID"
help: "ID of the gallery defined within _data/galleries.yml - use include in content to use"
- name: "audio-embed"
field:
element: "text"
label: "Audio Embedding Code"
help: "Set post type to audio in order for this to work"
- name: "yt-video-id"
field:
element: "text"
label: "YouTube Video ID"
help: "Set post type to youtube in order for this to work. Do not set featured image, as the youtube video thumbnail will be used"
type: "text"