Skip to content

Simple Hugo theme for making handout and slide all in ones.

License

Notifications You must be signed in to change notification settings

MaxAFriedrich/slideout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SideOut

A simple hugo theme for building educational material that could be presented as slides.

Usage

Make sure to add the following to your config.toml file.

theme = "slideout"

[Params]
  logo = "<Logo Path>"
  author = "<Your Name>"
  highlightColor = "<Highlight Color>"

[markup.highlight]
  codeFences = true
  guessSyntax = true
  hl_Lines = ""
  lineNoStart = 1
  lineNos = true
  lineNumbersInTable = true
  tabWidth = 4
  noClasses = false
  pygmentsUseClasses = true
  pygmentsCodefences = true

[markup.goldmark.renderer]
  unsafe = true

Then to separate content into slides just add horizontal rules (--- or ***) to your document. These will always remain hidden and are just used for the purposes of delineating eliminating the slides.

About

Simple Hugo theme for making handout and slide all in ones.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published