mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-14 17:00:40 +00:00
61 lines
1.5 KiB
Markdown
61 lines
1.5 KiB
Markdown
---
|
|
title: Columns
|
|
---
|
|
|
|
The Columns shortcode can be used to organize content side-by-side (horizontally) for better readability.
|
|
|
|
## Usage
|
|
|
|
```html
|
|
{{</* columns */>}} <!-- begin columns block -->
|
|
## Left Content
|
|
Dolor sit, sumo unique argument um no ...
|
|
|
|
<---> <!-- magic separator, between columns -->
|
|
|
|
## Mid Content
|
|
Dolor sit, sumo unique argument um no ...
|
|
|
|
<---> <!-- magic separator, between columns -->
|
|
|
|
## Right Content
|
|
Dolor sit, sumo unique argument um no ...
|
|
{{</* /columns */>}}
|
|
```
|
|
|
|
### Attributes
|
|
|
|
<!-- prettier-ignore-start -->
|
|
<!-- spellchecker-disable -->
|
|
{{< propertylist name=shortcode-columns sort=name order=asc >}}
|
|
<!-- spellchecker-enable -->
|
|
<!-- prettier-ignore-end -->
|
|
|
|
## Example
|
|
|
|
{{< columns >}}
|
|
|
|
### 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.
|
|
|
|
<--->
|
|
|
|
### Mid Content
|
|
|
|
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.
|
|
|
|
<--->
|
|
|
|
### Right Content
|
|
|
|
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.
|
|
{{< /columns >}}
|