mirror of
https://github.com/wez/wezterm.git
synced 2024-11-11 03:27:05 +03:00
35060fb2de
This reverts commitbef0fa29ac
andbb2d45d0aa
. refs: https://github.com/Michael-F-Bryan/mdbook-linkcheck/issues/53
18 lines
340 B
TOML
18 lines
340 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"
|
|
|
|
[output.linkcheck]
|
|
traverse-parent-directories = false
|