|
@ -19,7 +19,19 @@ |
|
|
<meta name="description" content="{{ delimit . "," }}"> |
|
|
<meta name="description" content="{{ delimit . "," }}"> |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
|
|
|
|
|
|
{{ $style := resources.Get "/sass/main.scss" | resources.ToCSS -}} |
|
|
{{ $defaultColors := dict |
|
|
|
|
|
"background_color" "#1f2835" |
|
|
|
|
|
"font_color" "#f8f8ff" |
|
|
|
|
|
"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 -}} |
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}"> |
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}"> |
|
|
|
|
|
|
|
|
<title> |
|
|
<title> |
|
|