blob: c7695f8a495d8e918a603472deb4489101714c3d9683b7c51c39c907c9afa88c (
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
|
theme = "journal"
baseURL = "https://nicholasjohnson.ch"
title = "Nicholas Johnson"
copyright = "Copyright © 2020-{currentYear} Nicholas Johnson. CC BY-SA 4.0."
locale = "en-us"
disablePathToLower = true
rssLimit = 20
enableEmoji = true
cleanDestinationDir = true
ignoreFiles = ['templates/logo\.txt$']
disableHugoGeneratorInject = true
timeZone = "UTC"
[permalinks]
entry = "/:year/:month/:day/:contentbasename"
[markup]
_merge = "deep"
[minify]
minifyOutput = true
[taxonomies]
tag = "tags"
[menu]
[[menu.main]]
name = "About Page"
url = "/about/"
weight = 1
|