diff --git a/config.toml b/config.toml index 0294b8e..8ff55db 100644 --- a/config.toml +++ b/config.toml @@ -1,19 +1,19 @@ -title = "Researcher" +title = "Curriculum Vitae" baseURL = "https://cv.techrelay.xyz" theme = "researcher" disableKinds = ["taxonomy", "term"] enableEmoji = true -math = false # enable KaTeX (https://katex.org/) globally +math = true # enable KaTeX (https://katex.org/) globally googleAnalytics = "" # add your tracking id [params] - author = "Olivier Roques" - description = "A simple monospaced resume theme for Hugo." + author = "Nicholas T. Bennett" + description = "My Personal Curriculum Vitae." favicon = "favicon.ico" # path to a .ico to use as favicon logo = "" # url or path to a logo to put in the header [params.footer] - text = "By Olivier Roques" - url = "https://github.com/ojroques/hugo-researcher" + text = "By Nicholas T. Bennett" + url = "https://techrelay.xyz" [params.style] # appearance options (can be omitted) fontFamily = "Inconsolata" pageWidth = "750px" @@ -27,7 +27,7 @@ googleAnalytics = "" # add your tracking id [[params.socialIcons]] icon = "fas fa-envelope" title = "E-mail" - url = "mailto:mail@example.com" + url = "mailto:nick@nbennett.xyz" [permalinks] "/" = "/:filename"