-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
119 lines (99 loc) · 1.99 KB
/
hugo.yaml
File metadata and controls
119 lines (99 loc) · 1.99 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
107
108
109
110
111
112
113
114
115
116
117
118
119
baseURL: https://jtsoar.es/
languageCode: en
title: "João Trigo Soares"
# Hugo Module
module:
imports:
- path: github.com/hugo-toha/toha/v4
mounts:
- source: layouts
target: layouts
- source: static
target: static
- source: ./node_modules/flag-icons/flags
target: static/flags
- source: ./node_modules/@fontsource/mulish/files
target: static/files
- source: ./node_modules/katex/dist/fonts
target: static/fonts
# Publish to parent directory
publishDir: "public"
# Languages
languages:
en:
languageCode: en
languageName: English
title: "João Trigo Soares"
weight: 1
defaultContentLanguage: en
# Markdown
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 2
endLevel: 6
ordered: false
# Required outputs
outputs:
home:
- HTML
- RSS
- JSON
enableEmoji: true
# Site Parameters
params:
# Custom head content for SEO
customHTML:
head: layouts/partials/custom-head.html
# Background image (optional)
# background: /images/site/background.jpg
logo:
main: /images/site/main-logo.png
inverted: /images/site/inverted-logo.png
favicon: /images/site/favicon.png
# GitHub repo for edit links (optional)
gitRepo: https://github.com/suvl/suvl.github.io
gitBranch: main
# Navbar
topNavbar:
maxVisibleSections: 5
# Features
features:
theme:
enable: true
services:
light: true
dark: true
default: system
portfolio:
enable: false
blog:
enable: false
showAuthor: true
analytics:
enable: true
services:
google:
id: G-HNL3T7BE5Z
toc:
enable: true
tags:
enable: false
on_card: true
# Footer
footer:
enable: true
template: footer.html
navigation:
enable: true
contactMe:
enable: true
credentials:
enable: true
newsletter:
enable: false
caches:
images:
dir: :cacheDir/images