-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
31 lines (24 loc) · 893 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
baseURL = "http://ll-0013py.github.io/connect-with-me/"
languageCode = "en"
defaultContentLanguage = "en"
theme = "lynx"
googleAnalytics = "G-Y0RBR99HSF"
title = "Connect with Me"
# copyright = "Copy, _right?_ :thinking_face:"
enableEmoji = true
disableKinds = ["taxonomy", "term"]
[params.author]
name = "Ray"
headline = "University student from Japan studying Computer Science and Data Science in Malaysia"
image = "NGC133.jpg"
links = [
{ link = { href = "https://ray-globallife.com/", text = "My Website"} },
{ twitter = "https://twitter.com/ll_0013py" },
{ youtube = "https://www.youtube.com/channel/UC6ljdPxxc12O3BMZzHnJWHg/?sub_confirmation=1" },
{ note-sticky-regular = { href = "https://note.com/ll_0013py/", text = "note" } },
{ github = "https://github.com/ll-0013py" },
]
[module]
[module.hugoVersion]
extended = false
min = "0.86.1"