Skip to content

Commit 21a63c7

Browse files
Merge pull request #114 from recursivezero/develop
[Deploy]: fix minor bugs and added about us pages
2 parents c3678b6 + 1f3e256 commit 21a63c7

File tree

218 files changed

+6650
-12534
lines changed

Some content is hidden

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

218 files changed

+6650
-12534
lines changed

.cursor/rules/abcd.mdc

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

.githooks/pre-commit

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ echo "Running pre-commit checks for branch: $BRANCH_NAME"
2121
echo "$BRANCH_NAME" | grep -Eq '^(feature|bugfix|hotfix|task)/[A-Za-z]+-[0-9]+'
2222
if [ $? -ne 0 ]; then
2323
echo "Error: Branch name '$BRANCH_NAME' is invalid."
24-
<<<<<<< HEAD
25-
echo "Use a valid branch naming convention, e.g., feature|bugfix|hotfix|task/XYZ-123-description."
26-
exit 1
27-
fi
28-
=======
2924
echo "Use a valid branch naming convention, e.g., feature|bugfix|hotfix|task/XYZ-123."
3025
exit 1
3126
fi
32-
>>>>>>> main
27+
28+
npm run lint
29+
if [ $? -ne 0 ]; then
30+
echo "Lint failed. Commit aborted."
31+
exit 1
32+
fi
33+
34+
npm run build
35+
if [ $? -ne 0 ]; then
36+
echo "Build failed. Commit aborted."
37+
exit 1
38+
fi

.prettierrc.cjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ module.exports = {
1010
endOfLine: "lf",
1111
trailingComma: "none",
1212
htmlWhitespaceSensitivity: "css",
13-
plugins: ["prettier-plugin-astro", "prettier-plugin-tailwindcss" /* Must come last */],
13+
plugins: ["prettier-plugin-astro"],
1414
overrides: [
1515
{
1616
files: "*.astro",
1717
options: {
1818
parser: "astro"
1919
}
20+
},
21+
{
22+
files: "*.json",
23+
options: {
24+
printWidth: 10000
25+
}
2026
}
2127
]
2228
};

.vscode/dictionaries/project-words.txt

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,17 @@ bincount
1515
Chaitra
1616
clsx
1717
cmdk
18-
Colour
19-
colours
2018
controlslist
2119
datetime
2220
Deepavali
2321
dhaga
22+
Dhaivat
23+
dogri
2424
Dussehra
2525
ensurepip
2626
fontsource
2727
frontmatter
28+
Gandhar
2829
getbuffer
2930
GSTIN
3031
heroicons
@@ -39,29 +40,40 @@ jsonify
3940
Jyeshtha
4041
Kartika
4142
kmeans
43+
letterpad
4244
linalg
4345
lucide
4446
LXXX
47+
Madhyam
4548
Magha
49+
maithili
4650
Margashirsha
51+
matra
4752
matras
53+
moonsign
54+
Nakshtra
4855
nameform
56+
Nishad
4957
nodownload
58+
odia
5059
Organja
5160
orgenja
5261
paksha
62+
Pancham
5363
panchang
5464
parixan
5565
Pausha
5666
Peina
5767
Phalguna
5868
prerender
5969
Reddy
70+
Rishabh
6071
roboto
6172
Rushi
6273
samay
6374
sanyukat
6475
shadcn
76+
Shadja
6577
Shravana
6678
signup
6779
sitemapindex
@@ -70,6 +82,7 @@ sportrop
7082
streamlit
7183
sunsign
7284
sunsigns
85+
swar
7386
tailwindcss
7487
threadzip
7588
Threazip
@@ -80,6 +93,7 @@ vaul
8093
venv
8194
Verdana
8295
Vijayadashami
96+
vyanjan
8397
waitlist
8498
webring
8599
werkzeug
@@ -88,6 +102,8 @@ werkzeug
88102
अप्रैल
89103
आश्विन
90104
आषाढ़
105+
उल्लू
106+
ओखली
91107
कन्या
92108
कर्क
93109
कार्तिक
@@ -104,9 +120,11 @@ werkzeug
104120
मार्गशीर्ष
105121
मार्च
106122
मिथुन
123+
वर्णमाला
107124
वृश्चिक
108125
वृषभ
109126
वैशाख
110127
शून्य
111128
श्रावण
112129
सितम्बर
130+
हिन्दी

