summaryrefslogtreecommitdiff
path: root/config/_default/config.toml
blob: dce2551bdbc84ca2b6246e557a32703faf02358792bbf64164a122c3d0f40fe5 (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
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"
  email = "nick@nicholasjohnson.ch"

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

[markup]
  _merge = "deep"

[taxonomies]
  tag = "tags"