aboutsummaryrefslogtreecommitdiff
path: root/config/_default/hugo.toml
blob: 2a57aef7d5743adef27eff1a1ad78b5e4726a331a7dfd3cb760c7de146d6c283 (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
32
33
34
35
36
37
38
theme = "journal"
baseURL = "https://nicholasjohnson.ch"
title = "Nicholas Johnson"
copyright = "Copyright © 2020-{currentYear} Nicholas Johnson. CC BY-SA 4.0."
locale = "en-us"
disablePathToLower = true
rssLimit = 20
enableEmoji = true
cleanDestinationDir = true
ignoreFiles = ['templates/logo\.txt$']
disableHugoGeneratorInject = true
timeZone = "UTC"

[permalinks]
  entry = "/:year/:month/:day/:contentbasename"

[markup]
  _merge = "deep"

[minify]
  minifyOutput = true

[taxonomies]
  tag = "tags"

[menu]
  [[menu.main]]
    name = "About Page"
    url = "/about/"
    weight = 1
  [[menu.main]]
    name = "Tags"
    url = "/tags/"
    weight = 2
  [[menu.main]]
    name = "Atom Feed"
    url = "/atom.xml"
    weight = 3