-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
74 lines (65 loc) · 2.48 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
#####################################################################
# This is Jekyll's configuration file for this project.
#
# For more information, see the documentation:
#
# https://jekyllrb.com/docs/configuration/
#####################################################################
# Site settings
title: XOXA NYC
description: >-
XOXA is dedicated to cultivating an inclusive queer community through art, music and performance.
XOXA curates the best of the Brooklyn underground for femmes and allies.
human_language: en-US # The primary human language you write in.
timezone: America/New_York
main_logo: logo.xoxa.white-on-black.1700x510.png
# Build settings
markdown: kramdown
exclude:
- vendor
- README.md
- Gemfile
- Gemfile.lock
# Blog settings.
paginate: 5 # How many posts per HTML page.
paginate_path: "/blog/page/:num/"
date_format: "%B %e, %Y"
time_format: "%l:%M %p"
# RSS feed settings.
rss:
items: 10 # How many posts to include in blog RSS/Atom feeds.
update_period: weekly # Acceptable values are: `hourly`, `daily`, `weekly`, `monthly`, or `yearly`.
update_frequency: 1 # How many times in the feed_update_period the feed is updated.
ttl: 60 # Number of minutes indicating how long to cache the channel content.
editor_email: [email protected] # Email of the person responsible for channel content.
webmaster_email: [email protected] # Email of the person responsible for technical issues.
image: example-rss-image.png # Image for the RSS feed, if different from the main_logo.
# Collections.
#
# Collections are a Jekyll feature that takes structured data and can
# render a page for each item in that data structure. For example, you
# can make a collection of baking recipes and then, for each recipe in
# the collection, you can make a page with its own Web address to show
# the recipe on your Web site.
collections:
events:
output: true
permalink: /:collection/:name
sort_by: startDate # Not yet implemented. See https://github.com/jekyll/jekyll/pull/7427
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: default
-
scope:
path: "" # an empty string here means all files in the project
type: events
values:
layout: event
iCalendar:
defaults:
location: "Brooklyn, NY"
status: CONFIRMED
image: event-image-placeholder.jpg