Skip to content

Commit 436f8e1

Browse files
committed
Add new blog
1 parent 3beec54 commit 436f8e1

File tree

9 files changed

+541
-361
lines changed

9 files changed

+541
-361
lines changed

content/posts/draft-0013.md renamed to content/posts/post-0013.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = 'Mobile App Development with React Native'
33
date = '2025-10-25T09:28:00+05:30'
4-
draft = true
4+
draft = false
55
categories = ["Mobile"]
66
tags = ["React Native", "Mobile Development", "JavaScript", "iOS", "Android"]
77
+++

public/categories/index.html

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343

4444
<meta itemprop="name" content="Categories">
4545
<meta itemprop="description" content="I&#39;m Sanajit Jana, a Full Stack Software Developer specializing in Java, Spring Boot, and Microservices. I build scalable and high-performance web applications using MySQL, PostgreSQL, Kafka, Docker, and AWS. Passionate about backend architecture, API development, cloud computing, and UI/UX design.">
46-
<meta itemprop="datePublished" content="2025-10-18T09:27:00+05:30">
47-
<meta itemprop="dateModified" content="2025-10-18T09:27:00+05:30">
46+
<meta itemprop="datePublished" content="2025-10-25T09:28:00+05:30">
47+
<meta itemprop="dateModified" content="2025-10-25T09:28:00+05:30">
4848
<meta itemprop="image" content="http://localhost:1313/images/favicon.ico">
4949

5050

@@ -970,7 +970,7 @@ <h1 class="text-foreground mb-4 text-3xl font-bold">
970970
</svg>
971971
<span>
972972

973-
12 categories total
973+
13 categories total
974974

975975
</span>
976976
</div>
@@ -1008,6 +1008,8 @@ <h1 class="text-foreground mb-4 text-3xl font-bold">
10081008

10091009

10101010

1011+
1012+
10111013

10121014

10131015

@@ -1263,6 +1265,30 @@ <h1 class="text-foreground mb-4 text-3xl font-bold">
12631265

12641266

12651267

1268+
<a
1269+
href="/categories/mobile/"
1270+
class="bg-card border-border group text-base hover:bg-primary/10 hover:text-primary hover:border-primary/50 focus:ring-primary/20 inline-flex items-center gap-2 rounded-lg border px-3 py-2 transition-all duration-300 ease-out hover:-translate-y-0.5 hover:scale-105 focus:ring-2 focus:outline-none"
1271+
data-taxonomy="category">
1272+
<span
1273+
class="text-foreground group-hover:text-primary font-medium transition-colors duration-200">
1274+
Mobile
1275+
</span>
1276+
<span
1277+
class="bg-primary/10 text-primary rounded-full px-2 py-0.5 text-xs font-medium">
1278+
1
1279+
</span>
1280+
</a>
1281+
1282+
1283+
1284+
1285+
1286+
1287+
1288+
1289+
1290+
1291+
12661292
<a
12671293
href="/categories/security/"
12681294
class="bg-card border-border group text-base hover:bg-primary/10 hover:text-primary hover:border-primary/50 focus:ring-primary/20 inline-flex items-center gap-2 rounded-lg border px-3 py-2 transition-all duration-300 ease-out hover:-translate-y-0.5 hover:scale-105 focus:ring-2 focus:outline-none"

public/categories/index.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
<description>Recent content in Categories on Sanajit Jana | Software Engineer</description>
77
<generator>Hugo</generator>
88
<language>en-US</language>
9-
<lastBuildDate>Sat, 18 Oct 2025 09:27:00 +0530</lastBuildDate>
9+
<lastBuildDate>Sat, 25 Oct 2025 09:28:00 +0530</lastBuildDate>
1010
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>Mobile</title>
13+
<link>http://localhost:1313/categories/mobile/</link>
14+
<pubDate>Sat, 25 Oct 2025 09:28:00 +0530</pubDate>
15+
<guid>http://localhost:1313/categories/mobile/</guid>
16+
<description></description>
17+
</item>
1118
<item>
1219
<title>AI/ML</title>
1320
<link>http://localhost:1313/categories/ai/ml/</link>

public/index.html

Lines changed: 152 additions & 172 deletions
Large diffs are not rendered by default.

public/index.xml

Lines changed: 8 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)