-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (40 loc) · 1.58 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
# change the followings to match your Github username and repo name
baseurl: "/saida" # 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: "Saida: A City's Urban History through its Inscriptions"
description: Jekyll site for the Saida Urban History 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: Decorative Indoor Inscriptions
link: indoor-inscriptions
- title: Dating Inscriptions
link: dating-inscriptions
- title: Gallery
link: gallery
- title: Jummal Dating
link: jummal-dating
- 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: "Saida: A City's Urban History through its Inscriptions | CC BY-NC License"
footer-submessage: By Khalil Sawan, 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