-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
43 lines (35 loc) · 906 Bytes
/
config.toml
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
baseurl = "https://tcmenu.github.io/documentation"
languageCode = "en-us"
title = "TcMenu Documentation"
theme = "belter"
[taxonomies]
tag = "tags"
category = "categories"
[params]
production = "N"
EnableAds = "N"
author = "TcMenu"
refDocsLocation = "https://tcmenu.github.io/documentation/ref-docs"
gitEditURL = "https://github.com/TcMenu/documentation/tree/main/content"
[[menu.main]]
name = "tcMenu"
weight = 0
identifier = "tc-menu"
[[menu.footer]]
name = "Privacy and terms of use"
url = "/legal/privacy"
weight = 1
[[menu.footer]]
name = "Built by TheCodersCorner"
url = "https://www.thecoderscorner.com/"
weight = 2
[[menu.footer]]
name = "Built on Hugo CMS"
url = "https://gohugo.io/"
weight = 3
[params.widgets]
search = true
categories = true
tags = true
[markup.goldmark.renderer]
unsafe = true