{{- $reveal_location := $.Param "reveal_hugo.reveal_cdn" | default "reveal-js" -}} {{- $highlight_location := $.Param "reveal_hugo.highlight_cdn" | default "highlight-js" -}} {{- $custom_theme := $.Param "reveal_hugo.custom_theme" -}} {{- $custom_theme := $.Param "reveal_hugo.custom_theme" -}} {{- if $custom_theme -}} {{- $custom_theme_options := $.Param "reveal_hugo.custom_theme_options" | default dict -}} {{- if $.Param "reveal_hugo.custom_theme_compile" -}} {{ $asset := resources.Get $custom_theme | toCSS $custom_theme_options | minify | fingerprint }} {{- else -}} {{- end -}} {{ else -}} {{- $theme := $.Param "reveal_hugo.theme" | default "black" -}} {{ end -}} {{- $highlight_theme := $.Param "reveal_hugo.highlight_theme" | default "default" -}}