14 lines
459 B
HTML
14 lines
459 B
HTML
<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> |