mstyle shortcode installation
Posted on August 24, 2023 (Last modified on August 25, 2023) • 1 min read • 70 wordsInformation on how to install the mstyle shortcode
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:
Also copy the following file to your scss/css folder:
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";