{{ define "main" }}

About

Console is a minimal, responsive and light theme for Hugo inspired by Linux console. (more)


Latest posts

{{ with .Site.GetPage "/posts" }} {{ range first 3 (sort .Data.Pages "Date" "desc" (where .Pages ".Params.private" "!=" true))}}

{{ .PublishDate.Format "Jan. 2, 2006" }}

{{ .Title }}

{{ .Summary }}

{{ end }} {{ end }}

Latest photos

{{ with .Site.GetPage "/photos" }} {{ range first 3 (sort .Data.Pages "Date" "desc")}} {{ $image := .Page.Resources.GetMatch .Params.image }} {{ with $image }} {{ $thumb := .Resize "400x" }} {{ .Title }} {{end}} {{ end }} {{ end }}
{{ end }}