12 lines
239 B
TOML
12 lines
239 B
TOML
[book]
|
|
authors = ["elkowar"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "eww documentation"
|
|
|
|
|
|
[output.html]
|
|
default-theme = "ayu"
|
|
no-section-label = true
|
|
git-repository-url = "https://github.com/elkowar/eww/tree/master/docs"
|