14 lines
430 B
TOML
14 lines
430 B
TOML
[book]
|
|
authors = ["byson94"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Ewwii documentation"
|
|
|
|
[output.html]
|
|
default-theme = "latte"
|
|
preferred-dark-theme = "ewwii"
|
|
site-url = "/ewwii/"
|
|
git-repository-url = "https://github.com/Ewwii-sh/ewwii"
|
|
additional-js = ["./js/home_button.js", "./theme/rhai-autodocs/tabs.js"]
|
|
additional-css = ["./theme/catppuccin.css", "./theme/ewwii.css", "./theme/rhai-autodocs/default.css"] |