{{ $keywords := union .Site.Params.keywords .Params.keywords -}} {{ $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction) "includePaths" (slice "node_modules/bootstrap/scss")) }} {{ $CSS := slice ( resources.Get "node_modules/asciinema-player/dist/bundle/asciinema-player.css" ) ( resources.Get "node_modules/javascript-autocomplete/auto-complete.css" ) ( resources.Get "node_modules/@fortawesome/fontawesome-free/css/all.min.css" ) | resources.Concat "css/bundle.css" | resources.Fingerprint "sha512" }} {{ $CCSS := resources.Get "css/custom.scss" | resources.ToCSS $options | minify | resources.Fingerprint "sha512" }} {{ if (and (not .Site.IsServer) .Site.Params.ga) }} {{ end }}