-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
67 lines (56 loc) · 1.52 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
# basic bootstrap template
title: CollectionBuilder
description: "CollectionBuilder is an open source tool for creating digital collection and exhibit websites that are driven by metadata and powered by modern static web technology."
# url is your gh-pages base, following the pattern: username.github.io
url:
baseurl:
github-organization: https://www.github.com/collectionbuilder/
featured-image: https://collectionbuilder.github.io/images/logo/cb-logo-solid-vgold-transparent.png
featured-image-alt: "CollectionBuilder bracket logo"
# collections
collections:
docs:
output: false
about:
output: false
workshop-gh:
output: true
permalink: /:collection/:title
sort_by: step
workshop-dhsi:
output: true
permalink: /:collection/:title
sort_by: step
# set defaults
defaults:
- scope:
path: ""
type: "workshop"
values:
layout: "workshop"
- scope:
path: ""
type: "workshop-gh"
values:
layout: "workshop"
- scope:
path: ""
type: "workshop-dhsi"
values:
layout: "workshop-dhsi"
- scope:
path: ""
type: "posts"
values:
layout: "post"
# ignore stuff
exclude: [README.md, LICENSE]
#################################################################################
# --- Beautiful Jekyll Stuff --- #
#################################################################################
permalink: /:year-:month-:day-:title/
paginate: 6
paginate_path: "/blog/page:num/"
plugins:
- jekyll-paginate