-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
64 lines (53 loc) · 1.77 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
# CollectionBuilder
# Jekyll Digital Collection Generator
# URL variables
# site domain
url:
# location on the domain
# e.g. /digital/hjccc
baseurl:
# url to objects folder
digital-objects: objects
# location of code
source-code: https://github.com/CollectionBuilder
# Elasticsearch cluster host
elasticsearch-protocol: http
elasticsearch-host: 0.0.0.0
elasticsearch-port: 9200
elasticsearch-index: moscon
elasticsearch-directory-index: directory_
# Site settings
title: MosCon Collection
# header and head metadata
tagline: The Palouse Empire Science Fiction Association Archive
description: "A collection of MosCon artifacts celebrating the Palouse Empire Science Fiction Association's decades of fandom on the Palouse."
# Organization branding
organization-name: "Digital Initiatives, University of Idaho Library"
organization-link: https://www.lib.uidaho.edu/digital/
organization-logo-banner: https://www.lib.uidaho.edu/media/digital/justdi_logo_sm.png
organization-logo-nav: https://www.lib.uidaho.edu/media/digital/bannerlogo_allwhite.png
# Collection settings
# name of metadata file, be sure to also change page_gen data setting!
metadata: demo_moscon
# page gen settings
# "data" value must be the name of the metadata file
page_gen:
- data: 'demo_moscon'
template: 'items'
name: 'objectid'
dir: 'items'
extension: 'html'
filter: 'objectid'
# Note: use environment variable on build command to include analytics
# JEKYLL_ENV=production jekyll build
# if present, used to add analytics during build
google-analytics-id:
# Robots exclude
# set noindex to true if you do NOT want Google to index your site
# noindex: true
# add liquid profiler to id bottlenecks
# profile: true
exclude: [docs/, Rakefile, README.md, LICENSE]
# compress CSS output
sass:
style: compressed