The great Story theme by xaprb is a great theme, to enhance the styling of Remark slides. However, it is mostly available through a Hugo theme, so here is a Jekyll version.
- Clone this repo (or your own fork)
$ bundle install
$ bundle exec jekyll serve
-
Create the folder for your presentation:
mkdir <name-of-presentation>
-
Create and edit an
index.md
file in this new folder:vim <name-of-presentation>/index.md
-
Fill it with your Remark slide content:
---
title: "<name-of-presentation>"
date: 2021-10-16
ratio: "16:9"
layout: story
---
# A first slide
With some content
- Look at the example Story presentation for ideas on how to organise and
style the slides. The live version is
here, while the source is
available in this repo (see
./adirondack/index.md
).