Source Code for Portfolio Website of Moheshwar Amarnath Biswas https://moheshwar.com
  • Astro 74.2%
  • HTML 13.3%
  • JavaScript 9.1%
  • CSS 2.2%
  • TypeScript 1.2%
Find a file
dependabot[bot] d07f0e8029 chore(deps): bump tailwindcss from 4.3.0 to 4.3.1
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-20 14:35:55 +06:00
.github dependabot: use bun 2026-04-28 19:20:06 +06:00
.vscode post: Wikipedia at 25: A Quarter Century of Curiosity 2026-01-15 23:17:48 +06:00
public chore: add content-signal 2026-05-09 20:50:29 +06:00
src Prettified Code 2026-05-09 15:10:03 +00:00
.editorconfig Init commit 2023-08-09 18:17:04 +06:00
.gitattributes Init commit 2023-08-09 18:17:04 +06:00
.gitignore Initial commit from Astro 2023-08-06 20:05:04 +06:00
.markdownlint.json Init commit 2023-08-09 18:17:04 +06:00
.prettierignore chore: add .prettierignore to exclude legacy posts directory 2025-07-24 02:20:56 +06:00
astro.config.js Prettified Code 2026-04-26 15:03:51 +00:00
bun.lock chore(deps): bump tailwindcss from 4.3.0 to 4.3.1 2026-06-20 14:35:55 +06:00
legacy-postprocess.js chore: fix images and more on legacy site 2025-07-24 00:45:18 +06:00
LICENSE chore: update copyright date 2026-01-14 02:12:33 +06:00
LICENSE-content Init commit 2023-08-09 18:17:04 +06:00
package.json chore(deps): bump tailwindcss from 4.3.0 to 4.3.1 2026-06-20 14:35:55 +06:00
prettier.config.js Adds prettier-plugin-sort-imports #130 and prettified code 2024-04-02 11:19:40 +06:00
README.md chore: update site link to domain 2026-01-12 13:28:29 +06:00
tsconfig.json Prettified Code 2024-01-05 08:41:03 +00:00

Portfolio Website of Moheshwar Amarnath Biswas

This repository contains source code of my portfolio website, where I showcase my skills, projects and achievements as a web developer. You can visit my website at https://moheshwar.com and learn more about me and my work. I hope you enjoy browsing through my portfolio and feel free to contact me if you have any questions or feedback.

Astro Diagnostics CodeQL Prettier code style: prettier

🚀 Project Structure

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

All layouts are stored in /src/layouts

There's nothing special about src/components/, but that's where I like to put any Astro/React/Vue/Svelte components.

Blog posts are stored in src/data/posts

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI