-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
41 lines (33 loc) · 899 Bytes
/
hugo.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
baseURL = 'https://aletheiaidp.com'
languageCode = 'en'
title = 'Aletheia'
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[module]
[module.hugoVersion]
extended = true
min = "0.120.0"
[[module.imports]]
path = "github.com/google/docsy"
disable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false
[params]
copyright = "The Aletheia Authors |"
[params.ui]
sidebar_menu_compact = true
footer_about_disable = true
sidebar_menu_foldable = true
[params.links]
[[params.links.user]]
name = "User mailing list"
url = "https://aletheiaidp.com"
icon = "fa fa-envelope"
desc = "Discussion and help from your the original organization"
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/aletheiaidp"
icon = "fab fa-github"
desc = "Development takes place here!"