-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
39 lines (33 loc) · 1.4 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
# pages-collection
# a Jekyll Digital Collection Generator
# designed for GH-Pages
# Site settings
# title of site appears in banner
title: New GH-Pages Collection
# tagline appears in banner
tagline: a new theme for building simple digital exhibits
# description appears in meta tags and other locations
# this description might appear in search result lists, keep around 160 characters max
description: "A more complete description that will appear in meta tags and other locations where appropriate"
# keywords appear in meta tags
keywords: "university of idaho, digital collections, digital humanities"
# creator of the digital collection, to appear in meta tags
author: kitstokes
# creator contact email for meta tags
email: [email protected]
# collection project date, when did you publish this
collection-date: "2018"
# url is your gh-pages base, username.github.io
url: https://kitstokes.github.io
# baseurl is your github repository's name prefixed with a /
baseurl: /Test-Collection
# repository is the github repository's full url
repository: https://github.com/uidaholib/Test-Collection
# google services [optional!]
# leave these blank or comment out to NOT include google code
# google-tracking-id: "UA-74844011-1"
# google-cse-id: "002151703305773322890:1pu3smhw1t8"
# build settings
permalink: pretty
# Note: use environment variable on build command to include analytics
# JEKYLL_ENV=production jekyll build