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
- Host: GitHub
- URL: https://github.com/ngekoding/personal-website-nuxt
- Owner: ngekoding
- Created: 2023-02-18T07:15:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T22:44:11.000Z (about 2 years ago)
- Last Synced: 2025-02-25T01:41:16.240Z (12 months ago)
- Topics: nuxtjs, personal-website, portfolio-website, tailwindcss, vuejs
- Language: Vue
- Homepage: https://ngekoding.github.io
- Size: 25.7 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ngekoding.github.io
My new personal website built with Nuxt 3 and hosted with GitHub Pages

## 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!