Back to Hugo

The world’s fastest framework for building websites

docs/layouts/home.html

0.161.1824 B
Original Source

{{ define "main" }}

{{ partial "layouts/home/opensource.html" . }}


{{ partial "layouts/home/sponsors.html" (dict "ctx" . "gtag" "home" ) }}


{{ partial "layouts/home/features.html" . }} {{ end }} {{ define "hero" }}

The world’s fastest framework for building websites

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.

{{ with site.GetPage "/getting-started" }} {{ .LinkTitle }} {{ end }} {{ partial "layouts/search/button.html" (dict "page" . "standalone" true) }}

{{ end }} {{ define "rightsidebar" }} {{ printf "%c" '\u00A0' }} {{ end }} {{ define "leftsidebar" }} {{ printf "%c" '\u00A0' }} {{ end }}