Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Latest commit

 

History

History
203 lines (158 loc) · 3.11 KB

example.md

File metadata and controls

203 lines (158 loc) · 3.11 KB
theme titleTemplate title
./
%s
This is a skeleton talk

How to master the art of sleeping

::subtitle::

Because deep-sleep is very important

::footer:: Thorsten Hans
Hausmeister @ Thinktecture AG


layout: cover red: true

How to master the art of sleeping

::subtitle::

Because deep-sleep is very important

::footer:: Thorsten Hans
Hausmeister @ Thinktecture AG


layout: profile image: 'https://www.thorsten-hans.com/images/thorsten-hans-speaker.jpg' speaker: Thorsten Hans twitter: ThorstenHans mail: thorsten.hans@thinktecture.com job: Hausmeister blog: name: thorsten-hans.com url: https://www.thorsten-hans.com tags:

  • WebAssembly
  • CloudNative
  • Kubernetes
  • DistributedArchitectures
  • Containers awards:
  • Certified 🥃 Drinker
  • Most Valuable 🐶 Walker


layout: profile image: 'https://www.thorsten-hans.com/images/thorsten-hans-speaker.jpg' speaker: Thorsten Hans twitter: ThorstenHans mail: thorsten.hans@thinktecture.com job: Hausmeister blog: name: thorsten-hans.com url: https://www.thorsten-hans.com tags:

  • .NET
  • CSharp
  • Rust
  • GoLang
  • Python


Code editor

You can code right in this slide...

package main

import (
  "fmt"
)

func main() {
  w := "World"
  fmt.Printf("Hello, %s!\r\n", w)
}

this is a test


this is a red test


Talking Points

  • Introduction
  • Topic 1
  • Topic 2
  • Topic 3
  • Conclusion

layout: section name: This is a section


This is a regular slide

Some quote

Some regular text

  • Some nested bullets comes
    • here
    • and here
  • back to root
    • and again one down

Slide with some code

Use code snippets and get the highlighting directly!

package main

import "fmt"

func main() {
  q := "How are you?"
  fmt.Printf("👋🏼 Hello World!\n%s\n", q)
}

layout: demo name: This is a super cool demo


layout: two-columns

This is a two column slide

Some general text that goes before the two columns

::left::

With some text that goes on the left side

  • And some
  • important bullets

::right::

With some other text that goes on the right side

  • Again with some
  • very important bullets

layout: closing links:


::footer:: 👋🏼 Thanks for attending my session here at AwesomeConf 👋🏼


layout: closing red: true links:


::footer:: 👋🏼 Thanks for your attention. Enjoy the rest of AwesomeConf 👋🏼