content-tree.html (459B)
1 <div class="code">
2 <pre><code>
3 ├── blog
4 │ ├── _index.md [section]
5 │ ├── first-post.md [page]
6 │ └── second-post
7 │ ├── index.md [page bundle]
8 │ └── photo.jpg [page resource]
9 └── tags
10 ├── _index.md [taxonomy]
11 └── funny
12 └── _index.md [term]
13 </code></pre>
14 </div>