You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This repository contains Rudramani Singha's personal academic landing page for `singha.io`.
6
6
7
-
The site is a Vite + React website with a monochrome ASCII terminal interface. GitHub Pages deployment is Actions-only. Do not preserve or reintroduce GitHub Pages "Deploy from a branch" support.
7
+
The site is a Vite + React website with a monochrome terminal interface and direct canvas animations. GitHub Pages deployment is Actions-only. Do not preserve or reintroduce GitHub Pages "Deploy from a branch" support.
8
8
9
9
## Communication
10
10
@@ -16,7 +16,7 @@ The site is a Vite + React website with a monochrome ASCII terminal interface. G
16
16
17
17
## Source of Truth
18
18
19
-
-`src/main.jsx` is the React app, contains the locked homepage content, and renders ASCII media effects.
19
+
-`src/main.jsx` is the React app, contains the locked homepage content, and renders direct canvas animations.
20
20
-`index.html` is the Vite HTML entrypoint and contains metadata.
21
21
-`stylesheet.css` is the current styling source imported by React.
22
22
-`images/` contains the profile and project imagery.
@@ -39,7 +39,7 @@ The site is a Vite + React website with a monochrome ASCII terminal interface. G
39
39
- Keep dependencies minimal. The GitHub Actions path should stay well under 30 seconds whenever possible.
40
40
- Do not add Svelte, Astro, Tailwind, or another framework without an explicit user decision.
41
41
- Styling work should preserve the current content and improve presentation only.
42
-
- Keep the current visual direction ASCII-first unless the user asks for a different style.
42
+
- Keep the current visual direction monochrome, minimal, terminal-like, and canvas-driven unless the user asks for a different style.
43
43
- Prefer small, plain static-site changes over architectural churn.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Personal website for [singha.io](https://singha.io/).
6
6
7
-
The site is a Vite + React project with a monochrome ASCII terminal interface. Source files live in the repository; GitHub Actions builds them into `dist/` and deploys that artifact to GitHub Pages.
7
+
The site is a Vite + React project with a monochrome terminal interface and direct canvas animations. Source files live in the repository; GitHub Actions builds them into `dist/` and deploys that artifact to GitHub Pages.
8
8
9
9
## How Publishing Works
10
10
@@ -71,8 +71,8 @@ After the push, check the deployment here:
71
71
72
72
## Important Files
73
73
74
-
-`index.html`: homepage content and metadata
75
-
-`src/main.jsx`: React app, ASCII media rendering, and locked homepage content
74
+
-`index.html`: Vite HTML entrypoint and metadata
75
+
-`src/main.jsx`: React app, canvas animations, and locked homepage content
76
76
-`stylesheet.css`: site styling imported by the React app
0 commit comments