-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
119 lines (98 loc) · 3.7 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
theme = "awesome-identity"
baseURL = "https://www.posquit0.com"
title = "Byungjin Park - Software Architect / Hacker"
languageCode = "en-US"
# Content without language indicator will default to this language
defaultContentLanguage = "en"
# Make .Summary and .WordCount behave correctly for CJK languages
hasCJKLanguage = true
PygmentsCodeFences = true
# Enable to turn relative URLs into absolute
canonifyURLs = true
# Do not convert the url/path to lowercase
disablePathToLower = false
# Enable Emoji emoticons support for page content
enableEmoji = true
# Update the `Lastmod` parameter for each page using the last git commit date for that content file
enableGitInfo = true
# Enable generation of `robots.txt` file
enableRobotsTXT = true
# Google Analytics tracking ID
googleAnalytics = "UA-96267122-2"
# Add your own params here
[params]
# Google Webmaster
# https://www.google.com/webmasters/
# googleSiteVerification = ""
## Crisp Configurations
[params.crisp]
websiteId = "e475f9fb-ce9e-472b-a194-3a3b92b252c4"
# Change the chatbox color theme
color = "red"
# Reverse the chatbox position
reversePosition = false
# Hide chatbox on mobile devices
hideOnMobile = false
# Hide chatbox on support away
hideOnAway = false
# Hide chatbox on vacation
hideVacation = false
## Meta Configurations (HTTP Meta tags & OpenGraph)
[params.meta]
description = "DevOps Engineer at Dunamu."
keywords = "posquit0, bj, bj.park, byungjin, byungjinpark, sre, devops, backend, infrastructure, hacker, engineer, developer, architect"
images = [
"/images/profile.jpg"
]
## Profile Configurations
[params.profile]
portrait = "/images/profile.jpg"
firstname = "Byungjin"
lastname = "Park"
title = "Software Architect / Hacker"
bio = """
DevOps Engineer at company [**두나무(Dunamu)**](https://dunamu.com).
Have led growth at infrastructure departments in two fintech companies as lead engineer and founding member. 12+ years of diverse software engineering experience with specialties in software architecture design, infrastructure operation, backend development, and security engineering.
<br />
Love to contribute to open sources and tech communities by sharing knowledge and experience.
Prefers a command line interface environment as a big fan of Vim, Linux, and macOS. Always trying to customize to find the most optimal environment.
Interested in devising a better problem-solving method for challenging tasks, and learning new technologies and tools.
"""
## Contacts Configurations
[params.contacts]
email = "posquit0.bj@gmail.com"
github = "posquit0"
twitter = "posquit0"
linkedin = "posquit0"
keybase = "posquit0"
# facebook = "posquit0"
# stackoverflow = "7919458"
instagram = "posquit0.bj"
# medium = "posquit0"
# quora = "posquit0"
# dribbble = "posquit0"
# behance = "posquit0"
## Actions Configurations
[[params.actions]]
name = "Review My CV"
url = "https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/cv.pdf"
[[params.actions]]
name = "Ask Me Anything"
url = "https://github.com/posquit0/ama"
[[params.actions]]
name = "Buy Me a Coffee"
url = "https://buymeacoff.ee/posquit0"
## Footer Configurations
[params.footer]
copyright = "© 2023 Byungjin Park. [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)."
poweredBy = true
## Privacy Configurations (GDPR)
[privacy]
[privacy.googleAnalytics]
disable = false
# Make the users’ IP addresses are anonymized within Google Analytics
anonymizeIP = false
# Make the GA templates respect the “Do Not Track” HTTP header
respectDoNotTrack = false
# Disable the use of Cookies and use Session Storage to Store the GA Client ID
useSessionStorage = false