diff options
author | Alejandro <[email protected]> | 2024-07-28 20:38:16 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-28 20:38:16 -0600 |
commit | 9ccf45819c9f3bbb1e60ffbed49d03fcd8011f1a (patch) | |
tree | ecad7eee4ec2d03c1e7a47fefa9e78c3d3c4781a /README.md | |
parent | 4dfdc5647dfbef5e0dac70b2955a8274caca328e (diff) |
modified: added section of shortcodes syntax
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -13,3 +13,11 @@ hugo server --noHTTPCache ``` For more information, check [HUGO's documentation site](https://gohugo.io/documentation/) + +## Shortcodes + +Using the extensibility of HUGO, shortcodes are listed in the next syntax: + +- count: Count files of a specific section +- list: List files of a specific section +- snippet: HTML snippet code for recursing elements in pages |