hugo-geekdoc/exampleSite/content/en/shortcodes/columns.md

59 lines
1.6 KiB
Markdown
Raw Normal View History

---
title: Columns
---
The Columns shortcode can be used to organize content side-by-side (horizontally) for better readability.
2020-01-12 15:33:02 +01:00
2022-07-11 20:46:01 +02:00
## Attributes
| Name | Description | default |
| --------------- | ------------------------------------------------ | ------- |
| size (optional) | size of the first column (small\|regular\|large) | regular |
## Usage
2020-01-12 15:33:02 +01:00
```html
{{</* columns */>}} <!-- begin columns block -->
## Left Content
2020-05-31 18:17:32 +02:00
Dolor sit, sumo unique argument um no ...
2020-01-12 15:33:02 +01:00
<---> <!-- magic separator, between columns -->
2020-01-12 15:33:02 +01:00
## Mid Content
2020-05-31 18:17:32 +02:00
Dolor sit, sumo unique argument um no ...
2020-01-12 15:33:02 +01:00
<---> <!-- magic separator, between columns -->
2020-01-12 15:33:02 +01:00
## Right Content
2020-05-31 18:17:32 +02:00
Dolor sit, sumo unique argument um no ...
2020-01-12 15:33:02 +01:00
{{</* /columns */>}}
```
## Example
{{< columns >}}
2020-05-31 18:17:32 +02:00
## Left
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates
investiture. Ornateness bland it ex enc, est yeti am bongo detract re. Pro ad prompts
feud gait, quid exercise emeritus bis e. In pro quints consequent, denim fastidious
copious quo ad. Stet probates in duo.
2020-01-12 15:33:02 +01:00
<--->
## Mid Content
2020-05-31 18:17:32 +02:00
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates
investiture. Ornateness bland it ex enc, est yeti am bongo detract re.
2020-01-12 15:33:02 +01:00
<--->
## Right Content
2020-05-31 18:17:32 +02:00
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates
investiture. Ornateness bland it ex enc, est yeti am bongo detract re. Pro ad prompts
feud gait, quid exercise emeritus bis e. In pro quints consequent, denim fastidious
copious quo ad. Stet probates in duo.
2020-01-12 15:33:02 +01:00
{{< /columns >}}