-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
71 lines (60 loc) · 1.47 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
baseURL = "https://albilaga.id"
languageCode = "id"
DefaultContentLanguage = "id"
title = "Albilaga Blog"
summarylength = 10
enableEmoji = true
enableRobotsTXT = true
[params]
favicon = "images/favicon.icon"
mainSections = ["posts"]
author = "Albilaga"
profilePicture = "images/avatar.png"
## Math settings
[params.math]
enable = false
use = "katex"
## Social links
[[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-bluesky"
title = "bluesky"
url = "https://bsky.app/profile/albilaga.id"
[[params.socialIcons]]
icon = "fab fa-x-twitter"
title = "Twitter"
url = "https://x.com/albilaga"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:[email protected]"
[languages]
[languages.id]
weight = 1
params.title = "Hai, saya Albilaga"
params.description = "Software engineer dari Malang"
languageName = "Indonesia"
[languages.en]
weight = 2
params.title = "Hi, I am Albilaga"
params.description = "A software engineer based in Malang"
languageName = "English"
[imaging]
[imaging.exif]
disableDate = true
disableLatLong = true
excludeFields = ''
includeFields = ''
[module]
# uncomment line below for temporary local development of module
# replacements = "github.com/lxndrblz/anatole -> ../../anatole"
[[module.imports]]
path = "github.com/lxndrblz/anatole"
disable = false