mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 22:15:15 +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:
parent
404844522c
commit
3d9f341e00
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user