An open API service indexing awesome lists of open source software.

https://github.com/theegghead27/theegghead27.github.io

My personal site for a blog and portfolio. Written in NuxtJS 3, using the Content and Image extentions.
https://github.com/theegghead27/theegghead27.github.io

markdown nuxt nuxt-blog nuxt-template nuxt3 nuxtjs

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# theegghead27.github.io

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

If you wanted a link to click, try [this](https://theegghead27.github.io/).

The site is based on the [NuxtJS](https://nuxtjs.org/) [Content v2 Minimal Starter](https://content-v2.nuxtjs.org/).

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install
```

## Development Server

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

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Generate a static site:
```bash
npx nuxi generate
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.