-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (39 loc) · 964 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
46
47
48
49
50
51
52
title: Beethoven in the House
tag: A Collaborative Digital Musicology Project
email: [email protected]
description: Digital Studies of Domestic Music Arrangements
# TODO: add project email address
# ! ! -- BASEURL SETTINGS -- ! !
# baseurl: "/dbsite"
baseurl: ""
url: "http://domestic-beethoven.eu"
# github_username: mss2221
# BUILD SETTINGS
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
# example of using a COLLECTION in jekyll
#
# collections:
# verovio:
# output: true
# permalink: /verovio/:path/
collections:
chapters:
output: true
permalink: /chapters/:path/
screencasts:
output: true
permalink: /screencasts/:path/
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/