TechTalk: Jekyll - a blog-aware, static site generator in Ruby

My first TechTalk at ABOUT YOU. Topic: Jekyll - a blog-aware, static site generator in Ruby.

René Kulik on 08.06.2017

In this blog post I write about my first TechTalk at ABOUT YOU. The topic: “Jekyll - a blog-aware, static site generator in Ruby”. But first I would like to tell you what TechTalks actually are.

Content

TechTalks?

For some time now, there are the so-called TechTalks at ABOUT YOU. Weekly events in which developers share their knowledge among other developers. In each of these events one participant talks about a specific topic.

Past TechTalks

Many interesting topics have already been covered:

My TechTalk about Jekyll

Today I had my first TechTalk at ABOUT YOU about “Jekyll - a blog aware, static site generator in Ruby”.

TechTalk poster

Summary

TL;DR my slides and the source code from the TechTalk. Otherwise, here comes the summary:

The presentation can be divided into four sections. Section 1 deals with Static Site Generators in general. Questions like “What is a Static Site Generator?” and “How does the generator’s workflow look like?” get answered. The pros and cons of using generators compared to traditional content management systems (Drupal, Wordpress, …) are highlighted.

Section 2 addresses Jekyll in detail. Several ways to set up and configure a Jekyll page are shown. Also, the internal template engine “Liquid” and its concepts (Objects, Tags, Filters) are tackled.

Section 3 is a live coding part in which some of the concepts from Section 2 are demonstrated.

Section 4 shows how to publish content. As an example, this blog post got deployed during the live coding.

Conclusion

As always, it was a lot of fun to attend the TechTalk. Even more fun to be this week’s speaker! This was my first presentation at a TechTalk, but definitely not my last one. See ya next time!