-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
50 lines (41 loc) · 1.34 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
baseURL = 'https://codecaverna.tech/'
languageCode = 'pt-br'
defaultContentLanguage = 'pt-br'
title = 'CODECAVERNA'
paginate = 5
[params]
description = "Um blog de tecnologia direto ao ponto, simples sem ser simplório"
dateFormat = "2 Jan, 2006"
[taxonomies]
category = "categorias"
author = "autores"
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'github-dark'
tabWidth = 4
[comments]
# Comment provider:
provider = "giscus"
# Which page types are commentable?
commentable = {page = true, post = true, docs = false, project = false, publication = true, talk = false}
# Configuration of giscus
[comments.giscus]
repo = "roberttmello/codecaverna-comments" # Repo where the comments will live
repo_id = "R_kgDOLQ3K8Q" # Repo where the comments will live
category = "General" # Repo where the comments will live
category_id = "DIC_kwDOLQ3K8c4CdIdO" # Repo where the comments will live
mapping = "pathname" # How Utterances will match comment to page
label = "comment" # Label applied to issue by utteranc.es bot
theme = "dark" # What theme to use
reactions_enabled = 1