summaryrefslogtreecommitdiff
path: root/config/_default/config.toml
blob: 02da9f527cfef3e7ba56fdce50c9e17baefa55a90c973453425a5456c405de0d (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 2019-{currentYear} Nicholas Johnson. CC BY-SA 4.0."
languageCode = "en-us"
disablePathToLower = true
rssLimit = 20
enableEmoji = true
cleanDestinationDir = true
ignoreFiles = ['content/templates/logo\.txt$']

[author]
  name = "Nicholas Johnson"
  email = "nick@nicholasjohnson.ch"

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

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

[markup]
  _merge = "deep"