-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
53 lines (45 loc) · 1.13 KB
/
config.toml
File metadata and controls
53 lines (45 loc) · 1.13 KB
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
baseURL = 'https://pablosproject.com'
languageCode = 'en-us'
title = 'Paolo Tagliani'
theme = "researcher"
disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT"]
enableEmoji = true
math = false # enable KaTeX (https://katex.org/) globally
googleAnalytics = "" # add your tracking id
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[languages]
[languages.en]
languageName = "English"
languageCode = "en-us"
weight = 1
[languages.it]
languageName = "Italiano"
languageCode = "it-it"
weight = 2
[params]
author = "Paolo Tagliani"
favicon = "favicon.svg" # path to favicon
[params.style] # appearance options (can be omitted)
fontFamily = "Inconsolata"
pageWidth = "750px"
avatarSize = "90px"
colorBlack = "#000000"
colorRed = "#dc3545"
[permalinks]
"/" = "/:slug"
[menu]
[[menu.main]]
name = "About"
url = "/"
weight = 1
[[menu.main]]
name = "Blog"
url = "/blog"
weight = 2
[[menu.main]]
name = "Works"
url = "/works"
weight = 3
[markup.goldmark.renderer]
unsafe = true # allow raw HTML in markdown files