summaryrefslogtreecommitdiffstats
path: root/hugo.toml
blob: 519eaed63c845de2809dd43f35dce669c2fd2285 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
baseURL = 'https://www.samanthony.xyz/'
languageCode = 'en-us'
title = "Sam Anthony"
theme = 'aoidh'

[params]
  [params.author]
    name = "Sam Anthony"
    email = "sam@samanthony.xyz"

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

  [[menus.main]]
    name = 'Résumé'
    pageRef = 'resume'
    weight = 2

  [[menus.main]]
    name = 'Auto'
    pageRef = '/auto'
    weight = 3

  [[menus.main]]
    name = 'Articles'
    pageRef = '/articles'
    weight = 4

  [[menus.main]]
    name = 'Projects'
    pageRef = '/projects'
    weight = 5

[module]
  [[module.mounts]]
    source = 'modules/fonts/plex/packages/plex-serif/fonts/split/woff2'
    target = 'static/fonts/plex/packages/plex-serif/fonts/split/woff2'

  # Default mounts
  [[module.mounts]]
    disableWatch = false
    source = 'content'
    target = 'content'
    [module.mounts.sites]
      [module.mounts.sites.complements]
      [module.mounts.sites.matrix]
  [[module.mounts]]
    disableWatch = false
    source = 'data'
    target = 'data'
    [module.mounts.sites]
      [module.mounts.sites.complements]
      [module.mounts.sites.matrix]
  [[module.mounts]]
    disableWatch = false
    source = 'layouts'
    target = 'layouts'
    [module.mounts.sites]
      [module.mounts.sites.complements]
      [module.mounts.sites.matrix]
  [[module.mounts]]
    disableWatch = false
    source = 'i18n'
    target = 'i18n'
    [module.mounts.sites]
      [module.mounts.sites.complements]
      [module.mounts.sites.matrix]
  [[module.mounts]]
    disableWatch = false
    source = 'archetypes'
    target = 'archetypes'
    [module.mounts.sites]
      [module.mounts.sites.complements]
      [module.mounts.sites.matrix]
  [[module.mounts]]
    disableWatch = false
    source = 'assets'
    target = 'assets'
    [module.mounts.sites]
      [module.mounts.sites.complements]
      [module.mounts.sites.matrix]
  [[module.mounts]]
    disableWatch = false
    source = 'static'
    target = 'static'
    [module.mounts.sites]
      [module.mounts.sites.complements]
      [module.mounts.sites.matrix]