forked from mirror/grapevine
9a5e552ca0
This adds some new tools in CI for lint the book and also sets up automated deployment to GitLab Pages. Also adds a readme that suggests reading the book, since that's where all the information will be.
12 lines
237 B
TOML
12 lines
237 B
TOML
[book]
|
|
title = "Grapevine"
|
|
language = "en"
|
|
multilingual = false
|
|
src = "book"
|
|
|
|
[build]
|
|
build-dir = "public"
|
|
|
|
[output.html]
|
|
git-repository-icon = "fa-git-square"
|
|
git-repository-url = "https://gitlab.computer.surgery/matrix/grapevine-fork"
|