How to Join

  • Time: (UTC +01:00) Europe/Berlin, Sunday, 17:00-18:00
  • Location: Join online with Zoom link, or offline in F-229, Informatikum.

How to Update this Website with New Entry

This webpage is powered by Github pages. Any changes will be done within this github repository.

  • Feel free to fork and create PR to update.
  • If you are already a collaborator, you can directly update the content in-position.
git clone <THIS_REPO>
cd <THIS_repo>
cd content/talks

Under content/talks folder create a new directory with index.md to maintain information (just like previous talks folders; it is more easier to duplicate a previous example and modify the index.md file).

Basic Information

Calendar

Use https://calndr.link/ to create calendar link.

Refresh

Upon any changes pushed to github, this webpage will automatically re-deploy with Github Actions. Usually it takes about 3 min to refresh. So it is recommended to edit and examine the timely refresh locally first before any push.

How to Edit and Deploy Locally

It is powered by Hugo, so one has to configure Hugo and launch server with command hugo server.