aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-07-05 22:27:04 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2019-07-05 22:27:04 +0200
commit95258be27446b3584528c5bc7177aca40ddba2d5 (patch)
treef918e4415eacaacf6e4c7b0d00337990f9095bc4 /config.toml
parente5d3f80261ebaed768ad718bd6fce0df848586fb (diff)
downloadwebsite-95258be27446b3584528c5bc7177aca40ddba2d5.tar.gz
website-95258be27446b3584528c5bc7177aca40ddba2d5.zip
content: Reorganize to better suit ananke theme
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml99
1 files changed, 92 insertions, 7 deletions
diff --git a/config.toml b/config.toml
index afaa1d0..93f8126 100644
--- a/config.toml
+++ b/config.toml
@@ -4,18 +4,103 @@ title = "Ouroboros"
theme = "ananke"
enableRobotsTXT = true
DefaultContentLanguage = "en"
+#MetaDataFormat = "yaml"
[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 = ""
+twitter = "https://twitter.com/ODecentralize"
+date_format = "January 2, 2006"
+copyright = "CC BY-SA"
+author = "Dimitri Staessens"
+defaultDestcription = "Ouroboros"
[menu]
-[[menu.main]]
-name = "Repository"
-weight = 40
-url = "/cgit"
+
+ [[menu.main]]
+ name = "Download"
+ weight = 1
+ url = "/download/"
+ # [[menu.main]]
+ # name = "Get Ouroboros"
+ # parent = "Download"
+ # weight = 1
+ # url = "/download/get/"
+ # [[menu.main]]
+ # name = "Install"
+ # parent = "Download"
+ # weight = 2
+ # url = "/download/install/"
+ # [[menu.main]]
+ # name = "Requirements"
+ # parent = "Download"
+ # weight = 3
+ # url = "/download/requirements/"
+
+ [[menu.main]]
+ name = "Documentation"
+ weight = 2
+ identifier = "id_docs"
+ url = "/docs/"
+ [[menu.main]]
+ name = "Getting started"
+ parent = "id_docs"
+ weight = 1
+ identifier = "id_docs_qs"
+ url = "/docs/quickstart/"
+ [[menu.main]]
+ name = "Tutorials"
+ parent = "id_docs"
+ weight = 2
+ identifier = "id_tut"
+ url = "/docs/tutorials/"
+ [[menu.main]]
+ name = "Development"
+ parent = "id_docs"
+ weight = 3
+ identifier = "id_devt"
+ url = "/docs/development/"
+ [[menu.main]]
+ name = "Manual"
+ parent = "id_docs"
+ weight = 4
+ identifier = "id_man"
+ url = "/man/"
+
+ [[menu.main]]
+ name = "Extra"
+ weight = 3
+ identifier = "id_extra"
+ url = "/extra/"
+ # [[menu.main]]
+ # name = "Rumba"
+ # parent = "id_extra"
+ # weight = 1
+ # identifier = "id_extra"
+ # url = "/extra/rumba/"
+ # [[menu.main]]
+ # name = "IoQuake3"
+ # parent = "id_extra"
+ # weight = 2
+ # identifier = "id_extra"
+ # url = "/extra/ioq3/"
+ # [[menu.main]]
+ # name = "Raptor"
+ # parent = "id_extra"
+ # weight = 3
+ # identifier = "id_extra_raptor"
+ # url = "/extra/raptor/"
+
+ [[menu.main]]
+ name = "About"
+ weight = 4
+ identifier = "id_about"
+ url = "/about/"
+
+ [[menu.main]]
+ name = "Repository"
+ weight = 100
+ identifier = "id_repo"
+ url = "/cgit/"