Tutorials

screenshot of Tutorials
jekyll

codebar's tutorials

Overview

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.

Features

  • Render the tutorials with Jekyll on GitHub Pages
  • Install Ruby and bundler gem for local setup
  • Use Gulp for development to concatenate and minify JavaScript files
  • Run tests for the site using Node
  • Contribute to the tutorials through the GitHub issues page

Summary

The source code for the tutorials on codebar.io is available on a GitHub Pages repository. The tutorials can be rendered using Jekyll, and the installation process for running the site locally is provided. The site uses Gulp for development purposes and includes tests to ensure functionality. Contributions to the tutorials can be made through the GitHub issues page.

jekyll
Jekyll

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
Gulp

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.