- Uses NodeJS and GruntJS to build the
src
folder into thedist
folder. - All NodeJS modules are in
node_modules
folder - All Bower packages are in
src\bower-components
folder - HTML templates are inside
src\templates
- These are .hbs files that get compiled into static .html files via the Assemble Grunt task
- CSS is written in SASS:
src\scss
- Install permalinks assemble plugin and use it to create date-formatted URL paths for blog posts
- Commented out for now because the links to those pages don't get updated to the new URI path. :(