summaryrefslogtreecommitdiff
path: root/config/_default/config.toml
blob: 444e95348b798bc40148cccebb5cbf1198cbcc0207c435d499eeceded1d88f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"