initial commit
This commit is contained in:
43
config.toml
Normal file
43
config.toml
Normal file
@@ -0,0 +1,43 @@
|
||||
title = "Nicolas Trimborn"
|
||||
baseURL = "https://www.nicktrimborn.de"
|
||||
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
|
||||
|
||||
[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"
|
||||
Reference in New Issue
Block a user