Skip to content

Personal Nuxt site prototype showcasing projects, blog, and about pages.

Notifications You must be signed in to change notification settings

dmxsan/dmxsan.github.io

Repository files navigation

dmxsan.github.io

Welcome to my personal website, built with Nuxt 3 and deployed via GitHub Pages. This repository serves as both the source for my site (stored in components/, pages/, layouts/, etc.) and the final static output (located in the docs/ folder) that GitHub Pages uses to serve the live site at https://dmxsan.github.io.


Project Overview

  • Framework: Nuxt 3
  • Deployment: GitHub Pages (using the docs folder on the main branch)
  • Styling: Custom CSS (you can integrate additional libraries like Tailwin)

Local Development

To run the site locally:

  1. Clone the Repository
    git clone https://github.com/dmxsan/dmxsan.github.io
    cd dmxsan.github.io
  2. Install Dependencies
    npm install
  3. Run the Development Server
    npm run dev
    Open http://localhost:3000 in your browser to see the site. Any changes you make will hot-reload automatically

About

Personal Nuxt site prototype showcasing projects, blog, and about pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published