A ready-to-fork template for talks, using remark, KaTeX and some customised CSS.
- Clone this repository:
git clone https://github.com/glouppe/talk-template.git
cd talk-template
- Start an HTTP server to serve the slides:
python -m http.server 8001
- Edit
talk.md
for making your slides. - Use decktape for exporting your slides to PDF.
Slides are written in Markdown. See the remark documentation for further details regarding the supported features.
This template also comes with grid-like positioning CSS classes (see assets/grid.css
) and other custom CSS classes (see assets/style.css
)
Slides can be readily integrated with GitHub pages by hosting the files in a GitHub repositery and enabling Pages in the Settings tab.
See e.g. https://glouppe.github.io/talk-template for this deck.