/ hugo.toml
hugo.toml
 1  baseURL = 'https://le-pri.me/'
 2  languageCode = 'en-uk'
 3  title = 'Le’'
 4  
 5  [taxonomies]
 6  tag = "tags"
 7  
 8  [markup.goldmark.renderer]
 9  unsafe = true
10  
11  [markup.highlight]
12  lineNumbersInTable = false
13  noClasses          = false
14  style              = 'witchhazel'
15  
16  [module]
17  [[module.mounts]]
18      source = "assets"
19      target = "assets"
20  [[module.mounts]]
21      source = "fontawesome-free-6.7.2-web/scss"
22      target = "assets/scss/libs/fontawesome"
23  [[module.mounts]]
24      source = "static"
25      target = "static"
26  [[module.mounts]]
27      source = "fontawesome-free-6.7.2-web/webfonts"
28      target = "static/libs/fontawesome/webfonts"
29  [[module.mounts]]
30      source = "fontawesome-free-6.7.2-web/svgs"
31      target = "static/libs/fontawesome/svgs"