forked from CollectionBuilder/collectionbuilder-csv
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
98 lines (88 loc) · 3.78 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
##########
# collectionbuilder-csv
# Jekyll Digital Collection Generator
# https://github.com/CollectionBuilder/collectionbuilder-csv
##########
##########
# URL VARIABLES
#
# site domain, full URL to the production location of your collection
url:
# path to location on the domain if necessary e.g. /digital/hjccc
baseurl:
# location of code, the full url to your github repository
source-code: https://github.com/CollectionBuilder/cb-oralhistory
##########
# SITE SETTINGS
#
# title of site appears in banner
title: cb-oralhistory
# tagline, a short phrase that will appear throughout the site in the top banner
tagline: Prototype for working with Oral History as Data items in CollectionBuilder
# description appears in meta tags and other locations
# this description might appear in search result lists, keep around 160 characters max
description: "CB-OHD is a mix of CollectionBuilder-CSV and Oral History as Data (OHD)."
# if you want a different description to appear in the footer only, define it here, or leave blank to use description
# footer_description: "cb-oralhistory rocks!"
# keywords, a short list of subjects describing the collection, separated by semicolon, to appear in rich markup
keywords: oral histories;digital collections
# 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: dcnb
##########
# 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: demo-ohd-metadata
# page generation settings [optional!]
# [optional: only used if you need to tweak CB defaults or generate from more than one data file]
# page_gen:
# - data: 'demo-metadata'
# template: 'item'
# name: 'objectid'
# dir: 'items'
# extension: 'html'
# filter: 'objectid'
##########
# Site/Organization Branding
# Enter information for your organization (replacing the CDIL links and name below) if you'd like to brand your site with a logo
# To remove the branding, comment out these values, or delete them.
#
organization-name: "Center for Digital Inquiry and Learning (CDIL)"
organization-link: https://cdil.lib.uidaho.edu/
organization-logo-banner: https://cdil.lib.uidaho.edu/storying-extinction/assets/img/cdil.png
organization-logo-nav: https://cdil.lib.uidaho.edu/assets/img/logo.png
##########
# GOOGLE SERVICES [optional!]
#
# leave these blank or comment out to NOT include google code
# if present, used to add analytics during "production" build only
# google-analytics-id: "G-XXXXXXXXX"
# google-cse-id: "002151703305773322890:1pu3smhw1t8"
##########
# 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, rakelib/, README.md, LICENSE, CITATION.cff, CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md]
# compress CSS output
sass:
style: compressed
###########
# Additional parameters
#
# timezone: added per suggestion found in https://talk.jekyllrb.com/t/timezone-global-configuration-problem/7985
timezone: America/Chicago
### Note Jekyll documentation suggests...
# JEKYLL_ENV=production # ...must be set in order to make a production build.
# but we've built in a command to build for production. It's: rake deploy
# if you enter rake deploy in the command line, the site will build with production variables
# documented here: https://collectionbuilder.github.io/cb-docs/docs/deploy/build/#build-with-rake-deploy