{{/* icons source: https://heroicons.com/ */}} {{ $dataTOML := ` [[features]] heading = "Optimized for speed" copy = "Written in Go, optimized for speed and designed for flexibility. With its advanced templating system and fast asset pipelines, Hugo renders a large site in seconds, often less." icon = """ """ [[features]] heading = "Flexible framework" copy = "With its multilingual support, and powerful taxonomy system, Hugo is widely used to create documentation sites, landing pages, corporate, government, nonprofit, education, news, event, and project sites." icon = """ """ [[features]] heading = "Fast assets pipeline" copy = "Image processing (convert, resize, crop, rotate, adjust colors, apply filters, overlay text and images, and extract EXIF data), JavaScript bundling (tree shake, code splitting), Sass processing, great TailwindCSS support." icon = """ """ [[features]] heading = "Embedded web server" copy = "Use Hugo's embedded web server during development to instantly see changes to content, structure, behavior, and presentation. " icon = """ """ ` }} {{ $data := $dataTOML | transform.Unmarshal }}