Source code of my personal website.
First of all, compile Sass into CSS.
npm run sassThen, publish and deploy changes on GitHub Pages website.
npm run deployIf errors occur during the deploy script, delete the node_modules/.cache folder and then re-run it.
Here are some links to the resources I used.