-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
112 lines (96 loc) · 2.48 KB
/
config.yaml
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
baseURL: "https://requi3m.netlify.app"
languageCode: en-us
title: Blind Guys Paradise
theme: PaperMod
menu:
main:
- identifier: home
name: Home
url: /
weight: 10
- identifier: blog
name: Blog
url: /blog
weight: 20
- identifier: about
name: About
url: /about
weight: 30
- identifier: Learning
name: Learning
url: /Learning
weight: 30
- identifier: search
name: Search
url: /search
weight: 50
# - identifier: tags
# name: Tags
# url: /tags
# weight: 60
# - identifier: notes
# name: Notes
# url: https://notes.arkalim.org
# weight: 70
params:
author: Ishaan Adarsh
description: Portfolio and Blog
# theme
showToc: true
TocOpen: false
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
hideMeta: false
# for enchanced SEO
env: production
homeInfoParams:
Title: Welcome
Content: >-
- My name is Ishaan Adarsh, I write about my tech journey and some other dumb stuff.
-
- i'm an aspiring corporate robot who likes to code occasionally. In my spare time, I enjoy playing video games, watching old irrelevant movies, and staring into the vast nothingness.
# List View
hideDescriptionInList: false
# cover image for posts
cover:
hiddenInList: false # hide on list pages and home
hiddenInSingle: false # hide on single page
socialIcons:
- name: "github"
url: "https://github.com/IshaanAdarsh"
- name: "linkedin"
url: "https://www.linkedin.com/in/ishaan-adarsh-161a56222/"
- name: "stackoverflow"
url: "https://stackoverflow.com/users/18317047/ishaan-adarsh"
- name: "mastodon"
url: "https://mastodon.social/@Requi3m"
- name: "email"
url: "mailto:[email protected]"
- name: "instagram"
url: "https://www.instagram.com/ishaan_adarsh_/"
- name: "twitter"
url: "https://twitter.com/ishaanad9"
- name: "spotify"
url: "https://open.spotify.com/user/31ydbo4w6agefxdsxauswpkav4ba"
- name: "discord"
url: "discordapp.com/users/475269529346375693"
# text search
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
# for search using Fuse.js
outputs:
home:
- HTML
- RSS
- JSON
# allow HTML in MD
markup:
goldmark:
renderer:
unsafe: true