-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (36 loc) · 1.47 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
# change the followings to match your Github username and repo name
baseurl: "/king-phillips-war" # the name of your github repo
url: "https://BCDigSchol.github.io" # the url of your github pages
# site information used in page title, meta data etc.
title: "Breaking Dawn: King Philip's War"
description: Jekyll site for the King Philip's War Project @ Boston College
# color theme for links
theme-color: indigo # indigo|yellow|pink|green|stone|
# nav bar settings and links
nav-menu:
- title: Home
link: index
- title: Timeline
link: timeline
- title: Present Aims & Future Plans
link: aims-and-plans
- title: Bibliography
link: bibliography
# sets whether a search bar appears on the site header
# NOTE, you will have to increase the site of teh $site-header-height in _sass/theme-settings.scss to to see the search bar
search-bar: false
hide-footer: false # set to true to hide the footer
footer-message: "Breaking Dawn: King Philip's War and the Rise of the Wabanaki, 1675-1715 | CC BY-NC License"
footer-submessage: By Kevin March, with the Digital Scholarship Group, Boston College
footer-submessage-link: https://ds.bc.edu
# google-analytics: // if you want to use Google analytics, include your ID here
# sets number of items display per page, if using a blog
paginate: 5
include:
- _pages
# jekyll plugins - no need to change
plugins:
- jekyll-seo-tag
- jekyll-feed
- jekyll-paginate
- jekyll-postcss-v2