-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (52 loc) · 1.82 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
# change the followings to match your Github username and repo name
baseurl: "/masquerading-gals" # 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: "Love Cults, Masquerading Gals, and Subway Sammies"
description: Jekyll site for the Love Cults, Masquerading Gals, and Subway Sammies 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: Terminology
link: terminology
- title: General Findings
link: general-findings
- title: Decades
submenu:
- title: 1940s
link: 1940s
- title: 1950s
link: 1950s
- title: 1960s
link: 1960s
- title: Analyses
submenu:
- title: LGBTQ+ Accounts
link: lgbtq-accounts
- title: Queer Homes
link: queer-homes
- title: Bibliography
link: bibliography
- title: About
link: about
# 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: "Love Cults, Masquerading Gals, and Subway Sammies | CC BY-NC License"
footer-submessage: By Sam Hurwitz, 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