Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 861 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 861 Bytes

Presentation about software engineering in the cloud era

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

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-sw-eng.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