Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Get Sub Directories Working

For a hugo site with directory like this :

automating - handbrake ├── _ index.md ├── output - maker - for - customs │   ├── custom _ run.bash │   ├── encoder - presets.md │   ├── get _ encoder _ preset.py │   ├── _ index.md │   └── make _ custom _ script.py └── output - maker - for - presets ├── make _ preset _ commands.py ├── preset _ list.txt └── preset _ run.bash

You have to use [TODO: Code shorthand span ] instead of [TODO: Code shorthand span ] to get the lower level directories to work.

By default [TODO: Code shorthand span ] will do a [TODO: Code shorthand span ] template. but you can override that with e.g. ` layout : single `

In order to get ` encoder - presets.md ` , [TODO: Code shorthand span ] can't be ` output - maker - for - customs/index.md ` . Note that you can flip it over with a [TODO: Code shorthand span ] too to show content instead of a list.