-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
100 lines (80 loc) · 2 KB
/
config.toml
File metadata and controls
100 lines (80 loc) · 2 KB
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
baseURL = "/"
title = "FreeCONF"
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableMissingTranslationPlaceholders = true
enableRobotsTXT = true
enableGitInfo = true
googleAnalytics = "G-VJZYKQ1KPM"
staticDir = ['static']
[taxonomies]
tag = "tags"
category = "categories"
[params.taxonomy]
taxonomyCloud = ["tags", "categories"]
taxonomyCloudTitle = ["Tag Cloud", "Categories"]
taxonomyPageHeader = ["tags", "categories"]
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsUseClassic = false
pygmentsStyle = "monokai"
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[services]
[languages]
[languages.en]
title = "FreeCONF"
description = "A Software Management Library"
languageName ="English"
weight = 1
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "catppuccin-mocha"
[outputs]
section = ["HTML", "print", "RSS"]
[params]
copyright = "The FreeCONF Authors"
archived_version = false
version = "0.0"
url_latest_version = "https://example.com"
github_project_repo = "https://github.com/freeconf/restconf"
algolia_docsearch = false
offlineSearch = false
prism_syntax_highlighting = false
[params.ui]
breadcrumb_disable = false
footer_about_disable = false
navbar_logo = true
navbar_translucent_over_cover_disable = false
sidebar_menu_compact = false
sidebar_search_disable = false
[params.ui.feedback]
enable = false
[params.ui.readingtime]
enable = false
[params.links]
[[params.links.user]]
name = "Discussion Forum"
url = "https://github.com/orgs/freeconf/discussions"
icon = "fa fa-envelope"
desc = "Discussion and help from your fellow users"
[params.mermaid]
enable = true
[module]
[module.hugoVersion]
extended = true
min = "0.75.0"
[[module.imports]]
path = "github.com/google/docsy"
disable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false