blob: 6986fe13e88ebd0f0ea37aa9c3b47f3c95058c3eba152d73d1213020f695a9e6 (
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 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"
[markup]
_merge = "deep"
[taxonomies]
tag = "tags"
|