This site is for practice only, this is not my real portfolio.
https://mudaston.github.io/Portfolio/
Clone the project
git clone https://github.com/mudaston/Portfolio.git
Go to the project directory
cd Portfolio
Install dependencies
npm install
Start the server
gulp
Open in a browser
http://localhost:3000
How to switch site theme and move html blocks into separate files.
Splitting html into different folders is very handy because all you need to do is include an html block and import scss styles into the section.
You can create style and media query files in the same layout folder without having to search for them.
it would have been much better if I had known the gulp-file-include library earlier