-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
96 lines (82 loc) · 2.05 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
baseURL = "https://albilaga.id"
languageCode = "id"
DefaultContentLanguage = "id"
title = "Albilaga Blog"
theme = "anatole"
summarylength = 10
enableEmoji = true
enableRobotsTXT = true
# Enable Disqus
#disqusShortname = ""
# Google Analytics
#googleAnalytics = "UA-123-45"
[params]
title = "Hai, saya Albilaga"
author = "Albilaga"
description = "Software engineer dari Malang"
profilePicture = "images/avatar.png"
keywords = ""
favicon = "images/favicon.icon"
customCss = []
customJs = []
mainSections = ["post"]
# images = ["images/site-feature-image.png"]
# Google Site Verification
#googleSiteVerify = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
## Math settings
[params.math]
enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page.
use = "katex" # options: "katex", "mathjax". default is "katex".
## Social links
# use 'fab' when brand icons, use 'fas' when standard solid icons.
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/in/albilaga/"
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/albilaga"
[[params.socialIcons]]
icon = "fab fa-twitter"
title = "Twitter"
url = "https://twitter.com/albilaga"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:[email protected]"
## Menu items
[menu]
#[[menu.main]]
#name = "Beranda"
#identifier = "home"
#weight = 100
#url = "/"
#[[menu.main]]
#name = "Blog"
#weight = 200
#identifier = "posts"
#url = "/post/"
# [[menu.main]]
# name = "Tentang"
# weight = 300
# identifier = "about"
# url = "/about/"
[languages]
[languages.id]
weight = 1
languageName = "Indonesia"
[languages.en]
weight = 2
title = "Hi, I am Albilaga"
description = "A software engineer based in Malang"
languageName = "English"
#[[languages.en.menu.main]]
#url = "/en/"
#name = "Home"
#weight = 100
[[languages.en.menu.main]]
#name = "Blog"
#weight = 200
#identifier = "posts"
#url = "/post/"