Skip to content

Commit b3cc93a

Browse files
Merge branch 'develop' into feature/RZA-250143
2 parents fbbb0a1 + af6a724 commit b3cc93a

File tree

278 files changed

+4011
-851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+4011
-851
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://help.github.com/ignore-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules/*
4+
**/node_modules/*
55
/.astro/*
66

77
# testing

.vscode/dictionaries/project-words.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
abcdkbd
22
Abhijit
3+
Akshar
34
argmax
45
argmin
56
Ashadha
@@ -48,6 +49,7 @@ kmeans
4849
Kolkata
4950
letterpad
5051
linalg
52+
lintify
5153
lucide
5254
LXXX
5355
Madhyam

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ Created Repo from template
2626
- Added Nakshtra Page
2727
- Home Page Redesign
2828

29+
## [3.2.0] - 2025-07-20
30+
31+
- Added Poem section
32+
33+
## [3.2.2] - 2025-07-21
34+
35+
- Update Storey page images issues
36+
- Mobile view fixed for pages
37+
- FAQs updated
38+
2939
### [Unreleased]
3040

3141
Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
parixan.xyz
1+
abcdkbd.com

README.md

Lines changed: 41 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -26,53 +26,63 @@ Inside of your Astro project, you'll see the following folders and files:
2626

2727
```text
2828
.
29+
├── abcd.code-workspace
2930
├── astro.config.mjs
3031
├── astro-i18next.config.mjs
31-
├── CHANGELOG.MD
32-
├── components.json
32+
├── CHANGELOG.md
33+
├── CNAME
3334
├── docs
34-
│   ├── README.md
35-
│   └── pages.md # Documentation for all pages and their functionality
35+
│   ├── index.html
36+
│   └── README.md
37+
├── guide
38+
│   ├── pages.md
39+
│   ├── style-guide.md
40+
│   └── todo.md
3641
├── jsconfig.json
3742
├── LICENSE
3843
├── package.json
3944
├── package-lock.json
40-
├── postcss.config.js
4145
├── public
42-
│   ├── 192x192.png
43-
│   ├── 512x512.png
44-
│   ├── android-chrome-192x192.png
45-
│   ├── android-chrome-512x512.png
46-
│   ├── apple-touch-icon.png
47-
│   ├── favicon.svg
48-
│   ├── logo-white.svg
49-
│   ├── manifest.webmanifest
50-
│   ├── profile-placeholder.jpg
51-
│   ├── robots.txt
52-
│   ├── sitemap-index.html
46+
│   ├── assets
47+
│   ├── 512x512.png
48+
│   ├── apple-touch-icon.png
49+
│   ├── favicon.ico
50+
│   ├── favicon.svg
51+
│   ├── fonts
52+
│   ├── icons
53+
│   ├── images
54+
│   ├── json
55+
│   ├── media
56+
│   ├── site.webmanifest
57+
│ ├── robots.txt
58+
│ ├── service-worker.js
59+
│ ├── sitemap-index.html
60+
│ └── sounds
5361
├── README.md
62+
├── setup-hooks.sh
5463
├── src
55-
│   ├── assets
56-
│   ├── components
57-
│   ├── content
64+
├── assets
65+
│   ├── icons
66+
│   ├── screenshots
67+
│   └── styles
68+
├── components
69+
├── content
70+
│   ├── article
71+
│   ├── blog
72+
│   ├── stories
73+
│   ├── content.config.ts
74+
│   ├── data
5875
│   ├── env.d.ts
59-
│   ├── hooks
60-
│   ├── icons
76+
│   ├── env.patch.ts
6177
│   ├── layouts
62-
│   ├── libs
63-
│   ├── locales
64-
│   ├── mocks
65-
│   ├── models
78+
│   ├── mappers
6679
│   ├── pages
67-
│   ├── postcss.config.cjs
6880
│   ├── site.config.ts
69-
│   ├── types.ts
81+
│   ├── types
7082
│   └── utils
71-
├── tailwind.config.ts
72-
├── todo.md
7383
├── tsconfig.eslint.json
74-
── tsconfig.json
75-
└── <project>.code-workspace
84+
── tsconfig.json
85+
7686
```
7787

7888
and src

abcd.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"editor.inlayHints.enabled": "offUnlessPressed",
6565
"editor.insertSpaces": true,
6666
"editor.linkedEditing": true,
67-
"editor.minimap.enabled": false,
67+
"editor.minimap.enabled": true,
6868
"editor.minimap.renderCharacters": false,
6969
"editor.minimap.size": "fill",
7070
"editor.multiCursorModifier": "alt",

astro.config.mjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineConfig } from "astro/config";
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: "https://parixan.xyz",
7+
site: "https://abcdkbd.com",
88
output: "static",
99
build: {
1010
format: "directory"
@@ -22,10 +22,6 @@ export default defineConfig({
2222
style: {
2323
global: true // Ensure global styles are applied
2424
},
25-
//redirects: {
26-
// "/en/nakshtra": "/nakshtra",
27-
// "/blog": "https://xkeshav.com/blog"
28-
//},
2925
vite: {
3026
optimizeDeps: {
3127
exclude: ["@resvg/resvg-js"]

0 commit comments

Comments
 (0)