{{- with .OutputFormats.Get "rss" }} {{- printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML -}} {{ end }} {{ with (default .Site.Params.description .Params.description) -}} {{- end -}} {{ with .Params.keywords -}} {{- end }} {{ $defaultColors := dict "background_color" "#1f2835" "font_color" "#f8f8ff" "font_color_alternate" "#1f2835" "top_bar" "#f8f8ffcc" "dark" "#111" "link_color" "#5fcfd0" "link_color_visited" "#e4cdef" "code_edge" "#ac65cb" }} {{ $opts := dict "vars" (default $defaultColors site.Params.styles) }} {{ $style := resources.Get "/sass/main.scss" | resources.ToCSS $opts -}}