-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (34 loc) · 867 Bytes
/
_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
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: pretty
# Setup
title: Collections Lab
tagline:
description: 'Machine-learning and collections as data experiments with digital collections'
url: https://collectionslab.github.io
baseurl:
author:
name: 'Dawn Childress'
url: https://twitter.com/kirschbombe
paginate: 5
#Post excerpt
excerpt_separator: "<!--excerpt-->"
# Custom vars
version: 1.0
github:
repo: https://github.com/collectionslab
plugins: [jekyll-paginate]
# Markdown Processors
rdiscount:
extensions: []
redcarpet:
extensions: []
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false