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

# Theme selction.
theme = 'simple'

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

# Length of summary.
summaryLength = 5

# Enabling robots.txt.
enableRobotsTXT = true

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

# URL if not specified in a post or a page.
[permalinks]
  posts = ':title'
  pages = ':title'

# Author information.
[author]
  name = 'Mitja Felicijan'

# Additional markup settings.
[markup]
  [markup.tableOfContents]
    endLevel = 5
    ordered = false
    startLevel = 2

  [markup.goldmark.renderer]
    unsafe = true

  [markup.highlight]
    style = 'github'