-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
53 lines (43 loc) · 1.46 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
baseURL = 'https://LiuShuoJiang.github.io'
languageCode = 'en-us'
title = "Shuojiang"
theme = "hugo-theme-relearn-7001"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "SEARCH"]
[params]
mathJaxInitialize = "{ \"chtml\": { \"displayAlign\": \"left\" } }"
themeVariant = [ "neon", "relearn-bright" ]
[markup]
[markup.highlight]
# if `guessSyntax = true`, there will be no unstyled code even if no language
# was given BUT Mermaid and Math codefences will not work anymore! So this is a
# mandatory setting for your site if you want to use Math codefences
guessSyntax = false
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub"
identifier = "ds"
url = "https://github.com/LiuShuoJiang"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-camera'></i> LinkedIn"
url = "https://www.linkedin.com/in/shuojiang-liu/"
weight = 11
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-camera'></i> Hugging Face"
url = "https://huggingface.co/shuojiang"
weight = 11
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> XJTU AI"
url = "https://huggingface.co/XJTU-AI"
weight = 20
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-tags'></i> Algorithm Notes"
url = "https://liushuojiang.github.io/algorithm-notes/"
weight = 40
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-tags'></i> Numerical Notes"
url = "https://liushuojiang.github.io/Numerical-Linear-Algebra/"
weight = 40
[markup.goldmark.renderer]
unsafe = true