Some tweaks to the demo.

master
Zed A. Shaw 13 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))) ROOT_DIR=$(dir $(firstword $(MAKEFILE_LIST)))
all: build all: build

@ -5,6 +5,12 @@
"layouts": "assets/layouts.json" "layouts": "assets/layouts.json"
} }
=== ===
# Bezos Loves Slides
* My PowerPoint Killer
* Markdown Format
* Images, Shaders, soon Video?
* Hot Reload
---
# Bezos Slide Format # Bezos Slide Format
* Just markdown * Just markdown
separated by --- separated by ---
@ -42,7 +48,7 @@ Bare content like this
--- ---
{ {
"shader": "flame", "shader": "flame",
"bg_color": [100, 20, 10, 255] "bg_color": [100, 30, 40, 255]
} }
# Shaders # Shaders
* Use "shader": "flame" * Use "shader": "flame"
@ -55,10 +61,10 @@ Bare content like this
"font_padding": 20 "font_padding": 20
} }
# Font Config # Font Config
* Only on slides for now * X = "title_" or "font_"
* "font_color": [r,g,b,a] * "X_color": [r,g,b,a]
* "font_size": int * "X_size": int
* "font_padding": int * "X_padding": int
--- ---
{ {
"font_size": 120, "font_size": 120,

Loading…
Cancel
Save