-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
64 lines (55 loc) · 1.87 KB
/
hugo.toml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
baseURL = 'https://thomas-vergne.fr'
languageCode = 'fr'
title = 'Thomas Vergne'
theme = 'mini'
defaultContentLanguage = "fr"
paginate = 3
hasCJKLanguage = true
ignorefiles = ["_archives"]
# Hugo Configure Markup
# More info: https://gohugo.io/getting-started/configuration-markup#
[markup]
[markup.highlight]
guessSyntax = true
style = "github-dark"
[markup.tableOfContents]
endLevel = 5
ordered = false
startLevel = 1
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# Social links in footer, support github,twitter,stackoverflow,facebook
[social]
# e.g.
github = "https://github.com/thomasvergne"
# Site parameters
[params]
# Site Author
author = 'Thomas Vergne'
bio = 'Concepteur and designer de langages de programmation'
description = "Je suis un développeur Haskell passionné par le design et la conception de langages de programmation. J'écris des articles sur ces sujets et sur la programmation fonctionnelle en général."
# Author biography
# Site Description, used in HTML meat
###########################################
# Optional Configuration
###########################################
# To enable RSS, you could set `enableRSS: true`, default is `true`
enableRSS = true
# To enable table of content, you could set `showToc: true`, default is `false`
showToc = true
# To hidden powerBy message in the page footer, you could set: `showPowerBy: false`, default is `true`
showPowerBy = false
# To enable math typesetting , you could set `math: true`, default is `false`
math = true
# To hidden post summary in home page, you could set `hiddenPostSummaryInHomePage: true`, default is `false`
hiddenPostSummaryInHomePage = true
[cover]
hidden = false # hide everywhere but not in structured data
hiddenInList = false # hide on list pages and home
hiddenInSingle = false # hide on single page
# Extra links in navigation
# links:
## e.g.
# - name: Project
# path: /project