title = "Researcher" baseURL = "https://example.com" theme = "researcher" disableKinds = ["taxonomy", "term"] enableEmoji = true math = false # enable KaTeX (https://katex.org/) globally googleAnalytics = "" # add your tracking id [params] author = "Olivier Roques" description = "A simple monospaced resume theme for Hugo." 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" [params.style] # appearance options (can be omitted) fontFamily = "Inconsolata" fontSize = "14pt" pageWidth = "750px" avatarSize = "90px" colorBlack = "#222222" colorRed = "#dc3545" [[params.socialIcons]] icon = "fab fa-twitter" title = "Twitter" url = "https://twitter.com/" [[params.socialIcons]] icon = "fas fa-envelope" title = "E-mail" url = "mailto:mail@example.com" [[params.socialIcons]] icon = "ai ai-google-scholar" title = "Scholar" url = "https://scholar.google.com/" [permalinks] "/" = "/:filename" [menu] [[menu.main]] name = "About" url = "/about" weight = 1 [[menu.main]] name = "Resume" url = "/resume.pdf" # 'pre' and 'post' hooks are available # here we use an icon from Bootstrap https://icons.getbootstrap.com/ pre = ' ' weight = 2 [[menu.main]] name = "Contact" url = "/contact" weight = 3 [markup.goldmark.renderer] unsafe = true # allow raw HTML in markdown files