-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (37 loc) · 864 Bytes
/
config.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
baseURL = "https://enconn.fr"
languageCode = "en-us"
title = "Enconn"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
[Params]
subtitle = "A concentrate of random tech stuff, free software development and travel logs"
logo = "img/avatar-icon.png"
favicon = "img/favicon.ico"
dateFormat = "January 2, 2006"
mainSections = ["blog"]
commit = false
rss = true
comments = true
selfHosted = true
useHLJS = true
[Author]
name = "Sébastien Blin"
website = "https://enconn.fr"
email = "contact@enconn.fr"
github = "AmarOk1412"
twitter = "AmarOk1412"
mastodon = "mastodon.social/@amarok"
[[menu.main]]
name = "Blog"
url = "blog/"
weight = 1
[[menu.main]]
name = "Logs"
url = "logs/"
weight = 2
[[menu.main]]
name = "About"
url = "about/"
weight = 3