summaryrefslogtreecommitdiff
path: root/config/_default/config.toml
blob: 4c6425281cf0c5e3261f2bd140ecce110cd0ffe15c9d9f867ed883792f0ad5fd (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
39
40
theme = "journal"
baseURL = "https://nicholasjohnson.ch"
title = "Nicholas Johnson"
copyright = "Copyright © 2020-{currentYear} Nicholas Johnson. CC BY-SA 4.0."
languageCode = "en-us"
disablePathToLower = true
rssLimit = 20
enableEmoji = true
cleanDestinationDir = true
ignoreFiles = ['templates/logo\.txt$']

[author]
  name = "Nicholas Johnson"

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

[markup]
  _merge = "deep"

[taxonomies]
  tag = "tags"

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