# Hugo Terminal Simple Module to display a Terminal Styled Code Block. The Highlighter is set to Bash. ## Install `./config/_default/module.toml` ``` [[imports]] path = "https://git.octolabs.net/Flycro/hugo-terminal" ``` `assets\scss\custom.scss` ```css @import 'hugo-terminal'; ``` ## Usage ``` {{}} Text to be Rendered in a Terminal Styled Window {{}} ```