1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 02:37:51 +03:00

docs: tweak mdbook config

* Sets wezterm's icon as the favicon
* enable github link back to the repo
* Default to Ayu color scheme
This commit is contained in:
Wez Furlong 2020-12-26 10:05:39 -08:00
parent 404844522c
commit 3d9f341e00
2 changed files with 5 additions and 2 deletions

View File

@ -11,4 +11,5 @@ mdbook build docs
mv gh_pages/book.js gh_pages/book.2
cat docs/lua.js gh_pages/book.2 > gh_pages/book.js
rm gh_pages/book.2
cp assets/icon/terminal.png gh_pages/favicon.png
cp assets/icon/wezterm-icon.svg gh_pages/favicon.svg

View File

@ -9,4 +9,6 @@ create-missing = false
[output.html]
additional-css = ["custom.css"]
default-theme = "navy"
default-theme = "ayu"
preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/wez/wezterm"