-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
53 lines (43 loc) · 1.01 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
# SITE CONFIGURATION
title: "Vote, CLT"
author: Open Charlotte Brigade
description: "Helping Charlotte get informed and vote in the 2019 election."
baseurl: "/"
url: "https://voteclt.com"
# SEO PLUGIN
social:
name: Open Charlotte
links:
- https://twitter.com/OpenCLTBrigade
- https://www.facebook.com/OpenCLTBrigade
- https://github.com/opencltbrigade
logo: '/assets/img/og-logo.png'
image: '/assets/img/og-logo.png'
# THEME SETTINGS
navigation: # Navigation links
- {name: 'Register', link: '/register'}
- {name: 'Ballot Preview', link: '/ballot'}
- {name: 'Polling Places', link: '/locations'}
tagline: ""
email: [email protected]
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge # or pygments or null
exclude:
- README.md
- node_modules
- script
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
- vendor
- npm-debug.log
- gulpfile.js
include: ['_pages']
permalink: /:title/
compress_html:
clippings: all
plugins:
- jekyll-sitemap
- jekyll-seo-tag