1f11b0aeb0
* feat!: move docs to website * feat: flesh out docs site * docs: add changelog to website * docs: fix `npins add` command snippet * docs: remove broken declarations * ci: remove local docgen * docs: update site FAQ
16 lines
407 B
TOML
16 lines
407 B
TOML
[book]
|
|
title = "catppuccin/nix"
|
|
authors = ["getchoo"]
|
|
description = "Soothing pastel theme for Nix"
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
|
|
[output.html]
|
|
default-theme = "mocha"
|
|
preferred-dark-theme = "mocha"
|
|
additional-css = ["./theme/catppuccin.css"]
|
|
no-section-label = true
|
|
git-repository-url = "https://github.com/catppuccin/nix"
|
|
git-repository-icon = "fa-github"
|
|
cname = "nix.catppuccin.com"
|