{{ partial "header.html" . }} {{ partial "top-block.html" . }} {{ range $index, $element := .Data.Pages.ByWeight }}{{ if eq .Section "post" }}
{{ if modBool $index 2 }}
{{ else }}
{{ end}}
{{ if (isset .Params "icon") }} {{ end }}

{{ .Title }}

{{ .Content }}

{{ end }} {{ if eq .Section "carousel" }}
{{ if (isset .Params "icon") }} {{ end }}

{{ .Content }}

{{ end }} {{ end }}

Getting Started

Download Quickstart Guide

 

Using Homebrew?

brew install hugo
{{ partial "footer.html" . }}