-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
74 lines (58 loc) · 2 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
# Jekyll configuration
name: >-
HV Open - An Open Technology meetup serving the Hudson Valley of NY
State
description: >-
A monthly gathering of open technology contributors, users,
enthusiasts, and open curious folks. Main meeting with lecture and
lightning talks held the first Wednesday of the month at Vassar
College.
# url is currently only used only for the RSS feed in feed.xml
url: https://hvopen.org
# baseurl will often be '', but for a project page on gh-pages, it needs to
# be the project name.
# *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or
# run it like so: jekyll serve --baseurl=''
baseurl:
# These can be '' to hide the Github or Gitlab nav buttons
github: 'hvopen/hvopen-website'
gitlab: ''
# Set this to your UA-# value, or '' to disable the block completely
gaaccount: 'UA-17123640-4'
# The 'comments' setting enables comments. You'll need to select either
# disqus or isso below to choose a comment system. Individual posts can
# override 'comments' to disable on a post-by-post basis.
comments: false
# Set this to your public isso URL to enable comments via isso. Set to '' to disable isso.
isso: ''
# Set this to your disqus shortname to enable comments via disqus. Set to '' to disable disqus.
disqus: ''
timezone: America/New_York
collections:
events:
output: true
title: Events
permalink: /:collection/:year/:month/:title
locations:
output: true
title: Locations
permalink: /:collection/:title
defaults:
- scope:
type: events
values:
layout: event
- scope:
type: locations
values:
layout: location
permalink: /:year/:month/:title
paginate: 3
highlighter: rouge
markdown: kramdown
# markdown_ext: "markdown, mkdown, mkdn, mkd, md"
plugins: ['jekyll-paginate', 'jekyll-sitemap']
# include: ['_redirects']
exclude: ['README.md', 'LICENSE', 'vendor', '*flymake*', 'tools',
'meetup-sync.py', 'setup.py', 'tox.ini', 'requirements_dev.txt',
'*egg-info', '.venv*', 'Gemfile*', 'config.ini', '.tox']