forked from joaoarthurbm/arqsoft-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
60 lines (52 loc) · 1.88 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
51
52
53
54
55
56
57
58
59
60
baseurl = "https://joaoarthurbm.github.io/arqsoft-blog"
title = "Arquitetura de Software"
copyright = "Copyright © Turma de Arquitetura de Software UFCG"
canonifyurls = true
theme = "hugo-kiera"
paginate = 100
summaryLength = 30
enableEmoji = true
pygmentsCodeFences = true
#disqusShortname = "myShortName"
# Note: to disable a social network icon delete or comment out the corresponding line
[author]
name = "Example"
github = "joaoarthurbm/arqsoft-blog"
#gitlab = "username"
#linkedin = "username"
#facebook = "username"
#twitter = "ds_says"
#instagram = "username"
#stackoverflow = "username"
#youtube = "user/username" # or channel/channelname
#devto = "username"
[params]
tagline = "Computação @ UFCG"
description = "Documentação arquitetural produzida pelas turmas de Arquitetura de Software - Computação @ UFCG."
#images = [""] #This is used for opengraph/twitter cards.
customCSS = [] #Optional Customised CSS
#favicon = ""
#utterancesRepo = "username/repository"
#utterancesIssueTerm = "pathname"
#homepageLength = 10
#commentAutoload = true #This mean reader don't need click, disqus comment autoload
#mathjax = true #Enable display of mathematics using mathjax (LaTeX syntax)
#katex = true #Enable display of mathematics using katex (Faster LaTeX rendering)
#google_fonts = ["Staatliches"] # Adds additional google fonts
#disableDarkModeCSS = false # disables css style for users using dark-mode
# uncomment to enable the Tags link on the main toolbar
# [[menu.main]]
# identifier = "tags"
# name = "Tags"
# url = "/tags"
# weight = 1
# uncomment to enable the Categories link on the main toolbar
# [[menu.main]]
# identifier = "categories"
# name = "Categories"
# url = "/categories"
# weight = 1
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true