19 lines
333 B
TOML
19 lines
333 B
TOML
privacy = 'privacy'
|
|
security = 'security'
|
|
skills = 'skills'
|
|
projects = 'projects'
|
|
education = 'education'
|
|
languages = 'languages'
|
|
interests = 'interests'
|
|
summary = 'summary'
|
|
experiences = 'experiences'
|
|
tagline = 'Devops Engineer'
|
|
|
|
[day]
|
|
one = 'day'
|
|
other = 'days'
|
|
[day_with_count]
|
|
one = '{{ . }} day'
|
|
other = '{{ . }} days'
|
|
|