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

https://github.com/ngekoding/personal-website-nuxt

My personal website built with Nuxt 3
https://github.com/ngekoding/personal-website-nuxt

nuxtjs personal-website portfolio-website tailwindcss vuejs

Last synced: about 1 month ago
JSON representation

My personal website built with Nuxt 3

Awesome Lists containing this project

README

          


Logo

ngekoding.github.io



My new personal website built with Nuxt 3 and hosted with GitHub Pages

![demo](./public/img/demo.png)

## Forking this repo

For anyone who asking me if they can use this code for their own website, the answer to that question is usually **yes, with attribution**.

I value keeping my site open source, but as you all know, _**plagiarism is bad**_. It's always disheartening whenever I find that someone has copied my site without giving me credit. I spent a non-trivial amount of effort building and designing my website, and I am proud of it! All I ask of you all is to not claim this effort as your own.

Please also note that I did not build this site with the intention of it being a starter theme, so if you have questions about implementation, please refer to the [Nuxt 3 docs](https://nuxt.com/docs).

### TL;DR

Yes, you can fork this repo. Please give me proper credit by linking back to [ngekoding.github.io](https://ngekoding.github.io). Thanks!

## Prerequisites

The same as [Nuxt 3 Prerequisites](https://nuxt.com/docs/getting-started/installation#prerequisites).

## Installation

Install dependencies

```sh
npm install
```

Then, start the development server

```sh
npm run dev
```

## Building and running for production

Generate a full static production build

```sh
npm run generate
```

or read on [Nuxt 3 Deployment](https://nuxt.com/docs/getting-started/deployment) section for detail.

### Auto build and deploy on GitHub Pages

Please refer to the file `.github/workflows/build.yaml` and fit for your own needs.

## Inspirations

This website was built inspired by some of these awesome websites:

- https://v4.brittanychiang.com
- https://www.dejan.works
- https://tamalsen.dev

Thanks!