generated from CollectionBuilder/collectionbuilder-gh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (60 loc) · 2.7 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
62
63
64
65
66
##########
# collectionbuilder-gh
# Jekyll Digital Collection Generator, designed for GitHub Pages
# https://github.com/CollectionBuilder/collectionbuilder-gh
##########
##########
# URL VARIABLES [optional if using GitHub Pages!]
#
# url is site domain, full URL to the production location of your collection
# on GitHub Pages follows the pattern username.github.io
url: https://ubc-lib-geo.github.io
# baseurl is path to location on the domain if necessary e.g. /digital/hjccc
# on GitHub Pages it is your github repository's name prefixed with a /
baseurl: /development-of-vancouver-maps
# location of code, the full url to your github repository
source-code: https://github.com/CollectionBuilder/collectionbuilder-gh
##########
# SITE SETTINGS
#
# title of site appears in banner
title: Maps of the Development of Vancouver
# tagline, a short phrase that will appear throughout the site in the top banner
tagline: A Collection of Maps Available at UBC Vancouver's Koerner Library
# description appears in meta tags and other locations
# this description might appear in search result lists, keep around 160 characters max
description: "Maps of the Development of Vancouver is a collection of historical maps of Vancouver available through UBC's Koerner Library. An intended purpose of this collection is to visually demonstrate the development and accompanying gentrification of Vancouver over time. Navigate to the About page to learn more about the collection, the creator, and how to access the items in this collection."
# creator of the digital collection, to appear in meta tags; we typically use our GitHub usernames but feel free to just use your name
author: UBC Library GIS
##########
# COLLECTION SETTINGS
#
# Set the metadata for your collection (the name of the csv file in your _data directory that describes the objects in your collection)
# Use the filename of your CSV **without** the ".csv" extension! E.g. _data/demo-metadata.csv --> "demo-metadata"
metadata: maps-collection-metadata
##########
# GOOGLE SERVICES [optional!]
#
# leave these blank or comment out to NOT include google code. See docs/google.md
#
# Add your google-analytics-id to automatically add the embed code, e.g. "UA-76328753-1"
# google-analytics-id:
# to populate a Google CSE add the id, e.g. "002151703305773322890:1pu3smhw1t8"
# google-cse-id:
##########
# ROBOTS EXCLUDE
#
# set noindex to true if you do NOT want Google to index your site
# noindex: true
##########
# BUILD SETTINGS
#
# Note: use environment variable on build command to include analytics
# JEKYLL_ENV=production jekyll build
# (this is done automatically by gh-pages build)
#
# ignore stuff
exclude: [docs/, Rakefile, README.md, LICENSE]
# compress CSS output
sass:
style: compressed