underscore/docs/config.toml
Ruidy 97e0a6e7e7
Doc site (#5)
* docs: install compose theme

* docs: create collections page

* docs: create collections page

* docs: change logo

Co-authored-by: Ruidy <rnemausat@newstore.com>
2021-12-31 15:37:31 +01:00

12 lines
337 B
TOML

baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'Underscore'
theme = "compose" # edit this if you'ld rather use a fork of this repo
enableRobotsTXT = true
[outputs]
home = ["HTML", "RSS","JSON"]
[params]
logo.lightMode = "logo.png"
logo.darkMode = "logo.png"
author.name = "Ruidy"
author.url = "https://github.com/rjNemo"