aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: dfc0b797bc68e63e6a5d15d7621fab45b621a31f (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/icon.png"
logo = "/images/icon.png"

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

[params.copy]
copy = ""

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