-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
108 lines (98 loc) · 2.91 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
baseURL: "https://karthikgkumar.netlify.app/"
languageCode: en-us
title: Karthik G Kumar
theme: PaperMod
menu:
main:
- identifier: home
name: Home
url: /
weight: 10
- identifier: blog
name: Blog
url: /blog
weight: 20
- identifier: AI_projects
name: AI
url: /ai_projects
weight: 20
- identifier: projects
name: Projects
url: /projects
weight: 30
- identifier: experience
name: Experience
url: /experience
weight: 40
- 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:
# theme
showToc: true
TocOpen: false
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
hideMeta: false
ShowShareButtons: true
ShowPostNavLinks: true
# for enchanced SEO
env: production
# Home Page
profileMode:
enabled: true
title: "Karthik G Kumar"
subtitle: "Hi 👋! I'm Karthik G Kumar, currently pursuing my [**BTech in Computer Science and Engineering**](https://www.mec.ac.in/) at the esteemed Government Model Engineering College. I am also interning as AI Engineer at PathOr platforms. I am captivated by the realm of AI and Data Science practices, seeking to revolutionize how we deploy applications in the modern era. AI Agent creations, API creations, Exploratory Data Analysis, Feature Engineering, Model Deployment are some of my favourite Areas.
Currently, learning Deep Learning. My unwavering curiosity and drive push me to explore fresh avenues to redefine technological frontiers. During my leisure hours, I channel my creativity into crafting engaging YouTube 🎬 videos, writing blogs and do community works."
imageUrl: "home/karthik_pro.jpg"
imageWidth: 220
imageHeight: 300
# buttons:
# - name: Resume
# url: ""
# 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: "email"
url: "mailto:[email protected]"
- name: "linkedin"
url: "https://www.linkedin.com/in/karthik-g-kumar"
- name: "github"
url: "https://github.com/karthikgkumar"
- name: "youtube"
url: "https://www.youtube.com/@engineeringchettan"
- name: "Resume"
url: "https://drive.google.com/file/d/1N5wfD_JgVa_C1huHdq0H9jbMP1OwnHh3/view?usp=sharing"
# 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