{{ $readable := resources.Get "css/readable/readable.css" }} {{ $theme := resources.Get "css/theme.css" }} {{ $custom := resources.Get "css/custom.css" }} {{ $style := slice $readable $theme $custom | resources.Concat "css/style.css" | minify | fingerprint }}