shithub: hugo

ref: 3727a9d111a67be5859b0b4c6c4c941a59dc2748
dir: /docs/layouts/shortcodes/content-tree.html/

View raw version
<div class="code">
    <pre><code>
        ├── blog
        │   ├── _index.md [section]
        │   ├── first-post.md [page]
        │   └── second-post
        │       ├── index.md [page bundle]
        │       └── photo.jpg [page resource]
        └── tags
            ├── _index.md [taxonomy]
            └── funny
                └── _index.md [term]
    </code></pre>
</div>