forked from precept-sh/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
55 lines (38 loc) · 911 Bytes
/
hugo.toml
File metadata and controls
55 lines (38 loc) · 911 Bytes
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
baseURL = 'https://precept.sh/'
languageCode = 'en-us'
title = 'Precept'
description = 'Precept is an api integration platform'
# Language settings
contentDir = 'content/en'
defaultContentLanguage = 'en'
defaultContentLanguageInSubdir = false
# Useful when translating.
enableMissingTranslationPlaceholders = false
enableRobotsTXT = true
enableEmoji = true
[services]
[services.googleAnalytics]
id = 'G-HXR4W4V64Z'
[module]
proxy = "direct"
[module.hugoVersion]
min = "0.123.0"
extended = true
[[module.imports]]
path = "github.com/google/docsy"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser.attribute]
block = true # default is false
[params]
[params.ui]
footer_about_enable = true
[params.copyright]
authors = "Precept, LLC"
from_year = 2024
[params.links]
[[params.links.developer]]
name = 'Proof Partners, LLC'
url = 'https://proofpartners.io'