hugo-terminal/README.md

384 B

Hugo Terminal

Simple Module to display a Terminal Styled Code Block. The Highlighter is set to Bash.

Install

./config/_default/module.toml

[[imports]]
path = "git.octolabs.net/Flycro/hugo-terminal"

assets\scss\custom.scss

@import 'hugo-terminal';

Usage

{{<hugo-terminal>}}
Text to be Rendered in a Terminal Styled Window
{{</hugo-terminal>}}