mstyle shortcode installation

Posted on August 24, 2023 (Last modified on August 25, 2023) • 1 min read • 70 words
Share via

Information on how to install the mstyle shortcode

Installation to a Hugo site

If you want to use the mstyle shortcode in your Hugo site, just copy the following file from the Myrthos repository  to your site’s shortcode folder:

  • layouts/shortcodes/mstyle.html

Also copy the following file to your scss/css folder:

  • assets/scss/components/_mstyle.scss

If your site is not based on Hinode, rename the file to mstyle.css.

Lastly on a site using the Hinode theme add the following to assets/scss/app.scss:

@import "components/mstyle.scss";
Site Links
Social Media