-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
38 lines (32 loc) · 917 Bytes
/
_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
#basic options
title: Northwestern Football Analytics
author: ncaldwell17
email: [email protected]
description: Machine Learning Final Project
url: "http://ncaldwell17.github.io/NU-Football"
baseurl: "/NU-Football"
#Build settings
markdown: kramdown
theme: jekyll-theme-midnight
show_downloads: true
#Navigation Bar Options
navbar-links:
About Me: "aboutme"
Visualizations2: "visualizations"
Resources:
- Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/"
- Learn markdown: "http://www.markdowntutorial.com/"
- GitHub Pages: "https://pages.github.com/"
Author's home: "http://deanattali.com"
Visualizations: "https:ncaldwell17.github.io/NU-Football/visualizations"
#Default YAML Values
defaults:
scope:
path: all files
values:
layout: "page"
show-avatar: true
#plugins
plugins:
- jeykyll-sitemap
- jeykyll-paginate