-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (41 loc) · 1.33 KB
/
config.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
50
# Title of your site
title = "Observatórios ABJ"
# The URL of your site.
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "https://obs.abj.org.br/"
# Name the theme folder in `themes/`.
theme = "hugo-tourmaline"
# Enable analytics by entering your Google Analytics tracking ID
GoogleAnalytics = "G-QWW070GF7G"
relativeurls = false
languageCode = "pt-BR"
description = "Site dos observatórios da ABJ"
disqusShortname = "abjur"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
# below is critical for non-authors to show up in article listing
preserveTaxonomyNames = true
# uncomment the next line to disable listing authors
# disableKinds = ["taxonomyTerm"]
[permalinks]
articles = ":slug/"
[taxonomies]
author = "author"
category = "categories"
tag = "tags"
# Configure BlackFriday Markdown rendering.
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
[blackfriday]
hrefTargetBlank = true # `true` opens external links in a new tab. See https://github.com/gohugoio/hugo/issues/2424
angledQuotes = false
latexDashes = true
extensions = ["backslashLineBreak"]
[markup]
defaultMarkdownHandler = "goldmark"
[markup.tableOfContents]
endLevel = 2
ordered = false
startLevel = 2
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "pygments"