Thanks to visit codestin.com
Credit goes to github.com

Skip to content

souravas/souravas.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

240 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sourav's Portfolio

Source for souravas.com. Vanilla HTML / CSS / JS built with Vite — no framework. GitHub Actions builds and deploys to GitHub Pages on every push to main.

Getting Started

npm install
npm run dev       # dev server on http://localhost:5173
npm run build     # production build → dist/
npm run preview   # preview the production build

Deployment

Pushes to main are built and deployed automatically via .github/workflows/deploy.yml using actions/deploy-pages. Pull requests run the build only. To trigger a deploy manually, use Run workflow on the Actions tab.

URLs

Project Structure

souravas.github.io/
├── index.html              # single-page entry
├── 404.html                # static 404 served by GitHub Pages
├── src/
│   ├── main.js             # entry script
│   └── style.css
├── public/                 # copied verbatim into the build
│   ├── CNAME               # custom domain
│   ├── manifest.webmanifest
│   ├── robots.txt
│   ├── cv.html, resume.html  # meta-refresh → /assets/resume.pdf
│   └── assets/             # images + resume.pdf
├── vite.config.js          # build, CSP hashing, sitemap, dev /cv & /resume routes
└── .github/workflows/deploy.yml

Links

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors