-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
35 lines (28 loc) · 1.13 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
# Jekyll Digital Collection Generator
# Note: use environment variable on build command to include analytics
# JEKYLL_ENV=production jekyll build
# url variables
# library's domain (only changed if using github pages)
url: https://www.lib.uidaho.edu
# location on the website, normally in /digital
# e.g. /digital/hjccc
baseurl: /digital/campushistory
# url to the shared assets folder on Digital
digital-assets: https://www.lib.uidaho.edu/assets
# Collection's objects dir location
objects: https://objects.lib.uidaho.edu/campushistory
organization-name: "University of Idaho Library Digital Collections"
organization-link: https://www.lib.uidaho.edu/digital/
organization-logo-banner: https://www.lib.uidaho.edu/media/images/ui_library_horizontal.png
organization-logo-nav: https://www.lib.uidaho.edu/media/digital/liblogo_white.png
# metadata filename in _data
metadata: campushistory
cdm-url: https://digital.lib.uidaho.edu
# page gen settings https://github.com/avillafiorita/jekyll-datapage_gen
page_gen:
- data: 'campushistory'
template: 'items'
name: 'object-id'
dir: 'items'
extension: 'html'
exclude: [docs, 'Rakefile']