Skip to content

bitmap4/bitmap4.github.io

Repository files navigation

Personal Website

My personal portfolio built with Astro Starlight, showcasing projects and skills.

🚀 Quick Start

Prerequisites

  • Node.js (v18+)
  • npm

Local Development

# Install dependencies
npm install

# Start dev server
npm run dev

📦 Tech Stack

🗂️ Project Structure

├── src/
│   ├── content/
│   │   └── docs/
│   │       ├── index.mdx    # Home page
│   │       └── projects/    # Project pages
│   └── assets/              # Images and static files
├── astro.config.mjs         # Astro configuration
└── package.json

🚀 Deployment

This site is deployed using GitHub Pages. Pushing to main branch automatically triggers deployment via GitHub Actions.

📝 Adding Content

New Project

  1. Create .md file in projects
  2. Add frontmatter with title and description
  3. Write project content using Markdown

Update Home Page

Modify index.mdx to update the landing page.

📄 License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published