Skip to content

Commit 9886e85

Browse files
committed
Add jsonresume-theme-elegant as a dependency
1 parent 38339f3 commit 9886e85

9 files changed

Lines changed: 1593 additions & 97 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Site settings
33
# -----------------------------------------------------------------------------
44

5-
title: ARC # the website title (if blank, full name will be used instead)
5+
title: # the website title (if blank, full name will be used instead)
66
first_name: Arnav
77
middle_name:
88
last_name: Rastogi
@@ -627,7 +627,7 @@ third_party_libraries:
627627

628628
jekyll_get_json:
629629
- data: resume
630-
json: assets/json/resume.json # it can also be an url
630+
json: https://gist.github.com/ARC345/1803646216d876ace8dd25d5c769b328
631631

632632
jsonresume:
633633
- basics

_data/repos.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

_pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: about
3-
title: about
3+
title:
44
nav: false
55
permalink: /
66
subtitle: <a href="https://micromasters.mit.edu/">MIT MicroMasters</a> | <a href="https://iitj.ac.in">IIT Jodhpur</a> | AI & RL Enthusiast

_pages/cv.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ permalink: /cv/
44
title: cv
55
nav: true
66
nav_order: 5
7-
cv_pdf: example_pdf.pdf # you can also use external links here
8-
description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button.
7+
cv_pdf: example_pdf.pdf
8+
description: This page contains my detailed CV, highlighting my background. You can download a PDF version using the button above.
99
toc:
10-
sidebar: left
10+
sidebar: right
1111
---

_pages/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: projects
44
permalink: /projects/
55
description: A growing collection of your cool projects.
6-
nav: true
6+
nav: false
77
nav_order: 3
88
display_categories: [work, fun]
99
horizontal: false

_pages/repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
permalink: /repositories/
44
title: repositories
5-
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
5+
description: Some of my favourite github repositories and projects.
66
nav: true
77
nav_order: 4
88
---

assets/json/resume.json

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$schema": "https://jsonresume.org/schema",
32
"basics": {
43
"name": "Arnav Rastogi",
54
"image": "",
@@ -9,7 +8,8 @@
98
"url": "https://arnav.rastogi.net.in/",
109
"location": {
1110
"city": "Kanpur",
12-
"country": "India"
11+
"country": "India",
12+
"countryCode": "IN"
1313
},
1414
"profiles": [
1515
{
@@ -94,11 +94,12 @@
9494
{
9595
"name": "Unreal Engine 5 C++ Developer: Learn C++ & Make Video Games",
9696
"issuer": "Udemy",
97-
"url": "https://www.udemy.com/certificate/UC-cd8a7b34-0538-4764-8ae4-c950f48409f9/"
97+
"url": "https://www.udemy.com/certificate/UC-fea889c4-20f2-4758-aeaa-72c459cfd7f5/"
9898
},
9999
{
100100
"name": "Unreal Engine 4 Mastery: Create Multiplayer Games with C++",
101-
"issuer": "Udemy"
101+
"issuer": "Udemy",
102+
"url": "https://www.udemy.com/certificate/UC-cd8a7b34-0538-4764-8ae4-c950f48409f9/"
102103
}
103104
],
104105
"projects": [
@@ -125,11 +126,7 @@
125126
"description": "A 2D game engine built in C++ and OpenGL",
126127
"keywords": ["C++", "OpenGL", "ImGui", "EnTT", "Premake"],
127128
"url": "https://github.com/ARC345/ARC-Engine",
128-
"highlights": [
129-
"Implemented ECS architecture using EnTT",
130-
"Built real-time editor using ImGui",
131-
"Created OpenGL rendering pipeline"
132-
]
129+
"highlights": ["Implemented ECS architecture using EnTT", "Built real-time editor using ImGui", "Created OpenGL rendering pipeline"]
133130
},
134131
{
135132
"name": "Rush",
@@ -171,15 +168,9 @@
171168
"keywords": ["Adventure", "Cultural exploration"]
172169
},
173170
{
174-
"name": "Football",
175-
"icon": "fa-solid fa-futbol",
176-
"keywords": ["Team play", "Strategy"]
171+
"name": "Football",
172+
"icon": "fa-solid fa-futbol",
173+
"keywords": ["Team play", "Strategy"]
177174
}
178-
],
179-
"meta": {
180-
"canonical": "",
181-
"version": "1.0.3",
182-
"lastModified": "2025-11-02",
183-
"author": "Arnav Rastogi"
184-
}
185-
}
175+
]
176+
}

0 commit comments

Comments
 (0)