From 6ef3392aa0a8b00f4046145c6628285ccf950fd6 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Sat, 8 Apr 2023 13:38:21 -0400 Subject: [PATCH] prototype remarkjs slides with Kraken formatting and auto-execute code in browser on slide change! Some rough edges, including two different editors between the first slide and the reveal slide --- website/presentation.html | 111 ++++++++++++++++++++++++++++++++++++++ website/recursive.css | 3 +- 2 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 website/presentation.html diff --git a/website/presentation.html b/website/presentation.html new file mode 100644 index 0000000..2bba54e --- /dev/null +++ b/website/presentation.html @@ -0,0 +1,111 @@ + + + + My Awesome Presentation + + + + + + + + + + + + + + + + + diff --git a/website/recursive.css b/website/recursive.css index 4d673fb..4a303d0 100644 --- a/website/recursive.css +++ b/website/recursive.css @@ -45,9 +45,10 @@ h2 { font-size: 3em; } h3 { font-size: 1.5em; } h4 { font-size: 1.2em; } i { --rec-slnt: -14; } +em { --rec-slnt: -14; } b { --rec-wght: 600; } .run_container { position: relative; } -.editor { +.editor, .remark-code, .remark-inline-code { font-family: 'Recursive', monospace; font-size: 1rem; --rec-mono: 1;