2024-07-13 01:46:47 +02:00
2024-07-12 20:24:21 +02:00
2024-07-12 20:24:21 +02:00
2024-07-13 01:46:47 +02:00
2024-07-12 20:30:22 +02:00

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>}}
Description
No description provided
Readme 24 KiB
Languages
SCSS 70.9%
HTML 29.1%