Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 813 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 813 Bytes

Presentation about Kafka

This repo hosts the Markdown source of my presentation "On Kafka".

The presentation is built using the static page generator Hugo. The Hugo theme reveal-hugo is used to turn it into an HTML presentation with reveal.js.

Build

After cloning the main repo, you need to initialize the Git submodule:

git submodule update --init --recursive

After that, run this command:

hugo server

Deploy

The rendered content is hosted here: https://on-kafka.netlify.app. Every push to the main branch will trigger a redeploy.

Maintenance

Run the following command to update all submodules with their newest upstream version:

git submodule update --remote