Shortcodes für Hugo & Papermod
Shortcodes Hugo and PaperMod Below is a combined, alphabetical list of common shortcodes from both sources, with (Hugo) for Hugo and (CustP) for Custom PaperMod. before - Creates the ‘before’ panel in a side-by-side comparison (CustP) . callout - Creates a highlighted aside with types like info, warning, tip, note, or success (CustP) . compare - Wraps a before/after comparison block for side-by-side visuals (CustP) . details - Inserts an HTML <details> element for a collapsible content block (Hugo) . figure - Inserts an HTML <figure> element with advanced image placement and caption options (Hugo) . gist - Embeds a GitHub Gist (Hugo) . highlight - Displays syntax-highlighted code with configurable options (Hugo) . image - Processes and embeds images with attributes like width and alt text (CustP) . instagram - Embeds an Instagram post (Hugo) . param - Inserts a parameter value from front matter or site configuration (Hugo) . pullquote - Displays a large-format quote for emphasis (CustP) . qr - Generates a QR code image from a provided string (Hugo) . ref - Creates a canonical (absolute) permalink to another page (Hugo) . relref - Creates a relative permalink to another page (Hugo) . stat - Displays a single metric tile with a number and label (CustP) . stats - Wraps a group of stat tiles in a flex container (CustP) . step - Creates a single numbered step within a steps block (CustP) . steps - Wraps a sequence of step shortcodes for auto-numbered procedures (CustP) . vimeo - Embeds a Vimeo video player (Hugo) . x - Embeds an X (formerly Twitter) post (Hugo) . youtube - Embeds a YouTube video player (Hugo) . ...