1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/docs/book.toml
Wez Furlong 3d9f341e00 docs: tweak mdbook config
* Sets wezterm's icon as the favicon
* enable github link back to the repo
* Default to Ayu color scheme
2020-12-26 10:05:39 -08:00

15 lines
284 B
TOML

[book]
title = "Wez's Terminal Emulator"
author = "Wez Furlong"
src = "."
[build]
build-dir = "../gh_pages"
create-missing = false
[output.html]
additional-css = ["custom.css"]
default-theme = "ayu"
preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/wez/wezterm"