blob: c84f52bceed2e82a62c7b2abfb74a0b5129e84de (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
baseURL = 'https://danix.xyz/'
title = 'danilo m.'
locale = 'en-US'
# Sections
[outputs]
home = ['HTML', 'RSS']
section = ['HTML']
page = ['HTML']
[markup]
[markup.highlight]
codeFences = true
lineNos = false
tabWidth = 2
# Style: monokai - customize colors in layout files and CSS
style = 'monokai'
noClasses = false
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
# Menus
[[menu.main]]
name = 'articles'
pageRef = '/articles'
weight = 10
[[menu.main]]
name = 'about'
pageRef = '/is'
weight = 20
[[menu.main]]
name = 'contact'
pageRef = '/is/here'
weight = 30
# Content sections
[params]
description = 'Writing about IT, life, and the things that matter.'
author = 'Danilo M.'
avatar = 'DM' # Can be image path or initials
|