-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
46 lines (39 loc) · 943 Bytes
/
hugo.toml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
baseURL = 'https://writeblankspace.netlify.app/'
languageCode = 'en-us'
title = 'Write_'
theme = 'mytheme'
capitalizeListTitles = false
summaryLength = 30
enableGitInfo = true
[params]
baseURL = 'writeblankspace.netlify.app'
username = 'writeblankspace'
displayName = 'a mercurial mess of random thoughts'
socialURL = 'https://plasmatrap.com/@writeblankspace'
gitURL = 'https://github.com/writeblankspace/theblankspace'
css = 'style.css'
[menus]
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Posts'
pageRef = '/posts/'
weight = 20
[[menus.main]]
name = 'Tags'
pageRef = '/tags/'
weight = 30
[[menus.main]]
name = 'Timeline'
pageRef = '/timeline/'
weight = 40
[frontmatter]
lastmod = ['lastmod', 'date', 'publishdate', 'pubdate', 'published', ':default']
[pagination]
pagerSize = 5
[markup.goldmark.renderer]
unsafe = true
[security]
enableInlineShortcodes = true