aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
blob: ab94b95014ba5978ca5d1e8beb7fac52cd9d77da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
title = "Researcher"
baseURL = "https://ojroques.github.io"
theme = "researcher"

[params]
  author = "Olivier Roques"
  description = "A Hugo template."
  favicon = "favicon.ico"
  [params.footer]
    text = "By Olivier Roques"
    url = "https://github.com/ojroques/hugo-researcher"

[permalinks]
  "/" = "/:filename"

[menu]
  [[menu.navbar]]
    name = "About"
    url = "/about"
    weight = 1
  [[menu.navbar]]
    name = "Resume"
    url = "/resume.pdf"
    weight = 2
  [[menu.navbar]]
    name = "Contact"
    url = "/contact"
    weight = 3

[markup.goldmark.renderer]
  unsafe= true