我用 Gridsome 和 vuew-remark 创建了一个文档站点。我将每个文件夹的文档分组。
有这样的结构:
-docs
-topic1
-document1.md
-document2.md
-topic2
-document3.md
-document4.md
我想要一个包含文件夹内元素列表的页面,例如,我可以创建一个 index.md 生成带有查询的列表,但我需要将它复制到所有其他文件夹。如何配置 gridsome 使其自动生成(当然,提供通用模板)。
像这样的东西:
Title of document1
Here the excerpt for the document1
click here <go to document1>
---------------------------
Title of document2
Here the excerpt for the document2
click here <go to document2>