Skip to content
Regis Philibert edited this page Oct 5, 2021 · 12 revisions

Styles and scripts building, media transformation, self-loaded fonts and SEO in the configuration. Hugo is even more declarative with HUGE.

Even though Hugo handles a lot from configuration, most of its new main features (pipes, js.build, image transformation) do not. HUGE aligns their ease of use with other feature of Hugo so users don't have to educate themselves about their API and focus on what matters: HTML, Javascript, CSS.

Let's make Hugo even more declarative!

Getting Started with Starters

Basic

NPM free, SCSS and vanilla JS : https://github.com/theNewDynamic/huge-starter

Tailwind + React

PostCSS, Tailwind and React: https://github.com/theNewDynamic/huge-starter-tailwind-react

Use on an existing project

Visit the Setup section or learn from the starters repos above.

In the mean time...

You should start by reading the Config doc and the subsequent feature presentation

Clone this wiki locally