change to presentation
Run script on commit / run-bash (push) Failing after 1m5s

This commit is contained in:
Romane
2026-05-05 14:31:16 +02:00
parent b4398cdd2b
commit 03f0bd665f
5 changed files with 43 additions and 13 deletions
+34
View File
@@ -0,0 +1,34 @@
---
marp: true
paginate: true
footer: 2026-XX-XX
header: Some presentation title
math: mathjax
---
# Presentation main screen
> Done at some point, very fast yaknow
---
# Contents
- First content
- Second content
- Third content
---
# A bit of code as well
```go
package main
import "fmt"
func main() {
fmt.Println("hello world!!!")
}
```
---
# Done!
- Thanks for your attention!
- Any questions?