-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
53 lines (47 loc) · 972 Bytes
/
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
baseURL: "https://examplesite.com/"
title: Nitish Sharma
paginate: 5
theme: PaperMod
minify:
disableXML: true
minifyOutput: true
params:
env: production
ShowReadingTime: true
ShowPostNavLinks: true
profileMode:
enabled: true
title: "Nitish Sharma 👋"
subtitle: "Software Engineer"
imageUrl: "images/me.jpg"
imageTitle: "Nitish Sharma"
imageWidth: 200
imageHeight: 200
socialIcons:
- name: linkedin
url: "https://www.linkedin.com/in/shnitish/"
- name: github
url: "https://github.com/shnitish"
- name: email
url: "mailto:[email protected]"
menu:
main:
- name: Home
url: /
weight: 1
- name: Blog
url: /post/
weight: 2
- name: Projects
url: /projects
weight: 3
- name: About
url: /about/
weight: 4
markup:
highlight:
noClasses: false
codeFences: true
guessSyntax: true
lineNos: true
style: monokai