This is a walk-through demonstrating how to integrate Gulp.JS into your Jekyll site’s workflow. This is especially geared towards sites deployed on GitHub Pa...
Use Jekyll layouts to reduce repetition on your site. http://jekyll.tips/jekyll-casts/layouts/ * Layout Documentation - https://jekyllrb.com/docs/frontmatter...
One thing that I instantly loved about Jekyll is that it encourages you to keep a strict and tidy folder structure in your project: you have your posts, layouts, styles, includes, collections and p...
Front End Center — Current Color: The First CSS Variable
The currentColor keyword is one of the most powerful yet under-utilised feature of CSS. Let's dive into it. We'll talk about the core CSS concepts that under...
Textures.js: SVG Textures in All Shapes and Colors | NOUPE
The SVG format provides various options for realizing complex graphical content. Among other things, you can create textures and add them to shapes using t
On a recent project we finally got to use Flexbox extensively for page layout. In the interests of increasing general knowledge about flexbox (including mine), I’ll explain a number of layouts that...
git reflog # you will see a list of every thing you've done in git, across all branches! # each one has an index HEAD@{index} # find the one before you broke everything git reset HEAD@{index} # magic...