Skip to content

csc-training/slidefactory-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slidefactory-template

Empty template repository for new courses and presentations. Uses CSC's slidefactory to easily generate slides in CSC style from markdown.

Guide

To help you get started, in the directory guide/ there are some guides, instructions and handy tools:

Usage

Install slidefactory

If you haven't already installed slidefactory, please do so with the following command and follow the instructions of the installer:

make install

Write slides

Use your favourite editor to add new markdown slides (filename ending in .md) into the directory docs/. To get started, there is an empty template in docs/empty.md that can be copied.

Please see the Syntax Guide for Markdown for the special syntax used for the slides.

Convert into HTML slides

Convert your markdown slides into HTML files with the command:

make

The command works both in the main directory as well as in docs/. It will also generate an index file docs/index.html containing links to the HTML slides that can be used to set up e.g. Github pages easily.

Of course, you can also use slidefactory directly, so e.g. with slidefactory.sif *.md. Please see slidefactory's documentation for more detailed info.

Convert into HTML and PDF slides

To get also PDFs of your slides, please use the command:

make pdf

Remove extra files (optional)

If you want, you can also clean up the repository of all the extra files (guides, empty markdown template) that are not strictly necessary with the command:

make purge

If you want to remove the HTML (and PDF) files generated, you can do that with:

make clean

About

Empty template for slidefactory slides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published