mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
* docs: install compose theme * docs: create collections page * docs: create collections page * docs: change logo Co-authored-by: Ruidy <rnemausat@newstore.com>
12 lines
337 B
TOML
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"
|