Skip to content

Commit 7d00678

Browse files
authored
[Release] : Added Privacy, Terms & Conditions, About,Home Page , change Header and Footer (#142)
- Added new pages - Modify Pages for mobile view - Share and Keyboard icon on pages
2 parents 21a63c7 + 0fad707 commit 7d00678

File tree

291 files changed

+12263
-3935
lines changed

Some content is hidden

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

291 files changed

+12263
-3935
lines changed

.env.example

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
11
NODE_ENV=development
22
LOG_LEVEL=debug
33
PORT=4321
4-
5-
6-
GITHUB_CLIENT_ID=
7-
GITHUB_CLIENT_SECRET=
8-
9-
GOOGLE_CLIENT_ID=
10-
GOOGLE_CLIENT_SECRET=
11-
12-
FACEBOOK_CLIENT_ID=
13-
FACEBOOK_CLIENT_SECRET=
14-
15-
AUTH_TRUST_HOST=true
16-
AUTH_SECRET=
17-
18-
ENCRYPTION_KEY=
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: "Planning Mode"
3+
tools: ["codebase", "fetch", "findTestFiles", "githubRepo", "search", "usages"]
4+
model: Claude Sonnet 3.5
5+
---
6+
7+
# Planning mode instructions
8+
9+
You are in planning mode. Your task is to generate an implementation plan for a new feature or for refactoring existing code.
10+
Don't make any code edits, just generate a plan.
11+
12+
The plan consists of a Markdown document that describes the implementation plan, including the following sections:
13+
14+
- Overview: A brief description of the feature or refactoring task.
15+
- Requirements: A list of requirements for the feature or refactoring task.
16+
- Implementation Steps: A detailed list of steps to implement the feature or refactoring task.
17+
- Testing: A list of tests that need to be implemented to verify the feature or refactoring task.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
mode: ask
3+
tools: ["codebase", "editFiles", "fetch"]
4+
---
5+
6+
check project files and find any issue or which can be improved using astro in built features
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
mode: "agent"
3+
tools: ["github"]
4+
---
5+
6+
# Release Prompt instructions
7+
8+
Generate release notes for the features I worked in the current release and update them in the release notes file

.github/workflows/issue-template-number.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Auto Replace X in Issue Title"
22

33
on:
44
issues:
5-
types: [opened,labeled]
5+
types: [opened, labeled]
66
permissions:
77
issues: write
88

.vscode/dictionaries/project-words.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
abcdkbd
2+
Abhijit
23
argmax
34
argmin
45
Ashadha
@@ -12,7 +13,9 @@ avgrah
1213
Barahkhadi
1314
Bhadrapada
1415
bincount
16+
BODYPART
1517
Chaitra
18+
checkmark
1619
clsx
1720
cmdk
1821
controlslist
@@ -21,6 +24,7 @@ Deepavali
2124
dhaga
2225
Dhaivat
2326
dogri
27+
DPDP
2428
Dussehra
2529
ensurepip
2630
fontsource
@@ -38,8 +42,10 @@ Jaati
3842
Jayanti
3943
jsonify
4044
Jyeshtha
45+
Karnataka
4146
Kartika
4247
kmeans
48+
Kolkata
4349
letterpad
4450
linalg
4551
lucide
@@ -51,8 +57,11 @@ Margashirsha
5157
matra
5258
matras
5359
moonsign
60+
Nakshatra
5461
Nakshtra
62+
Nakshtras
5563
nameform
64+
nanostores
5665
Nishad
5766
nodownload
5867
odia
@@ -66,6 +75,7 @@ Pausha
6675
Peina
6776
Phalguna
6877
prerender
78+
Ramayan
6979
Reddy
7080
Rishabh
7181
roboto
@@ -87,7 +97,10 @@ tailwindcss
8797
threadzip
8898
Threazip
8999
tithi
100+
uncategorized
101+
Uttara
90102
Vaishakha
103+
Valmiki
91104
varnmala
92105
vaul
93106
venv
@@ -100,20 +113,34 @@ werkzeug
100113
अक्टूबर
101114
अगस्त
102115
अप्रैल
116+
अमावस्या
117+
अष्टमी
103118
आश्विन
104119
आषाढ़
105120
उल्लू
121+
एकादशी
106122
ओखली
107123
कन्या
108124
कर्क
109125
कार्तिक
126+
चतुर्थी
127+
चतुर्दशी
110128
चैत्र
111129
जनवरी
112130
जुलाई
113131
ज्येष्ठ
114132
तुला
133+
तृतीया
134+
त्रयोदशी
135+
दशमी
115136
दिसम्बर
137+
द्वादशी
138+
द्वितीया
139+
नवमी
116140
नवम्बर
141+
पंचमी
142+
पूर्णिमा
143+
प्रतिपदा
117144
फ़रवरी
118145
फाल्गुन
119146
भाद्रपद
@@ -126,5 +153,7 @@ werkzeug
126153
वैशाख
127154
शून्य
128155
श्रावण
156+
षष्ठी
157+
सप्तमी
129158
सितम्बर
130159
हिन्दी

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,17 @@ Created Repo from template
1515

1616
## [2.1.0] - 2025-07-01
1717

18-
- fix minor bugs
18+
- fix minor bugs
1919
- Added About Page
2020

21+
## [3.1.0] - 2025-07-16
22+
23+
- Added Terms & Privacy pages
24+
- New header and Footer added
25+
- Added Story Section
26+
- Added Nakshtra Page
27+
- Home Page Redesign
28+
2129
### [Unreleased]
2230

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

abcd.code-workspace

Lines changed: 8 additions & 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": true,
67+
"editor.minimap.enabled": false,
6868
"editor.minimap.renderCharacters": false,
6969
"editor.minimap.size": "fill",
7070
"editor.multiCursorModifier": "alt",
@@ -146,6 +146,7 @@
146146
"prettier.trailingComma": "none",
147147
"scss.lint.emptyRules": "ignore",
148148
"search.exclude": {
149+
".github/**": true,
149150
"dist/**": true,
150151
"package-lock.json": true
151152
},
@@ -198,6 +199,12 @@
198199
},
199200
"[xml]": {
200201
"editor.defaultFormatter": "redhat.vscode-xml"
202+
},
203+
"github.copilot.chat.agent.terminal.allowList": {
204+
"npm run": true
205+
},
206+
"github.copilot.chat.agent.terminal.denyList": {
207+
"npm run nuke": true
201208
}
202209
}
203210
}

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ 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+
//},
2529
vite: {
2630
optimizeDeps: {
2731
exclude: ["@resvg/resvg-js"]

0 commit comments

Comments
 (0)