config.toml
[outputFormats.title-only]
mediaType = "text/html"
baseName = "index-title-only"
[outputs]
page = ['HTML','title-only']
layouts/_default/single.title-only.html
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ end }}
publish directory
public/
├── post/
│ ├── test/
│ │ ├── index.html
│ │ └── index-title-only.html
│ └── index.html
└── index.html