publish/settings.yml.sample.yaml

23 lines
548 B
YAML
Raw Permalink Normal View History

2025-02-15 12:09:45 +01:00
title: Title of my web site
description: Description of my web site
folders:
- folder: ../path/containing/texts
title: Section title
2025-02-17 18:03:03 +01:00
files:
2025-02-15 12:09:45 +01:00
- file: file1.md
title: Title 1
- file: file2.md
title: Title 2
- folder: ../path/containing/texts
title: Other section title
2025-02-17 18:03:03 +01:00
files:
2025-02-15 12:09:45 +01:00
- file: file3.md
title: Title 3
- folder: ../path/containing/sounds
title: Sound section title
2025-02-17 18:03:03 +01:00
files:
2025-02-15 12:09:45 +01:00
- file: song1.mp3
title: Song 1
- file: song 2.mp3
title: Song 2