Skip to content

An attempt at a professional portfolio website. Template modified from TimWitzdam's astro-minimal-portfolio-template.

License

Notifications You must be signed in to change notification settings

usha-sj/profweb

 
 

Repository files navigation

Usha's Portfolio Site

A minimalist portfolio built with Astro and Tailwind. Originally created by Tim Witzdam. Design inspired by Brian Ruiz.

Theme preview Lighthouse score 100

🌐 Live Site

Preview my website


✨ Features

  • Clean, minimalist design
  • Fully responsive layout
  • 100 Google Lighthouse score
  • Markdown-powered blog
  • Customizable config file
  • Pages for Home, About, Projects, and Blog

🚀 Getting Started

  1. Clone the repository
git clone https://github.com/TimWitzdam/astro-minimal-portfolio-template.git
cd astro-minimal-portfolio-template
  1. Install dependencies
npm install
  1. Start the development server
npm run dev
  1. Customize your site — Update the config file and page content.

🧰 Available Commands

Command Action
npm install Install project dependencies
npm run dev Launch local dev server at localhost:4321
npm run build Generate production build in ./dist/
npm run preview Preview your production build locally

🛠 Configuration

Update content using the src/config.ts file:

export const identity = {
  name: "Usha Sophea Janardhan",
  logo: "/logo.webp",
  email: "ushashasj@gmail.com",
};

You can update:

  • Site navigation
  • Social media links
  • Home/About/Projects/Blog content

Markdown is supported in most fields!


🙌 Credits

Originally built by Tim Witzdam. Design inspired by Brian Ruiz. Customized by Usha Sophea Janardhan.


📬 Questions or Feedback?

Open an issue or reach out via email: ushashasj@gmail.com

About

An attempt at a professional portfolio website. Template modified from TimWitzdam's astro-minimal-portfolio-template.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 65.3%
  • TypeScript 29.8%
  • JavaScript 4.3%
  • Dockerfile 0.6%