blob: ab08498c04678040b769c62f7cd761f3aa190b332580cf4729888cfed50fbc57 (
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 = ['templates/logo\.txt$']
[author]
name = "Nicholas Johnson"
email = "nick@nicholasjohnson.ch"
[permalinks]
entry = "/:year/:month/:day/:filename"
[markup]
_merge = "deep"
[taxonomies]
tag = "tags"
|