This commit is contained in:
Sanchit Gulati 2024-04-05 12:07:44 +02:00
parent 88378f6169
commit 3d0f28f4fe
17 changed files with 131 additions and 23 deletions

View File

@ -9,51 +9,63 @@ theme: jekyll-theme-chirpy
lang: en
# Change to your timezone https://kevinnovak.github.io/Time-Zone-Picker
timezone:
timezone: Europe/Amsterdam
# jekyll-seo-tag settings https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------
title: Chirpy # the main title
title: jion_in # the main title
tagline: A text-focused Jekyll theme # it will display as the sub-title
tagline: Hi, I'm @sanchitgulati # it will display as the sub-title
description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
I'm interested in software product development, AI, data visualizations, research, engineering, and game dev.
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
url: "jion.in"
github:
username: github_username # change to your github username
username: sanchitgulati # change to your github username
twitter:
username: twitter_username # change to your twitter username
username: sanchitgulati # change to your twitter username
social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: your_full_name
email: example@domain.com # change to your email address
name: Sanchit Gulati
email: sanchit.gulati@gmail.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your twitter homepage
- https://github.com/username # change to your github homepage
- https://twitter.com/sanchitgulati # change to your twitter homepage
- https://github.com/sanchitgulati # change to your github homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
google_site_verification: # fill in to your verification string
# Site Verification Settings
webmaster_verifications:
google: # fill in your Google verification code
bing: # fill in your Bing verification code
alexa: # fill in your Alexa verification code
yandex: # fill in your Yandex verification code
baidu: # fill in your Baidu verification code
facebook: # fill in your Facebook verification code
# ↑ --------------------------
# The end of `jekyll-seo-tag` settings
google_analytics:
id: # fill in your Google Analytics ID
# Web Analytics Settings
analytics:
google:
id: # fill in your Google Analytics ID
goatcounter:
id: # fill in your GoatCounter ID
goatcounter:
id: # fill in your Goatcounter ID
# Pageviews settings
pageviews:
provider: # now only supports 'goatcounter'
# Prefer color scheme setting.
#
@ -73,10 +85,10 @@ theme_mode: # [light | dark]
# will be added to all image (site avatar & posts' images) paths starting with '/'
#
# e.g. 'https://cdn.com'
img_cdn:
img_cdn: ""
# the avatar on sidebar, support local or CORS resources
avatar:
avatar: "/assets/img/sanchit/pic.jpg"
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
@ -86,8 +98,9 @@ social_preview_image: # string, local or CORS resources
toc: true
comments:
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
# The active options are as follows:
# Global switch for the post comment system. Keeping it empty means disabled.
provider: # [disqus | utterances | giscus]
# The provider options are as follows:
disqus:
shortname: # fill with the Disqus shortname. https://help.disqus.com/en/articles/1717111-what-s-a-shortname
# utterances settings https://utteranc.es/
@ -101,6 +114,7 @@ comments:
category:
category_id:
mapping: # optional, default to 'pathname'
strict: # optional, default to '0'
input_position: # optional, default to 'bottom'
lang: # optional, default to the value of `site.lang`
reactions_enabled: # optional, default to the value of `1`

2
_data/authors.yml Normal file
View File

@ -0,0 +1,2 @@
sanchit:
name: Sanchit Gulati

View File

@ -1 +0,0 @@

40
_posts/2024-04-04-Ahoy.md Normal file
View File

@ -0,0 +1,40 @@
---
title: Boat & Conundrum
description: Mobile game that offers simple yet challenging gameplay mechanics, vibrant visuals, and a charming aesthetic that appeals to players of all ages.
author: [sanchit]
date: 2024-04-04
categories: [Gaming]
tags: [Mobile Game, Puzzle, Adventure]
pin: true
image:
path: /assets/04-04-2024/3.png
alt: Boat & Conundrum Game Logo
---
# Boat & Conundrum
**Age:** Born 2024, Q1
**Price:** 3 Euro IAP
**Breed:** Poodle
**Platform:** [Get it on Google Play](https://play.google.com/store/apps/details?id=in.caffeinism.ahoy)
---
## About
*Boat & Conundrum* is a mobile game that offers simple yet challenging gameplay mechanics, vibrant visuals, and a charming aesthetic that appeals to players of all ages.
---
## Lore
As players embark on their journey in the puzzle game, they assume the role of Captain Blackwood, commanding her trusty steam-powered wooden ship, the "Aether Voyager." Their mission: to navigate the treacherous waters surrounding Arcanus, solving intricate puzzles and overcoming challenges to collect all the treasures scattered across the island shores.
## Video
{% include embed/youtube.html id='zmjtnhzDOBQ' %}
---
## About the Developer
I'm Sanchit Gulati, the sole developer behind this game. This project marks the beginning of what I hope will be a collection of diverse products, perhaps even more games, all geared towards fueling my morning coffee and indulging in freshly baked croissants.

View File

@ -2,7 +2,36 @@
# the default layout is 'page'
icon: fas fa-info-circle
order: 4
mermaid: true
---
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
{: .prompt-tip }
## Mermaid SVG
```mermaid
graph TD
A[Birth] --> B[Learn to Code]
B --> C[Hello, World!]
C --> D[Stack Overflow Addiction]
D --> E[Syntax Errors]
E --> F[Debugging Hell]
F --> G[First Successful Build]
G --> H[Imposter Syndrome]
H --> I[Endless Coffee]
I --> J[Hackathon Victory]
J --> K[Open Source Contributions]
K --> L[Pull Request Merged]
L --> M[New Framework]
M --> N[Dependency Hell]
N --> O[Scope Creep]
O --> P[Deadline Panic]
P --> Q[Deploy to Production]
Q --> R[Server Crashes]
R --> S[Blame the Intern]
S --> T[Code Review]
T --> U[Refactor Everything]
U --> V[Feature Creep]
V --> W[Scope Shrinkage]
W --> X[Legacy Code]
X --> Y[Documentation Abyss]
Y --> Z[Retirement Party]
```

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
assets/04-04-2024/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
assets/04-04-2024/ahoy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1,22 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="128.000000pt" height="128.000000pt" viewBox="0 0 128.000000 128.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,128.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M731 1017 c-55 -28 -54 -87 1 -106 67 -24 117 55 62 98 -31 24 -32
25 -63 8z"/>
<path d="M552 1000 c-23 -22 -22 -52 4 -81 50 -55 138 17 93 75 -25 32 -66 34
-97 6z"/>
<path d="M620 842 c-91 -71 -111 -117 -116 -280 -3 -115 -6 -129 -25 -144 -31
-26 -74 -23 -103 8 l-24 27 -46 -19 c-55 -23 -58 -40 -16 -88 87 -99 235 -102
338 -8 l34 31 1 245 c0 135 -2 248 -4 250 -3 3 -20 -7 -39 -22z"/>
<path d="M692 626 l1 -245 59 -57 58 -57 0 54 c1 45 1 496 0 537 0 8 -19 12
-60 12 l-59 0 1 -244z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1010 B

BIN
assets/img/sanchit/pic.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB