summaryrefslogtreecommitdiffstats
path: root/hugo.toml
blob: 51ec89808cfd9a557b39249f8e830d3ba6934a72 (plain) (blame)
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
32
33
34
35
36
baseURL = 'https://www.samanthony.xyz/'
languageCode = 'en-us'
title = 'Sam Anthony'
enableGitInfo = true
relativeURLs = true

[markup.goldmark.renderer]
unsafe = true

[params]
  [params.author]
    name = 'Sam Anthony'
    email = 'sam@samanthony.xyz'
  [params.repo]
    url = 'https://git.samanthony.xyz/samanthony.xyz/'

[menus]
  [[menus.main]]
    name = 'Home'
    pageRef = '/'
    weight = 1

  [[menus.main]]
    name = 'Projects'
    pageRef = '/proj'
    weight = 2

  [[menus.main]]
    name = 'Credentials'
    pageRef = 'creds'
    weight = 3

  [[menus.main]]
    name = 'Notes'
    pageRef = '/notes'
    weight = 4