.vscode/extensions.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
11
{
2-
"recommendations": [
3-
"astro-build.astro-vscode",
4-
"streetsidesoftware.code-spell-checker",
5-
"alefragnani.project-manager",
6-
"esbenp.prettier-vscode",
7-
"oderwat.indent-rainbow",
8-
"davidanson.vscode-markdownlint",
9-
"mkxml.vscode-filesize",
10-
"christian-kohler.path-intellisense",
11-
"dbaeumer.vscode-eslint",
12-
"johnpapa.vscode-peacock",
13-
"aaron-bond.better-comments",
14-
"Heron.firefox-devtools-theme",
15-
"GitHub.github-vscode-theme",
16-
"xkeshav.css-color-collector",
17-
"pucelle.vscode-css-navigation"
18-
]
2+
"recommendations": ["astro-build.astro-vscode", "streetsidesoftware.code-spell-checker", "alefragnani.project-manager", "esbenp.prettier-vscode", "oderwat.indent-rainbow", "davidanson.vscode-markdownlint", "mkxml.vscode-filesize", "christian-kohler.path-intellisense", "dbaeumer.vscode-eslint", "johnpapa.vscode-peacock", "aaron-bond.better-comments", "Heron.firefox-devtools-theme", "GitHub.github-vscode-theme", "xkeshav.css-color-collector", "pucelle.vscode-css-navigation"]
193
}

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ Created Repo from template
1010

1111
## [2.0.0] - 2025-06-28
1212

13-
- Added Pages
13+
- Added Multiple Pages on Varnmala,Map,Glossary
1414
- Navigation and Redesign the repo
1515

16+
## [2.1.0] - 2025-07-01
17+
18+
- fix minor bugs
19+
- Added About Page
20+
1621
### [Unreleased]
1722

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

abcd.code-workspace

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@
1111
"source.fixAll": "always",
1212
"source.organizeImports": "explicit"
1313
},
14-
"editor.defaultFormatter": "esbenp.prettier-vscode"
14+
"editor.defaultFormatter": "astro-build.astro-vscode"
1515
},
1616
"[html]": {
1717
"editor.defaultFormatter": "vscode.html-language-features"
1818
},
19-
"[json][jsonc]": {
19+
"[jsonc]": {
2020
"editor.defaultFormatter": "vscode.json-language-features"
2121
},
22+
"[json]": {
23+
"editor.defaultFormatter": "esbenp.prettier-vscode",
24+
"prettier.printWidth": 10000
25+
},
2226
"[markdown]": {
2327
"diffEditor.ignoreTrimWhitespace": false
2428
},
@@ -192,7 +196,6 @@
192196
"files.readonlyInclude": {
193197
".githooks/**": true
194198
},
195-
"typescript.preferences.preferGoToSourceDefinition": true,
196199
"[xml]": {
197200
"editor.defaultFormatter": "redhat.vscode-xml"
198201
}

astro.config.mjs

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import mdx from "@astrojs/mdx";
2-
import react from "@astrojs/react";
32
import sitemap from "@astrojs/sitemap";
43
import { defineConfig } from "astro/config";
54

@@ -19,17 +18,7 @@ export default defineConfig({
1918
experimental: {
2019
svg: true
2120
},
22-
integrations: [
23-
sitemap(),
24-
mdx(),
25-
react({
26-
experimentalReactChildren: true
27-
})
28-
//tailwind({
29-
// applyBaseStyles: false,
30-
// nesting: true
31-
//})
32-
],
21+
integrations: [sitemap(), mdx()],
3322
style: {
3423
global: true // Ensure global styles are applied
3524
},

components.json

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

0 commit comments

Comments
 (0)