diff --git a/Makefile b/Makefile index 3c7d450..99d5518 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SAMPLE=./no-stream.md +SAMPLE=./sample/about-bezos.md ROOT_DIR=$(dir $(firstword $(MAKEFILE_LIST))) all: build diff --git a/sample/about-bezos.md b/sample/about-bezos.md index b20cc80..2017ada 100644 --- a/sample/about-bezos.md +++ b/sample/about-bezos.md @@ -5,6 +5,12 @@ "layouts": "assets/layouts.json" } === +# Bezos Loves Slides +* My PowerPoint Killer +* Markdown Format +* Images, Shaders, soon Video? +* Hot Reload +--- # Bezos Slide Format * Just markdown separated by --- @@ -42,7 +48,7 @@ Bare content like this --- { "shader": "flame", - "bg_color": [100, 20, 10, 255] + "bg_color": [100, 30, 40, 255] } # Shaders * Use "shader": "flame" @@ -55,10 +61,10 @@ Bare content like this "font_padding": 20 } # Font Config -* Only on slides for now -* "font_color": [r,g,b,a] -* "font_size": int -* "font_padding": int +* X = "title_" or "font_" +* "X_color": [r,g,b,a] +* "X_size": int +* "X_padding": int --- { "font_size": 120,