-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
48 lines (42 loc) · 1.39 KB
/
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
44
45
46
47
48
baseURL = "https://d3cima.com/"
languageCode = "en-us"
title = "Decima - blog"
theme = "hugo-kiera"
copyright = "Copyright © 2020 - D3cima"
canonifyurls = true
paginate = 3
summaryLength = 30
enableEmoji = true
pygmentsCodeFences = true
[author]
name = "Henri LARGET" #Author name
github = "decima" #Github username
linkedin = "d3cima" #LinkedIn username
twitter = "d3cima" #Twitter username
stackoverflow = "/users/3717767/d3cima" #StackOverflow username
[params]
tagline = "Developer, musician, RPG dm"
description = "My blog about Dev, music and gaming."
images = ["https://www.gravatar.com/avatar/e0922cc7660b5ba1ad72e5c36ea673ef.jpg?s=500"] #This is used for opengraph/twitter cards.
customCSS = ["/css/custom.css"] #Optional Customised CSS
#favicon = ""
utterancesRepo = "decima/blog"
utterancesIssueTerm = "pathname"
homepageLength = 10
commentAutoload = true #This mean reader don't need click, disqus comment autoload
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# uncomment to enable the Tags link on the main toolbar
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"
weight = 1
# uncomment to enable the Categories link on the main toolbar
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories"
weight = 1