forked from rism-digital/verovio-reference-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (35 loc) · 830 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
title: Reference book for Verovio
description: Everything you need to use the Verovio music notation engraving library
repository: rism-digital/verovio-reference-book
baseurl: ""
exclude: ['scripts']
verovio-version: "3.12"
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter_opts:
#css_class : 'syntax'
webrick:
headers:
Access-Control-Allow-Origin: "*"
sass:
sourcemap: never
theme: verovio-theme
twitter:
card: summary
plugins:
- "jekyll-github-metadata"
edit-path: "https://github.com/rism-digital/verovio-reference-book/edit/master"
defaults:
- scope:
path: ""
values:
layout: book
verovio: false
active: book
image: https://book.verovio.org/images/card.png
collections:
book:
output: true
generate-full-chapters: true