This is my personal web, but still construct.
|- base/
|
|- components/
|
|- helpers/
|
|- layout/
|
|- pages/
|
|- static/
| |- main.css
|
|- main.scss
Compile SCSS file
sass --watch ./main.scss ./static/main.css
the boilerplate stuff in the project
all kinds of small components
the tools or helpers we will use across the project.
each of them setting some styles for the main section of the layout
page-specific styles file.Only compiled for the specificed page
output dir for the css file