-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
33 lines (28 loc) · 942 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
baseURL = 'https://cds-reis.github.io/'
author = "Rafael Reis"
copyright = "© 2024, cds-reis"
paginate = 3
languageCode = "pt-br"
DefaultContentLanguage = "pt-br"
# enableInlineShortcodes = true
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
ignoreErrors = ["error-remote-getjson"]
# ------------------------------
theme = "paper"
title = "cds-reis"
[params]
color = 'linen'
github = 'cds-reis'
instagram = 'cardoso_o_reis'
avatar = 'https://gravatar.com/avatar/2a3f83b1150fed41b0ab02936f727087?size=256&cache=1724249613613'
name = 'Rafael Reis'
bio = 'Ideias sobre Dart e Flutter'
# ------------------------------
# needed to render raw HTML (e.g. <sub>, <sup>, <kbd>, <mark>)
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# [markup.highlight]
# lineNos = true