When you publish your site, hugo creates the entire static site in the public directory in the root of your project This includes the html files, and assets such as images, css files, and javascript files. Hugo is the world's fastest static website engine It's written in go (aka golang) and developed by bep, spf13 and friends. Install hugo on macos, linux, windows, bsd, and on any machine that can run the go compiler tool chain. Quick start create a hugo site in minutes
Directory structure an overview of hugo's directory structure Although not required in all cases, git, go, and dart sass are commonly used when working with hugo. Use the hugo modules feature Access commit information from a local git repository host your site with services such as cloudcannon, cloudflare pages, github pages, gitlab pages, and netlify Hugo flex texify3 changelog theme hugo product launch xmag hugo bear neo autophugo Hugo publishes descendants of draft, future, and expired node pages
Generate man pages for the hugo cli Hugo import import a site from another system Hugo import jekyll hugo import from jekyll Hugo list all list all content Hugo list drafts list draft content Hugo list expired list expired content
Hugo list future list future content Hugo list published list published content. Provide front matter using a serialization format, one of json, toml, or yaml Hugo determines the front matter format by examining the delimiters that separate the front matter from the page content See examples of front matter delimiters by toggling between the serialization formats below.
OPEN