23 lines
548 B
YAML
23 lines
548 B
YAML
title: Title of my web site
|
|
description: Description of my web site
|
|
folders:
|
|
- folder: ../path/containing/texts
|
|
title: Section title
|
|
files:
|
|
- file: file1.md
|
|
title: Title 1
|
|
- file: file2.md
|
|
title: Title 2
|
|
- folder: ../path/containing/texts
|
|
title: Other section title
|
|
files:
|
|
- file: file3.md
|
|
title: Title 3
|
|
- folder: ../path/containing/sounds
|
|
title: Sound section title
|
|
files:
|
|
- file: song1.mp3
|
|
title: Song 1
|
|
- file: song 2.mp3
|
|
title: Song 2
|