summaryrefslogtreecommitdiffstats
path: root/hugo.toml
blob: b49f651de684927ae362c7860e24cd511f7fa119 (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
45
46
47
48
baseURL = 'https://danix.xyz/'
languageCode = 'en-US'
title = 'danilo m.'
locale = 'en-US'

# Sections
[outputs]
  home = ['HTML', 'RSS']
  section = ['HTML']
  page = ['HTML']

[markup]
  [markup.highlight]
    codeFences = true
    lineNos = false
    guessSyntax = false
    hl_Lines = ""
    hl_inline = false
    tabWidth = 2
    # Style: use 'monokai' as base and customize in 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