-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
166 lines (158 loc) · 5.05 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Edify
email: [email protected]
description: 'Edify is a learning & development consultancy that removes the pain of people operations with stellar onboarding, manager development, and knowledge management.'
# baseurl: "/" # the subpath of your site, e.g. /blog
url: "http://edifyedu.com/" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: edifyedu
github_username: edifyedu
timezone: America/Los_Angeles
# Build settings
markdown: kramdown
theme: minima
gems:
- jekyll-feed
- jekyll-paginate-v2
exclude:
- Gemfile
- Gemfile.lock
- config.ru
- Procfile
- READMD.md
- vendor
collections:
posts:
output: true
permalink: /blog/:title
# Jekyll-paginate-v2
autopages:
enabled: true
tags:
layouts:
- autopage_category.html
enabled: true
collections:
layouts:
- autopage_category.html
enabled: false
categories:
layouts:
- autopage_category.html
enabled: true
title: "Blog"
pagination:
enabled: true
per_page: 5
permalink: '/:num/'
title: ':title'
limit: 0
sort_field: 'date'
sort_reverse: true
trail:
before: 2
after: 2
#Prose.io config details
prose:
media: 'img'
# ignore:
# - index.md
# - _config.yml
# - /_layouts
# - /_includes
# - .gitignore
# - config.ru
# - feed.xml
# - Gemfile
# - Gemfile.lock
# - Procfile
# - Rakefile
# - README.md
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "single-post-layout"
- name: "title"
field:
element: "text"
label: "title"
- name: "date"
field:
element: "text"
label: "Publish Date"
help: "Use this date field to indicate the most current date this post was updated. Format: Month Date, Year. This allows you to update posts without breaking a link by changing the date in the file name"
placeholder: "January 1, 2017"
- name: "category"
field:
element: "multiselect"
label: "Add Category"
help: "Select a category from the dropdown menu. If you need a new category, leave this field blank and enter the new category in the text field below. Leave the field below blank if you use this field to select an existing category."
placeholder: "Choose Category"
alterable: true
options:
- name: "Alternative Learning"
value: "alternative_learning"
- name: "Onboarding"
value: "onboarding"
- name: "Learning Management"
value: "learning_management"
- name: "Managers"
value: "managers"
- name: "Instructional Design"
value: "instructional_design"
- name: "Human Centered Design"
value: "human_centered_design"
- name: "Services"
value: "services"
- name: "feature_post"
field:
element: "checkbox"
label: "Feature Post"
help: "Feature posts are displayed on the home page. Check the box if this post is a feature post."
value: ""
- name: "width"
field:
element: "select"
label: "Post Width"
help: "Select full to make main post image appear as full-width on the single post page. Select half to make the image appear half-width. The default value is set to half"
placeholder: "half"
options:
- name: "Half"
value: "half"
- name: "Full"
value: "full"
- name: "image"
field:
element: "text"
label: "Image File Name"
help: "Enter the name of the image file with the extension, ie: featuredpost2.png"
value: ""
placeholder: ""
- name: "image_alt"
field:
element: "text"
label: "Image Alt Text"
help: "Descriptive text for each image - important for universal design"
value: ""
placeholder: "Edify Blog Post Image"
- name: "short_description"
field:
element: "textarea"
label: "Short Description"
help: "This text will be displayed on the blog listing page"
value: ""
placeholder: ""