-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (39 loc) · 1.34 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
# Site settings
title_left : "BBHOF"
title_right : "viz" # default: ""
description : "Visualizing Baseball Hall of Fame Voting"
keywords : "baseball, hall-of-fame, dashboard, dataviz, visualization"
url : https://deppen8.github.io # site url
baseurl : "/bbhof_viz" # apply repo name like "/myproject" if used under gh-pages branch, else (under master branch) just leave empty/blank
cover : "" # image uri like logo/cover image for site seo
google_analytics : UA-117265246-2
twitter_username : "jacob_deppen"
comments_enabled : false # if enabled (set to true), please provide your disqus_username
disqus_shortname : ""
postshare_enabled : false
# Build settings
permalink : /:year/:title/
markdown : kramdown
highlighter : rouge
source : ./
destination : ./_site
# Sass configuration
sass:
sass_dir : assets/scss
style : compressed # expanded
# Author settings
author:
name : "Jacob Deppen"
plugins:
- jekyll-sitemap
- bourbon
- jekyll-paginate
# navbar pages
navbar:
- slug : home
title: Home
- slug : about
title : About
- slug : archive
title : Past voting
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", "script"]