<description>Use the children shortcode to list the child pages of a page and the further descendants (children&rsquo;s children). By default, the shortcode displays links to the child pages.
Usage Parameter Default Description page current Specify the page name (section name) to display children for containerstyle &ldquo;ul&rdquo; Choose the style used to group all children. It could be any HTML tag name style &ldquo;li&rdquo; Choose the style used to display each descendant.</description>
<description>This shortcode uses the RapiDoc library to display your OpenAPI Specifications.
Note This only works in modern browsers.
Configuration Swagger is configured with default settings. You can customize Swagger&rsquo;s default settings for all of your files thru a JSON object in your config.toml or override these settings per page thru your pages frontmatter.
The JSON object of your config.toml / frontmatter is forwarded into Swagger&rsquo;s initialization. At the moment, only the theme setting is supported.</description>
Attachments adivorciarsetoca00cape.pdf (361 KB) BachGavotteShort.mp3 (357 KB) Carroll_AliceAuPaysDesMerveilles.pdf (175 KB) hugo.png (17 KB) hugo.txt (20 B) movieselectricsheep-flock-244-32500-2.mp4 (340 KB) Usage The shortcurt lists files found in a specific folder. Currently, it support two implementations for pages
<description>A button is a just a clickable button with optional icon.
{{% button href=&#34;https://gohugo.io/&#34; %}}Get Hugo{{% /button %}} {{% button href=&#34;https://gohugo.io/&#34; icon=&#34;fas fa-download&#34; %}}Get Hugo with icon{{% /button %}} {{% button href=&#34;https://gohugo.io/&#34; icon=&#34;fas fa-download&#34; icon-position=&#34;right&#34; %}}Get Hugo with icon right{{% /button %}} Get Hugo Get Hugo with icon Get Hugo with icon right </description>
Usage {{% expand [ &lt;string&gt; [ &#34;true&#34; | &#34;false&#34; ] ] %}} Yes! {{% /expand %}} The first optional parameter defines the text that appears next to the expand/collapse icon. The default text is &quot;Expand me...&quot;.
The second optional parameter controls if the block is initially shown as expanded (&quot;true&quot;) or collapsed (&quot;false&quot;). The default ist &quot;false&quot;.
<description>The include shortcode includes other files from your project inside of the current file. This can even contain Markdown and will be taken into account when generating the table of contents.
Usage {{% include &lt;string&gt; [ &#34;true&#34; | &#34;false&#34; ] %}} The first required parameter is the path to the file to be included.
If the file&rsquo;s content will be displayed as HTML, the second optional parameter controls if the first heading of the included file should be displayed (&quot;true&quot;)- which is the default - or be hidden.</description>
Warning Due to limitations with Mermaid, it is currently not possible to use Mermaid code fences in an initially collapsed expand shortcode. This is a know issue and can&rsquo;t be fixed by this theme.
Usage Just insert your Mermaid code in the mermaid shortcode like this:</description>
Usage {{% notice ( note | info | tip | warning ) [ &lt;string&gt; [ &lt;string&gt; ] ] %}} Some markup {{% /notice %}} The first parameter is required and indicates the type of notice.
The second parameter is optional. If provided, it will be used as the title of the notice. If not provided, then the type of notice will be used as the title.</description>
[params] editURL = &#34;https://github.com/McShelby/hugo-theme-relearn/edit/main/exampleSite/content/&#34; Use the siteparam shortcode to display its value.
`editURL` Value : {{% siteparam &#34;editURL&#34; %}} is displayed as
<description>Choose which content to see across the page. Very handy for providing code snippets for multiple languages or providing configuration in different formats.