bard 2.0.0-alpha3

Creates PDF and HTML songbooks out of easy-to-write Markdown sources.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[book]
authors = ["Vojtech Kral"]
language = "en"
multilingual = false
src = "book"
title = "Bard Book"

[build]
build-dir = "pub/book"

[output.html]
site-url = "/book/"
default-theme = "rust"
preferred-dark-theme = "ayu"
curly-quotes = true
git-repository-url = "https://github.com/vojtechkral/bard"
git-repository-icon = "fa-github"
additional-css = ["book.css"]