This repository contains the presentations from the SRE NL meetups.
-
Install hugo.
-
Clone this repository.
-
install pre-commit and run
pre-commit install
. -
Create a new branch.
-
hugo new -k event posts/host-date/
. This will create the directory structure incontent/posts/host-date/
using event archetype.posts/host-date ├── files │ └── .gitkeep └── index.md
-
Add the slides in the
files
directory. -
Update the
index.md
with the event details. -
Create a PR, Once the PR is merged, the slides will be published automatically.