Hugo demo

This is a demo Hugo website built using the US Web Design System.

Notes / errata / things to do

  • Hugo uses libsass by default

    USWDS 3 uses features provided by dart-sass. Hugo supports building using dart-sass-embedded as long as the binary is on $PATH.

  • Assets referenced by CSS not fingerprinted

    Something like postcss-url might do the job.

  • .TableOfContents not customizable

    Hugo renders the actual TOC HTML, but does not provide the underlying data.