HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.06k stars 2.88k forks source link

fix docs: list_children missing? #3072

Closed fernan closed 5 months ago

fernan commented 6 months ago

Prerequisites

Proposal

In the docs (https://docs.hugoblox.com/reference/markdown/) there is a recipe for 'Listing child pages'. However the list_children shortcode is apparently missing:

---
title: "Documentos"
translationKey: documents
---

{{< list_children >}}

Produces this error:

hugobloxtest\content\es\documentos\_index.md:6:1": failed to extract shortcode: template for shortcode "list_children" not found 
hugobloxtest\content\es\documentos\_index.md:6:1:

{{< list_children >}}

hugo v0.119.0-b84644c008e0dc2c4b67bd69cccf87a41a03937e+extended windows/amd64 BuildDate=2023-09-24T15:20:17Z VendorInfo=gohugoio

Apparently the list_children shortcode is available for hugoblox bootstrap, but not for tailwind: modules/blox-bootstrap/layouts/shortcodes/list_children.html - OK modules/blox-tailwind/layouts/shortcodes/list_children.html - Not there

I am using the https://github.com/HugoBlox/theme-landing-page theme.

Motivation and context

Improve the docs and/or fix bugs

github-actions[bot] commented 5 months ago

This issue is stale because it has not had any recent activity. The resources of the project maintainers are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the main branch, consider contributing a Pull Request with a fix.

If this is a feature request, and you feel that it is still relevant and valuable, consider contributing a Pull Request for review.

This issue will automatically close soon if no further activity occurs. Thank you for your contributions.