-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
56 lines (47 loc) · 1.4 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
# 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: Open Denton
email: info@opendenton.com
description: > # this means to ignore newlines until "baseurl:"
Open Denton is a community initiative to increase the usage and availability
of open data in the city of Denton by engaging the public in civic technology
and government transparency.
keywords: "open data, denton, open gov, tech, civic tech"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.opendenton.com" # the base hostname & protocol for your site
twitter_username: opendenton
github_username: opendenton
facebook_username: opendenton
# Build settings
markdown: kramdown
# Gems
plugins:
- jekyll-paginate
- jekyll-sitemap
# Analytics
google_analytics: "UA-48749943-1"
add_this: "ra-531d26532ab0a8ba"
# Commenting
disqus_shortname: "opendenton"
# Images
cloudinary:
cloud_name: opendenton
presets:
teaser:
min_width: 240
max_width: 600
fallback_max_width: 600
steps: 3
# Enable site search
search: false
# Devleopment options
sass:
style: compressed
# Blog
paginate: 6
paginate_path: "/blog/page:num/"