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

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

[params.copy]
copy = ""

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