-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
43 lines (37 loc) · 959 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 = "/"
languageCode = "en-us"
title = "Sutasoma: Journey to Decentralization"
theme = ["ghostwriter", "plausible-hugo"]
relativeURLS=true
summaryLenght = 70
disqusShortname = "sutasoma"
copyright = "Andi Nugroho"
pygmentsUseClasses=true
paginate = "10" # Number of posts per page
[permalinks]
posts = "/:year/:month/:day/:title/"
[Params]
mainSections = ["posts"]
intro = true
headline = "blog"
description = "Decentralize All Things!"
twitter = "https://x.com/AN_CRYPTOs"
email = "[email protected]"
opengraph = true
shareTwitter = true
shareFacebook = true
shareLinkedIn = true
rss = true
dateFormat = "Mon, Jan 2, 2006"
comments = true
[menu]
[[menu.main]]
identifier = "about"
name = "about"
url = "/about/"
weight = -100
[[menu.main]]
identifier = "blog"
name = "all posts"
url = "/posts/"
weight = -110