-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
81 lines (70 loc) · 2.88 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
---
commandOptions:
neofetch:
- title: Name
value: Kishor Viswanathan
- title: Job Title
value: Site Reliability Engineer
- title: Organisation
value: Truecaller
- title: Skills
value: Linux, Kubernetes, Cloud Infrastructure
- title: Email
value: developer[dot]kishor[at]gmail.com
# Virtual directory structure
files:
home:
kishorv06:
about:
education.yaml: |
---
# Educational details
Education:
- Course: B.Tech in Computer Science & Engineering
University: APJ Abdul Kalam Technological University
Institution: College of Engineering, Cherthala
Year: 2015-2019
experiences.yaml: |
---
# Professional Experiences
Jobs:
Truecaller:
- Position: Site Reliability Engineer
Duration: July 2022 - Present
- Position: Associate Infrastructure Engineer
Duration: Mar 2020 - July 2022
- Position: Intern - Platform & Infrastructure
Duration: Sep 2019 - Mar 2020, 6 Months
MicroID:
- Position: Co-Founder
Duration: Jan 2017
Syscort:
- Position: Freelance Android Developer
Duration: Feb 2016 - Oct 2016, 9 months
social_links.yaml: |
---
# Social Media Links
Contacts:
- Type: Email
Value: developer[dot]kishor[at]gmail.com
- Type: Github
Value: https://github.com/kishorv06
- Type: Linkedin
Value: https://www.linkedin.com/in/kishorv06
- Type: Telegram
Value: @kishorv06
README.md: |
Hi there !
==========
I'm **Kishor**. A DevOps Engineer and Linux enthusiast. I have built this website from scratch to look and feel like a Linux terminal.
If you are familiar with Linux, you should be able to navigate just like how you would do in a terminal. Some basic commands like `cd`, `ls`, `cat` etc. are available. Run `help` to see the full set of commands.
Inspiration
===========
* [ohmyzsh](https://ohmyz.sh) - An open source, community-driven framework for managing Zsh configuration.
* [iTerm2](https://iterm2.com) - A better terminal for MacOS.
* [neofetch](https://github.com/dylanaraps/neofetch) - Command line system information tool.
Libraries Used
==============
* [JQuery](https://jquery.com) - A fast, small and feature-rich Javascript library.
* [highlight.js](https://highlightjs.org) - A javascript library for syntax highlighting.
* [js-yaml](https://github.com/nodeca/js-yaml) - YAML parser written for Javascript.