bboydflo / bboydflo.github.io

personal website
https://florin-cosmin.dk
1 stars 0 forks source link

Personal Website

Tech Stack:

Deployed on github pages (gh-pages branch) and has a custom domain at cloudflare (where username is my gmail address)

My personal website built from scratch

Workflow - Dev/Deployment

To develop

npm run dev # check https://nextjs.org/docs/api-reference/cli#development

To deploy

git add .
git commit -m "deploy"
git push

There is a deploy-blog github action that will run everytime I merge/push something to master. That will build the project and deploy the output to gh-pages branch.

Todo's

Resources