shithub: hugo

ref: 79a022a15c5f39b8ae87a94665f14bf1797b605c
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>