-
Notifications
You must be signed in to change notification settings - Fork 28
/
_config.yml
100 lines (89 loc) · 3.07 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole site, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# 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
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Civic Data Alliance
description: All the Data for We the People.
baseurl: "" # the subpath of your site, e.g. /blog
url: https://civicdataalliance.org # the base hostname & protocol for your site, e.g. http://example.com
github_repo: civicdata.github.io
github_username: civicdata
join_link: https://cda2.typeform.com/to/zTNiLP
# Optional social link, you can choose from the following options:
# twitter (default), instagram, medium, or dribbble
# social_link: cda
# social_username: CivicDataAlly
twitter: CivicDataAlly
facebook: civicdata
github: civicdata
stackoverflow:
linkedin:
instagram: civicdataalliance
lastfm:
tumblr:
pinterest:
foursquare:
steam:
dribbble:
site: cda
# For Google Authorship https://plus.google.com/authorship
google_plus: 105717792509345258567
meetup: Civic-Data-Alliance
# Analytics and webmaster tools stuff goes here
google_analytics: UA-3244073-12
google_analytics_site: civicdataalliance.org
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
# Links to include in top navigation
# For external links add external: true
# links:
# - title: About
# url: /about/
# - title: Posts
# url: /posts/
# - title: Projects
# url: /projects/
# - title: Forum
# url: /forum/
# - title: Data Sets
# url: http://data.civicdataalliance.org
# external: true
# https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:categories/:title/
# Medium Blog settings
collections:
- external_feed
# Set theme color here
# Choose from: black (default), blue, gray, magenta, orange, red, white, and yellow.
theme_color: black
# Build settings
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: America/Kentucky/Louisville
future: true
highlighter: rouge
markdown: kramdown
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
syntax_highlighter: coderay
syntax_highlighter_opts:
line_numbers:
line_numbers_start: 1
tab_width: 4
bold_every: 10
css: class
include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]