aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: fc9509202b77672a44202a65bd056114beb3c0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
baseURL = "https://ouroboros.rocks/"
languageCode = "en-us"
title = "Ouroboros"
theme = "ananke"
enableRobotsTXT = true
DefaultContentLanguage = "en"
#MetaDataFormat = "yaml"
Paginate = 6

[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"
twitter = "https://twitter.com/ODecentralize"
date_format = "January 2, 2006"
copyright = "CC BY-SA"
author = "Dimitri Staessens"
defaultDestcription = "Ouroboros"
recent_posts_number = 2
body_classes = "georgia bg-near-white"
env = "production" #enable robots to index
#custom_css = ["css/override.css"]

[menu]

        [[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       = "News"
        #         weight     = 5
        #         identifier = "blog"
        #         url        = "/blog/"


        [[menu.main]]
                name       = "Repository"
                weight     = 100
                identifier = "id_repo"
                url        = "/cgit/"