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.
- Host: GitHub
- URL: https://github.com/theegghead27/theegghead27.github.io
- Owner: TheEgghead27
- Created: 2022-08-23T21:06:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T16:28:46.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T17:22:23.957Z (over 1 year ago)
- Topics: markdown, nuxt, nuxt-blog, nuxt-template, nuxt3, nuxtjs
- Language: Vue
- Homepage: https://theegghead27.github.io/
- Size: 351 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.