Through The Stack - Hacking the Stack one Byte at a Time
Overview
My tech blog site focusing on quick tips and tutorials for all elements of the Web Development Stack
- Static website built with Jekyll
- Gulp used to build and bundle assets
- Site hosted on Netlify
Building the Site
Prerequisites
- Build on Linux or Windows Subsystem for Linux
- Git, Node v6.9.4 or above, Ruby v2.4 or above, Bundler v1 or above
Installing
git clone https://github.com/adesmier/web-adesmier-com.git
bundle install
npm install
Usage
Deployment
The Jekyll site and assets are built by running various Gulp tasks. That main ones are:
Default Task
gulp
- Used for development
- Compiles SASS, scripts
- Runs the jekyll-build task to compile the site
- Launches BrowserSync to watch files
Netlify Deploy
gulp netlify-deploy
- Builds a production version of the site to deploy on Netlify
- Similar to default task but minifies css/scripts
- Critical CSS is added inline
- BrowserSync not called
Clean
gulp clean
- Removes files from the following directories:
Attributions

Authors
Anthony Desmier - https://github.com/adesmier