From 9ccf45819c9f3bbb1e60ffbed49d03fcd8011f1a Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sun, 28 Jul 2024 20:38:16 -0600 Subject: modified: added section of shortcodes syntax --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c5e5ddd..ec55024 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3