Some tweaks to the demo.

master
Zed A. Shaw 11 hours ago
parent 6e1d8e6c6f
commit a8d9d32360
  1. 2
      Makefile
  2. 16
      sample/about-bezos.md

@ -1,4 +1,4 @@
SAMPLE=./no-stream.md
SAMPLE=./sample/about-bezos.md
ROOT_DIR=$(dir $(firstword $(MAKEFILE_LIST)))
all: build

@ -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,

Loading…
Cancel
Save