-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (41 loc) · 1005 Bytes
/
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 = "Aufa Nabil"
baseURL = "https://chillytaka.github.io/"
theme = "hugo-resume"
languageCode = "en-us"
PygmentsCodeFences = true
PygmentsCodeFencesGuessSyntax = true
PygmentsStyle = "monokai"
enableGitInfo = false
[params]
address = "Surabaya, East Java, Indonesia"
email = "[email protected]"
favicon = "/favicon.ico"
firstName = "Aufa Nabil"
lastName = "Amiri"
phone = "(+62)8515-6466-241"
profileImage = "img/foto.jpg"
showEducation = true
showOrganization = true
showProjects = true
showSkills = true
showBlog = true
showAwards = true
[params.google]
[params.google.analytics]
trackerID = "XX-123446-01"
[[params.handles]]
link = "https://linkedin.com/in/aufa-nabil-4129ab86"
name = "LinkedIn"
[[params.handles]]
link = "https://github.com/chillytaka/"
name = "GitHub"
[[params.handles]]
link = "https://gitlab.com/chillytaka/"
name = "Gitlab"
[[params.handles]]
link = "https://twitter.com/AmiriAufa"
name = "Twitter"
[outputs]
home = ["HTML", "JSON"]
[taxonomies]
tag = "tags"