codebar's tutorials
This is the source code for tutorials on the website codebar.io. The source code is hosted on a GitHub Pages repository and can be rendered with Jekyll. The installation process for running the tutorials locally is provided, including installing the correct version of Ruby and the bundler gem. The use of Gulp for development is also mentioned.
Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.