forked from damianeoloan/JekyllOrg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
158 lines (148 loc) · 4.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
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
# 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 need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: JekyllOrg
description: a free Jekyll theme for organizations and non-profits
baseurl: "/JekyllOrg" # the subpath of your site, e.g. /blog
url: "https://damianeoloan.github.io" # the base hostname & protocol for your site
# Profiles
facebook_username: randomexample
github_username: randomexample
googleplus_username: randomexample
instagram_username: randomexample
linkedin_username: randomexample
periscope_username: randomexample
reddit_username: u/randomexample
twitter_username: randomexample
youtube_username: user/randomexample
email: [email protected]
# API keys
api_keys:
google: "AIzaSyBTrns7kOi-WxTG7d-IrwzApkn4JvlCL5c"
# Build settings
markdown: kramdown
# Gems
gems:
- jekyll-sitemap
- jekyll-paginate
- jekyll-mentions
# Pagination
paginate: 10
paginate_path: "/blog/page:num/"
# Blog / news url
permalink: /news/:title/
# Mentions
jekyll-mentions: https://twitter.com
# Collections
collections:
services:
title: Services
featured-image:
permalink: /services/:path
output: true
issues:
title: Issues
featured-image:
permalink: /issues/:path
output: true
events:
title: Events
featured-image:
permalink: /events/:path
output: true
# Prose
prose:
siteurl: 'https://damianeoloan.github.io/jekyllorg'
media: 'images'
ignore:
- /_layouts
- /_includes
- /_sass
- /css
- /_site
- Gemfile
- Gemfile.lock
- feed.xml
- /.sass-cache
- README.md
metadata:
/_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "textarea"
placeholder: "Add your post title here"
/_services:
- name: "layout"
field:
element: "hidden"
value: "service"
- name: "title"
field:
element: "textarea"
placeholder: "Add your service title here"
- name: "description"
field:
element: "textarea"
placeholder: "Add a short description of your service here"
- name: "related"
field:
element: "textarea"
placeholder: "Add the titles of related services here"
/_issues:
- name: "layout"
field:
element: "hidden"
value: "issue"
- name: "title"
field:
element: "textarea"
placeholder: "Add a title for the issue you address here"
- name: "description"
field:
element: "textarea"
placeholder: "Add a short description of how you address the issue here"
- name: "related"
field:
element: "textarea"
placeholder: "Add the titles of related issues here"
/_events:
- name: "layout"
field:
element: "hidden"
value: "event"
- name: "title"
field:
element: "textarea"
placeholder: "Add a title for your event here"
- name: "description"
field:
element: "textarea"
placeholder: "Add a short description of your event here"
- name: "start-date"
field:
element: "textarea"
placeholder: "Add the event date / time in the format YYYY-MM-DD HH:MM"
- name: "end-date"
field:
element: "textarea"
placeholder: "You can optionally define an end date / time for your event in the format YYYY-MM-DD HH:MM"
- name: "name"
field:
element: "textarea"
placeholder: "Street address, for display purposes only"
- name: "latitude"
field:
element: "textarea"
placeholder: "The latitude (usually first) value of the location"
- name: "longitude"
field:
element: "textarea"
placeholder: "The longitude (usually second) value of the location"