45 lines
893 B
TOML
45 lines
893 B
TOML
title = "Nicolas Trimborn"
|
|
baseURL = "/"
|
|
theme = "hugo-resume"
|
|
languageCode = "en-us"
|
|
PygmentsCodeFences = true
|
|
PygmentsCodeFencesGuessSyntax = true
|
|
PygmentsStyle = "monokai"
|
|
enableGitInfo = false
|
|
|
|
[params]
|
|
address = "Munich, Germany"
|
|
email = "nick.trimborn@gmail.com"
|
|
favicon = "/favicon.ico"
|
|
firstName = "Nicolas"
|
|
lastName = "Trimborn"
|
|
#phone = "1-555-555-1234"
|
|
profileImage = "img/me.jpg"
|
|
showEducation = true
|
|
showExperience = true
|
|
showOpenSource = false
|
|
showProjects = false
|
|
showPublications = true
|
|
showQr = false
|
|
showSkills = true
|
|
showCertifications = false
|
|
showSocializations = true
|
|
|
|
[params.google]
|
|
|
|
[params.google.analytics]
|
|
trackerID = "XX-123446-01"
|
|
|
|
[[params.handles]]
|
|
link = "https://www.linkedin.com/in/nicolas-trimborn-13425428/"
|
|
name = "LinkedIn"
|
|
|
|
[[params.handles]]
|
|
link = "https://git.nicktrimborn.de"
|
|
name = "Git"
|
|
|
|
[outputs]
|
|
home = ["HTML", "JSON"]
|
|
|
|
[taxonomies]
|
|
tag = "tags" |