neovide.neovide/website/book.toml
Hamothy 80b9f2edd7
Transition neovide.dev to use mdbook (#1428)
Co-authored-by: Hamothy <sgoudham@gmail.com>
2022-07-30 03:59:54 -04:00

29 lines
659 B
TOML

[book]
title = "Neovide"
description = "A Simple, No Nonsense, Cross-Platform, Graphical User Interface for Neovim"
authors = ["sgoudham"]
language = "en"
multilingual = false
src = "docs"
[output.html]
additional-css = [
"theme/pagetoc.css",
"theme/custom.css",
"theme/breakpoints.css"
]
additional-js = [
"theme/pagetoc.js",
"theme/custom.js"
]
default-theme = "ayu"
preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/neovide/neovide"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/neovide/neovide/edit/main/website/{path}"
cname = "neovide.dev"
[output.linkcheck]
[preprocessor.pagetoc]