generated from CollectionBuilder/collectionbuilder-sa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
104 lines (92 loc) · 3.18 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
99
100
101
102
103
104
##########
# collectionbuilder-sa
# Jekyll Digital Collection Generator
# https://github.com/CollectionBuilder/collectionbuilder-sa
##########
collections:
posts:
output: true
series:
output: true
sort_by: title
writers:
output: true
sort_by: lastname
defaults:
- scope:
type: posts
values:
layout: post
- scope:
type: series
values:
layout: series
- scope:
type: writers
values:
layout: writers
link-tags: true
permalink: /posts/:year/:month/:day/:title:output_ext
paginate: 10
paginate_path: "/blog/:num/"
##########
# URL VARIABLES
#
# site domain, full URL to the production location of your collection
url: https://harvester.lib.uidaho.edu
# 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/uidaholib/spec-lumber
##########
# SITE SETTINGS
#
# title of site appears in banner
title: Idaho Harvester
# tagline, a short phrase that will appear throughout the site in the top banner
tagline: "Blog and working collection of unique materials from the <a class='text-white border-bottom p-0' href='https://www.lib.uidaho.edu/special-collections/'>University of Idaho Library Special Collections and Archives</a>"
# description appears in meta tags and other locations
# this description might appear in search result lists, keep around 160 characters max
description: "A blog and working collection of the most interesting and unique materials from the University of Idaho Library's Special Collections and Archives."
# 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: CollectionBuilder
# Organization branding
organization-name: "Special Collections and Archives, University of Idaho Library"
organization-link: https://www.lib.uidaho.edu/special-collections/
organization-logo-banner: https://www.lib.uidaho.edu/media/images/ui_library_horizontal.png
organization-logo-nav: https://www.lib.uidaho.edu/media/images/ui_library_horizontal.png
##########
# COLLECTION SETTINGS
#
# provide location of the digital objects folder,
# If using local folder, dir name with proceeding slash. If using external web location, provide full URL
objects: https://webpages.uidaho.edu/library/spec/harvester/objects
# choose metadata: this is the name of the csv file in your _data directory that describes the objects in your collection
metadata: lumber
# page generation settings
# "data" value must be the name of the metadata file (other values should be not be changed)
page_gen:
- data: 'lumber'
template: 'items'
name: 'objectid'
dir: 'collection/items'
extension: 'html'
filter: 'objectid'
##########
# 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
plugins: [jekyll-paginate]