This is the personal website for nelsonGX. You can view it live at https://nelsongx.com
Just do whatever you want and give me a pr lol
You can deploy this website to Vercel easily by forking this repo and connecting it to Vercel.
It's quite complicated, but I can help you:
- Fork this repo
- Go to Cloudflare Dashboard and click the "+ Add" button, then select "Pages"
- Choose "Import an existing Git repository"
- Select your forked repo
- At "Framework preset", choose "Next.js" (Not static HTML!) with default settings
- Click "Save and Deploy" then watch it build
- It will build success but the site won't work because you didn't set nodejs_compact setting. To fix this, go to "Settings" -> "Runtime" -> edit "Compatibility flags" -> add "nodejs_compat" flag -> save
- Then you will have to redeploy the site by going to "Deployments" tab and find the latest build, then click "Retry Deployment"
- It should work!
MIT License. Feel free to make your own site with this :D with credit is much appreciated. See LICENSE file for more details.