mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 10:52:16 +03:00
3d9f341e00
* Sets wezterm's icon as the favicon * enable github link back to the repo * Default to Ayu color scheme
15 lines
284 B
TOML
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"
|