Tutorial It's Easy to Build: Custom docs project | Part 3 - ERB templating In this third part of the series - It's Easy to Build: Custom docs project, we'll learn how to use ERB templating engine to insert our HTML code generated into a standard HTML file.
Tutorial It's Easy to Build: Custom docs project | Part 2 - HTML to MD In this second part of the series - It's Easy to Build: Custom docs project, we'll learn how to convert our HTML code to an markdown text using Ruby.
Tutorial It's Easy to Build: Custom docs project | Part 1 - MD to HTML In this first part of the series - It's Easy to Build: Custom docs project, we'll learn how to convert our markdown text to an HTML code using Ruby.
Tutorial It's Easy to Use: Gulp We'll learn by doing how to automate processing our website files using gulp, a task runner, thus saving time and improving our productivity.