Directories

Directories in the Layout Root are automatically indexed if no index.md file exists within.

Directories that are meant to be recursively copied verbatim and not indexed by Writer’s Block must start with an underscore character (_).

For example, with the following Layout Root structure:

example
├── stuff
│   ├── 01.md
│   ├── 02.md
│   └── bird.jpg
└── _vendor
    ├── css
    │   └── style.css
    └── js
        └── script.js

Files inside example/stuff will be automatically indexed (due to lack of the Index template), whilist _vendor directory with all its subdirectories (css and js) will be copied verbatim over to Build root.

Backlinks


Improve this page

fingerprint 6d8993c2 -- generated for https://mtod.org/wb at 2023-02-26 06:51:51.645021Z