mirror of https://github.com/sgoudham/neovide.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
659 B
TOML
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]
|