-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
57 lines (44 loc) · 1.28 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
baseurl = "https://nickcouto.com"
languageCode = "pt-br"
Title = "nickcouto"
theme = "kiss"
# copyright = "© <a href=\"https://github.com/ribice\">Emir Ribic</a> 2017"
disqusShortname = "nickcouto"
addThis = "ra-5b378311ceb84dca"
googleAnalytics = "UA-114106664-1"
# Number of posts per page
Paginate = 5
enableRobotsTXT = true
[params.assets]
customCSS = ["css/custom.css"]
[params.info]
adsense = "" # Adsense ID (ID only, without ca-pub-)
enableSocial = true # Adds OpenGraph and Twitter cards
homeTitle = "@nickcouto" # Title for home page
poweredby = true # Adds powered by hugo and kiss below Copyright
related = true # Includes related articles at the bottom of the article
[params.opengraph.facebook]
admins = [] # array of Facebook IDs
appID = ""
pageID = ""
[params.opengraph.twitter]
page = "" # Twitter Page username. If not set, params.social.twitter will be used.
[params.social]
twitter = "nickcouto"
github = "nickcouto"
email = "[email protected]"
linkedin = "nickcouto"
# facebook = "ribice"
# instagram = ""
# codepen = ""
[params.matomoAnalytics]
siteID = 1
rootURL = "//nickcouto.com/"
[taxonomies]
tag ="tags"
[blackfriday]
hrefTargetBlank = true
[params.sections_right]
"/about" = "about"
[params.sections_left]
"/" = "Design ▫️ UX ▫️ Product ▫️ 🤷🏻"