forked from Aycrazy/open_data_standards_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·45 lines (35 loc) · 1.39 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
# SEO settings
title: "Exploring Possibilities for Open Data Standards"
description: "A catalog of projects that demonstrate the value of open data standards"
keywords: "open, data, sunlight, standards, free, civic, innovation, engagement, technology, tech"
url: http://github.com/sunlightpolicy/open_data_standards_project
baseurl: "/open_data_standards_project" # apply repo name if use it under gh-pages branch
# baseurl: null # apply null if repo name is something like username.github.io
google_analytics: UA-48789618-8
repo: http://github.com/sunlightpolicy/open_data_standards_project
# Build settings
markdown : kramdown
highlighter : rouge
source: ./
destination: ./_site
# Sass configuration
sass:
sass_dir: assets/scss
style: compressed # expanded
# Author settings
author:
name : "Andrew Yaspan"
job : "Computational Analysis and Public Policy Student"
thumb : /images/author.jpg
email : [email protected]
github : http://github.com/aycrazy
twitter : http://twitter.com/andrewyaspan
# social settings
og_locale: "en_US"
twitter_card: "summary_large_image"
twitter_site: "@andrewyaspan"
#api keys
plugins:
- bourbon
- jekyll-paginate
exclude: ["gulp", "node_modules", "bower", "bower_components", "config.rb", "src", "Gemfile", "Gemfile.lock", ".rvmrc", ".rbenv-version", "package.json", "gulpfile.js", "README.md", "Rakefile", "changelog.md"]