-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
54 lines (49 loc) · 1.11 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
title = "João Fraga's website"
baseURL = "https://fraguinha.com/"
languageCode = "en-us"
enableGitInfo = true
enableRobotsTXT = true
disableKinds = ["taxonomy"]
[services]
[services.googleAnalytics]
ID = "G-HQ78S05TTM"
[markup]
[markup.highlight]
noClasses = false
tabWidth = 2
style = ""
[markup.goldmark.renderer]
unsafe = true # Allow HTML in md files
[privacy]
[privacy.googleAnalytics]
disable = false
anonymizeIP = true
respectDoNotTrack = true
[privacy.instagram]
disable = false
[privacy.twitter]
disable = false
enableDNT = true
[privacy.vimeo]
disable = false
enableDNT = true
[privacy.youtube]
disable = false
privacyEnhanced = true
[params]
description = "Software Engineer"
favicon = "/favicon.ico"
picture = "/fraguinha.png"
firstName = "João"
lastName = "Fraga"
nickname = "Fraguinha"
bio = "Currently working as a Software Engineer at Feedzai"
linkedin = "Fraguinha"
github = "Fraguinha"
email = "[email protected]"
signal = "JReAop9nhikb7E17078qcICS0bq4GWdn5_mDh0XDSIgVGmB3wUJM2rg9hc6Lx5NS"
rss = "/index.xml"
cv = "/cv.pdf"
blog = "/post"
pgp = "/keys.txt"
copyright = "Made by João Fraga @ fraguinha.com"