Source code of my personal website.
First of all, compile Sass into CSS.
npm run sass
Then, publish and deploy changes on GitHub Pages website.
npm run deploy
If 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.