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.gitGo to the project directory
cd PortfolioInstall dependencies
npm installStart the server
gulpOpen in a browser
http://localhost:3000How 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

