Documents

Hugo MDC Theme

Default Theme - No build scripts needed

You can just include the build from the components CDN and not worry about what is compiled into the theme.

Material Components - Web Hugo Site

Custom Theme - Build scripts; Minimum sized

The theme you see here was built only using minimal assets. Only the components needed for this site are compiled into the theme.

Example Components:

  • Button with Ripple Effect

  • FAB (Floating Action Button)

  • Toggle Button (using Material Icons)

    lock_open

Shortcode Components:

  • Button from Front Matter

    A Button Like This

    {{% mdc-link-button class="mdc-button--raised mdc-theme--primary-bg mdc-theme--text-primary-on-primary" auto="true" value="A Button Like This" %}}