Menu
How to install and setup Hugolify.
Design (CSS, JS), HTML, Menu, Themes…
How to add and customize sections.
How to add and customize blocks.
Hugo and Hugolify shortcodes available.
Decap, Netlify, Pages, Sveltia and more.
Search
Displays a formating text block.
{{ $args := (dict "text" "Lorem ipsum" ) }} {{ partial "commons/text" $args }}
<div class="text"> <p>Lorem ipsum</p> </div>
text: "" class: "" // default is text
Table of contents