diff --git a/config.toml b/config.toml index 53752c7..7bc4974 100644 --- a/config.toml +++ b/config.toml @@ -8,31 +8,119 @@ enableRobotsTXT = true editor = "vi" languageCode = "en" language = "us" -theme = "vncnt-hugo" +theme = "gruvhugo" title = "Rico Ullmann · Landing Page" -[blackfriday] - extensions = ["hardLineBreak"] +defaultExtension= "html" +metaDataFormat= "yaml" -[permalinks] - fixed = ":title/" - posts = "posts/:slug/" +[params.main] + enabled = true + enableKatex = true + metaKeywords = "rico, ullmann, wiesbaden" + headerTitle = "Rico Ullmann" + #copyright = "© 2021 Jane Doe. Some rights reserved." + name = "ico_ullmann" + img = "img/rullmann.jpg" + icon = "img/man.png" + quote = "A nice quote that you like that describes the beautiful person you are." + description= "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Venenatis urna cursus eget nunc scelerisque viverra mauris in aliquam. Quis risus sed vulputate odio ut. Sed turpis tincidunt id aliquet risus feugiat in ante metus. Bibendum at varius vel pharetra vel turpis. Semper viverra nam libero justo laoreet sit amet cursus. Mauris a diam maecenas sed enim ut sem." + licenseUrl = "" -[params] - author = "Rico Ullmann" - email = "rico@ullmann.space" - description = "Landing Page" - bio = "Friendly nerd with his Thinkpad. Fedora and monitoring fanboy. For a living? IT Consultant/Project Manager." - avatar = "img/rullmann.jpg" - favicon = "img/favicon.ico" - error404 = "There is no such page." + # Social icons + [[params.social]] + name = "dev" + url = "https://git.ullmann.space" - [params.contact] - fedora = "https://copr.fedorainfracloud.org/coprs/rullmann/" - git = "https://git.ullmann.space" - github = "https://github.com/rullmann" - mastodon = "https://chaos.social/@stillbeben" - twitter = "https://twitter.com/stillbeben" - xing = "https://www.xing.com/profile/Rico_Ullmann4" - linkedin = "https://www.linkedin.com/in/rico-ullmann-1712067b/" + [[params.social]] + name = "github" + url = "https://github.com/rullmann" + [[params.social]] + name = "twitter" + url = "https://twitter.com/stillbeben" + + [[params.social]] + name = "xing" + url = "https://www.xing.com/profile/Rico_Ullmann4" + + [[params.social]] + name = "linkedin" + url = "https://www.linkedin.com/in/rico-ullmann-1712067b/" + +[menu] + [[menu.main]] + identifier = "about" + name = "About" + url = "about" + + [[menu.main]] + identifier = "posts" + name = "Posts" + url = "post/" + + [[menu.main]] + identifier = "wiki" + name = "Wiki" + url = "none" + +[markup] + defaultMarkdownHandler = "goldmark" + [markup.asciidocExt] + backend = "html5" + docType = "article" + extensions = [] + failureLevel = "fatal" + noHeaderOrFooter = true + safeMode = "unsafe" + sectionNumbers = false + trace = false + verbose = true + workingFolderCurrent = false + [markup.asciidocExt.attributes] + [markup.blackFriday] + angledQuotes = false + footnoteAnchorPrefix = "" + footnoteReturnLinkContents = "" + fractions = true + hrefTargetBlank = false + latexDashes = true + nofollowLinks = false + noreferrerLinks = false + plainIDAnchors = true + skipHTML = false + smartDashes = true + smartypants = true + smartypantsQuotesNBSP = false + taskLists = true + [markup.goldmark] + [markup.goldmark.extensions] + definitionList = true + footnote = true + linkify = true + strikethrough = true + table = true + taskList = true + typographer = true + [markup.goldmark.parser] + attribute = true + autoHeadingID = true + autoHeadingIDType = "github" + [markup.goldmark.renderer] + hardWraps = false + unsafe = false + xhtml = false + [markup.highlight] + codeFences = true + guessSyntax = false + hl_Lines = "" + lineNoStart = 1 + lineNos = false + lineNumbersInTable = true + noClasses = true + style = "monokai" + tabWidth = 4 + [markup.tableOfContents] + endLevel = 3 + ordered = false + startLevel = 2