-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhugo.yaml
More file actions
106 lines (89 loc) · 2.37 KB
/
hugo.yaml
File metadata and controls
106 lines (89 loc) · 2.37 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
100
101
102
103
104
105
106
baseURL: https://gitxtui.github.io/docs
title: gitx
# Language settings
contentDir: content/en
defaultContentLanguage: en
enableRobotsTXT: true
# Will give values to .Lastmod etc.
enableGitInfo: true
taxonomies:
tag: tags
category: categories
# Highlighting config
# pygmentsCodeFences: true
# pygmentsUseClasses: false
# pygmentsUseClassic: false
# pygmentsStyle: tango
# Configure how URLs look like per section.
permalinks:
blog: /:section/:year/:month/:day/:slug/
# Image processing configuration.
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: Smart
markup:
goldmark:
parser:
attribute:
block: true
renderer:
unsafe: true
highlight:
noClasses: false
style: monokai
guessSyntax: true
# Comment out if you don't want the "print entire section" link enabled.
outputs:
section: [HTML, print, RSS]
params:
offlineSearch: true
taxonomy:
taxonomyCloud: [tags, categories]
taxonomyCloudTitle: [Tag Cloud, Categories]
taxonomyPageHeader: [tags, categories]
privacy_policy: https://policies.google.com/privacy
version_menu: Releases
version: 0.0
url_latest_version: https://github.com/gitxtui/gitx/releases
github_repo: https://github.com/gitxtui/docs
github_project_repo: https://github.com/gitxtui/gitx
github_branch: master
copyright:
authors:
gitxtui | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0) |
from_year: 2025
ui:
showLightDarkModeMenu: true
breadcrumb_disable: false
navbar_logo: true
navbar_translucent_over_cover_disable: false
sidebar_menu_compact: true
sidebar_search_disable: false
feedback:
enable: true
'yes': >-
Glad to hear it! Please <a
href="https://github.com/gitxtui/gitx/issues/new">tell us how we can
improve</a>.
'no': >-
Sorry to hear that. Please <a
href="https://github.com/gitxtui/gitx/issues/new">tell us how we can
improve</a>.
links:
developer:
- name: GitHub
url: https://github.com/gitxtui/gitx
icon: fab fa-github
desc: Development takes place here!
- name: Discord
url: https://discord.com/invite/2KgPQpejGv
icon: fab fa-discord
desc: Join the community on Discord!
module:
hugoVersion:
extended: true
min: 0.146.0
imports:
- path: github.com/google/docsy
disable: false