Hugo-Only Component

Unlike all other components, this component is ONLY for hugo specific tools and applications. It does not have any other interfaces and only houses these tools and applications until an appropriate component is ready for parking.

This component is available starting from v1.13.0.

Hugo

Bissetii prepared a number of Hugo interfaces to manage Hugo-Only component seamlessly across all output formats.

Shortcodes

By default, it is hard to process single or multiple card data across multiple outputs while maintaining a single input format. Hence, Bissetii prepared the following shortcodes to standardize the i18n rendering. These shortcodes are specific to Bissetii which works differently from Hugo.

renderHTML Shortcode

To render HTML codes inside the Markdown.

Available since version: v1.19.0

1
2
3
{{< renderHTML "[OUTPUT_FORMAT_1]" "[OUTPUT_FORMAT_2]" ... >}}
	<!-- Your HTML Codes Here */ -->
{{< /renderHTML >}}
  1. [OUTPUT_FORMAT_N] - COMPULSORY
    1. To instruct Hugo to render the HTML codes in specific output formats.
    2. The parameters are variadic.

Example usage:

1
2
3
{{< renderHTML html amp >}}
...
{{< /renderHTML >}}

Go

This is a Hugo-Only component. Hence, there is no Go interface.

HTML

This is a Hugo-Only component. Hence, there is no HTML interface.

CSS

This is a Hugo-Only component. Hence, there is no CSS interface.

Javascript

This is a Hugo-Only component. Hence, there is no Javascript interface.

Sass

This is a Hugo-Only component. Hence, there is no Sass interface.

Researches

Here are the researches done to ensure Hugo-Only component meets the necessary quality assurances:

SCHEDULED COMING SOON

Epilogue

That’s all about Hugo-Only component in Bissetii. If you need more feature or need to report a bug, please feel free to file an issue at our Issue Section.