{{ $reveal := .Site.Data.lib.reveal }}
{{ $reveal_style := resources.Get "lib/reveal/reveal.css" | resources.Minify | resources.Fingerprint }}
{{ if eq .Params.revealTheme "bagie" }}
{{ $theme_style := resources.Get "lib/reveal/theme/beige.css" | resources.Minify | resources.Fingerprint }}
{{ else if eq .Params.revealTheme "black" }}
{{ $theme_style := resources.Get "lib/reveal/theme/black.css" | resources.Minify | resources.Fingerprint }}
{{ else if eq .Params.revealTheme "blood" }}
{{ $theme_style := resources.Get "lib/reveal/theme/blood.css" | resources.Minify | resources.Fingerprint }}
{{ else if eq .Params.revealTheme "league" }}
{{ $theme_style := resources.Get "lib/reveal/theme/league.css" | resources.Minify | resources.Fingerprint }}
{{ else if eq .Params.revealTheme "moon" }}
{{ $theme_style := resources.Get "lib/reveal/theme/moon.css" | resources.Minify | resources.Fingerprint }}
{{ else if eq .Params.revealTheme "night" }}
{{ $theme_style := resources.Get "lib/reveal/theme/night.css" | resources.Minify | resources.Fingerprint }}
{{ else if eq .Params.revealTheme "serif" }}
{{ $theme_style := resources.Get "lib/reveal/theme/serif.css" | resources.Minify | resources.Fingerprint }}
{{ else if eq .Params.revealTheme "sky" }}
{{ $theme_style := resources.Get "lib/reveal/theme/sky.css" | resources.Minify | resources.Fingerprint }}
{{ else if eq .Params.revealTheme "solarized" }}
{{ $theme_style := resources.Get "lib/reveal/theme/solarized.css" | resources.Minify | resources.Fingerprint }}
{{ else if eq .Params.revealTheme "white" }}
{{ $theme_style := resources.Get "lib/reveal/theme/white.css" | resources.Minify | resources.Fingerprint }}
{{ else }}
{{ $theme_style := resources.Get "lib/reveal/theme/simple.css" | resources.Minify | resources.Fingerprint }}
{{ end }}
{{ $reveal_script := resources.Get "lib/reveal/reveal.js" | resources.Minify | resources.Fingerprint }}
{{ if in .Params.Plugins "highlight" }}
{{ if eq .Params.highlightTheme "zenburn" }}
{{ $highlight_style := resources.Get "lib/reveal/highlight/zenburn.css" | resources.Minify | resources.Fingerprint }}
{{ else }}
{{ $highlight_style := resources.Get "lib/reveal/highlight/monokai.css" | resources.Minify | resources.Fingerprint }}
{{ end }}
{{ end }}
{{ if in .Params.Plugins "notes" }}
{{ end }}
{{ if in .Params.Plugins "zoom" }}
{{ end }}
{{ if in .Params.Plugins "math" }}
{{ end }}