summaryrefslogtreecommitdiff
path: root/config/_default/hugo.toml
blob: ee3d778c4bbe433e6d43c5ccc045098bc9ccb938 (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://michal.sapka.me'
languageCode = 'en-us'
title = "Michał Sapka's website"
tagline = "Hello do Michał's weblog!"

theme = "sapka-2024"


[params]
  defaultDescription = "Welcome to my blog!"
  repoUrl = "https://michal.sapka.me/git/mms/site"

  [author]
    name = "mms"
    email = "webmaster@michal.sapka.me"

[taxonomies]
  category = 'category'

[outputs]
   home     = [ "HTML", "RSS" ]
   term     = [ "HTML" , "RSS" ]
   taxonomy = [ "HTML",  "RSS" ] 

[markup]
  defaultMarkdownHandler = "goldmark"
  [goldmark]
    [extensions]
      footnote = true