-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
68 lines (61 loc) · 1.65 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
baseURL: 'http://example.org/'
languageCode: en-us
title: Rajat Gupta
theme: PaperMod
params:
env: production
ShowShareButtons: true
ShareButtons: ["linkedin", "twitter"]
ShowReadingTime: true
ShowToc: true
ShowCodeCopyButtons: true
ShowPostNavLinks: true
defaultTheme: auto
assets:
disableHLJS: true
homeInfoParams:
Title: Hello! I'm Rajat 👋
Content: I work as a software dev for a startup building SaaS, constantly learning and improving skills to create high-quality software, I also like to share my experiences.
socialIcons:
- name: "email"
url: "mailto:[email protected]"
- name: "linkedin"
url: "https://www.linkedin.com/in/rajatgupta24/"
- name: "twitter"
url: "https://twitter.com/rajatgtwt"
- name: "github"
url: "https://github.com/rajatgupta24"
- name: "polywork"
url: "https://www.polywork.com/rajatgupta24"
- name: "medium"
url: "https://medium.com/@rajat2411gupta"
editPost:
URL: "https://github.com/rajatgupta24/blog/tree/main/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
markup:
highlight:
# anchorLineNos: true
codeFences: true
guessSyntax: true
lineNos: true
# noClasses: false
style: monokai
menu:
main:
- identifier: about
name: About
url: /about/
weight: 10
- identifier: blogs
name: Blogs
url: /blogs/
weight: 10
- identifier: blogs
name: Blogs
url: /blogs/
weight: 10
- name: Twitter
url: "https://twitter.com/rajatgtwt"
- name: Github
url: "https://github.com/rajatgupta24"