shithub: hugo

ref: 047af7cfe5e9aa740b85e0f9974a2d31a0ef4c08
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>