{{/* Copyright (C) 2019 Josh Habdas This file is part of After Dark. After Dark is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. After Dark is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */}} {{ define "title" -}} Hugo Dark Theme Site Generator | {{ .Params.title }} {{- end }} {{ define "header" }} {{ partial "masthead.html" . }} {{ end }} {{ define "main" }} {{ with resources.Get "css/conditional/layout/landing.css" | minify }} {{ end }}

{{ .Title }}v{{ .Site.Data.npm.latest.version }}

Hugo Dark Theme Site Generator

{{ .Description }}

{{ .Content }}
{{ partial "components/figure.html" (dict "alt" "After Dark screenshots" "src" "/images/minimal-mac_2400x1800-fs8.png" "lqipsrc" "/images/minimal-mac_800x600-fs8.png") }}
{{ range .Params.spotlight }}
{{ with .icon }} {{ (resources.Get (printf "svg/vendor/bytesize-icons/%s.svg" .)).Content | safeHTML }} {{ end }} {{ .title | title }} {{ if eq .beta true }} (Now in Beta!) {{ end }} {{ if eq .name "workflow" }}
{{ .description | markdownify }}
Features Modules Shortcodes Extras
40 4 27+ 2
{{ else }}

{{ .description | markdownify }}

{{ end }}
{{ end }} {{ end }} {{ define "footer" }} {{ partial "copyright-notice.html" . }} {{ end }}