-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
46 lines (38 loc) · 786 Bytes
/
config.toml
File metadata and controls
46 lines (38 loc) · 786 Bytes
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
languageCode = 'en-us'
title = 'Eric Fritz'
baseurl = 'https://eric-fritz.com'
googleAnalytics = 'UA-24421005-1'
paginate = 1000
[permalinks]
posts = '/:slug'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
style = "github"
lineNos = true
noClasses = true
[params]
author = 'Eric Fritz'
dateformat = '01.02.2006'
index_page = '/articles/'
[params.social]
email = 'eric@eric-fritz.com'
github = 'efritz'
[[menu.main]]
name = 'articles'
identifier = 'articles'
weight = 100
url = '/articles/'
[[menu.main]]
name = 'papers'
identifier = 'papers'
weight = 200
url = '/papers/'
[[menu.main]]
name = 'resume'
identifier = 'resume'
weight = 400
url = '/resume/'