aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 332329af038596335be1a2b468974952306c5954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
baseURL = "https://ouroboros.rocks/"
languageCode = "en-us"
title = "Ouroboros"
theme = "terrassa"
enableRobotsTXT = true
DefaultContentLanguage = "en"

[params]
description = "Ouroboros is a decentralized packet network"
favicon = "/images/ouroboros_icon.png"
logo = "/images/ouroboros_compact_64px.png"

[params.contact]
email = "ouroboros@freelists.org"

[params.copy]
copy = ""

[menu]
[[menu.main]]
name = "Repository"
weight = 40
url = "/cgit"