aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 7cb9aa235d190d7a6d92033990aa00c8f8d3043d (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
baseURL = 'https://mitjafelicijan.com/'
languageCode = 'en-us'
title = 'Mitja Felicijan'

# Theme selction.
theme = 'simple'

# Makes url's have '.html' at the end.
uglyurls = true

[params]
  description = 'You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.'

[permalinks]
  posts = ':title'
  # pages = ':title'

[author]
  name = 'Mitja Felicijan'

[markup]
  [markup.tableOfContents]
    endLevel = 3
    ordered = false
    startLevel = 2

  [markup.goldmark.renderer]
    unsafe = true

  [markup.highlight]
    style = 'github'