Articles

Learn Website development using Jekyll by reading our weekly articles, published every Saturday.

7+ Amazing Jekyll Websites Examples That Will Make You Want to Build Your Own

Most businesses have website, but some websites are really slow. Your website visitors love a fast website that meets their needs. You can check the following list of Jekyll website examples as inspiration for meeting your website visitors needs. Your website speed and performance depends on the tools used. Website... Read more

How to Compress SASS in Jekyll

To compress SASS, add the style: compressed under the sass attribute in the _config.yml file. Jekyll has inbuilt support for SASS. Jekyll’s jekyll-sass-converter plugin is able to compress SASS into minified CSS. You don’t need to install it since it is already part of Jekyll. How To Minify SASS in... Read more