shithub: hugo

ref: cb84d9816956c4de9353bc6d62d33723581bd3b4
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>