forked from cu-mkp/GR8975-edition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·49 lines (36 loc) · 1.1 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
# Built with Jekyll 3.2.0
# Setup
title: Making and Knowing
tagline: 'A minimal edition of BnF Ms Fr 640 in English Translation'
description: 'This edition uses the Jekyll theme Ed designed for textual editors based on minimal computing principles, and focused on legibility and flexibility.'
url: 'http://cu-mkp.github.io'
baseurl: '/GR8975-edition'
# About/contact
author:
name: The Making and Knowing Project
url: http://www.makingandknowing.org/
email: [email protected]
# Permalinks
permalink: pretty
permalink: /:title/
# Set encoding to UTF-8
encoding: utf-8
# Collections for texts
collections:
texts:
output: true
# Markdown specs
markdown: kramdown
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
footnote_backlink: "↩︎"
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Custom vars
version: 1.2.0
# Exclusions from the final site
exclude: [optional, vendor]
theme: jekyll-theme-minimal