-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
82 lines (76 loc) · 1.94 KB
/
config.yml
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
baseURL: 'https://plutonium-239.github.io/'
languageCode: en-us
title: pu239's page
theme: PaperMod
menu:
main:
- identifier: about
name: about me
url: /about/
weight: 1
- identifier: publications
name: publications
url: /publications/
weight: 2
- identifier: projects
name: projects
url: /projects/
weight: 3
- identifier: other_stuff
name: other stuff
url: /other_stuff/
weight: 4
params:
env: production
defaultTheme: dark
ShowBreadCrumbs: true
descripion: "All my projects, publications, etc. are listed here."
# disableAnchoredHeadings: true
images: ["https://plutonium-239.github.io/bmth+av.png"]
label:
icon: /bmth+av.png
iconHeight: 40
profileMode:
enabled: true
title: "Samarth Bhatia's Homepage" # optional default will be site title
subtitle: "All my projects, publications, etc. are listed here."
imageUrl: /bmth+av.png # optional
# imageTitle: "<title of image as alt>" # optional
imageWidth: 120 # custom size
imageHeight: 120 # custom size
buttons:
- name: about me
url: /about/
- name: publications
url: /publications/
- name: projects
url: /projects/
- name: other stuff
url: /other_stuff/
socialIcons: # optional
# - name: "scholar"
# url: "<link>"
- name: "github"
url: "https://github.com/plutonium-239"
- name: "googlescholar"
url: "https://scholar.google.com/citations?hl=en&user=fUth5o4AAAAJ&view_op=list_works&sortby=pubdate"
assets:
favicon: /bmth+av_round.png
analytics:
google:
SiteVerificationTag: m8D5EaRXMmbmTIrarfEuOk3y54T12n_B7OD5D9k-fR4
markup:
goldmark:
# Add math compatibility
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
enable: true