Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2021-08-07 20:36:45 +0300
committerGitHub <noreply@github.com>2021-08-07 20:36:45 +0300
commitc80a0e76599f76f4efa4687b73de9dfbb3f5ed6c (patch)
treee1199f74720cab0a7c3e8baee27d283dab3cec6b /README.md
parent39d9ad856ddae27eaaf83a10df64d0a1bc1733a4 (diff)
Able to customize number of columns. (#308)
* Able to customize number of columns. * mark row with index. * clases to rows odd/even. * Update features.html Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a003225..560f8b4 100644
--- a/README.md
+++ b/README.md
@@ -415,11 +415,12 @@ The meaning of the individual YAML keys is as follows:
| `url` | An optional URL the feature icon should point to; if specified, the icon will become a clickable hyperlink |
| `description` | A short text below the title text to describe the feature; Markdown is supported |
-Once you have completed your features, enable them in the `config.toml` file.
+Once you have completed your features, enable them in the `config.toml` file. Also the number of elements per row can be defined, by default is 3 (choose a divisor of 12 like 2, 3, 4 or 6).
```toml
[params.features]
enable = true
+ cols = 3
```
#### Testimonials