Skip to content

My personal site for a blog and portfolio. Written in NuxtJS 3, using the Content and Image extentions.

Notifications You must be signed in to change notification settings

TheEgghead27/theegghead27.github.io

Repository files navigation

theegghead27.github.io

Hello! You've just stumbled upon my portfolio/blog/site thing.

If you wanted a link to click, try this.

The site is based on the NuxtJS Content v2 Minimal Starter.

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Generate a static site:

npx nuxi generate

Checkout the deployment documentation for more information.

About

My personal site for a blog and portfolio. Written in NuxtJS 3, using the Content and Image extentions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published