Compiling SASS with Docker

Compiling SASS with Docker
What is Sass? Sass is essentially CSS with superpowers. Sass is a preprocessor scripting language (SassScript) that is interpreted or compiled into Cascading Style Sheets. “Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.” - sass-lang.com The difference between SCSS and Sass There are two syntaxes available for Sass. The first, known as SCSS (Sassy CSS) and used throughout this reference, is an extension of the syntax of CSS.
Read more →

Creating a blog using Hugo

Creating a blog using Hugo
What is Hugo? “The world’s fastest framework for building websites. Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again. Install in seconds, build in milliseconds. Hugo works on macOS, Windows, Linux, FreeBSD, and others.” - gohugo.io Why Hugo? There are numerous of frameworks available that makes building static websites a lot easier. It all comes down to ease-of-use and personal preference.
Read more →