Commit 03e4ce5
fix: add underscore prefix to collection directories for Jekyll
Jekyll requires collection directories under collections_dir to be
prefixed with underscore (e.g., content/_locksounds/ not content/locksounds/).
Without the prefix, Jekyll treats the markdown files as regular pages
instead of collection documents, causing site[page.collection_name]
to return empty and category pages to show no items.
- Renamed all 5 collection dirs: _locksounds, _lightshows, _boombox, _wraps, _hornsounds
- Updated scripts/build.ts to reference underscore-prefixed dirs
- Updated PR templates with correct directory paths
Co-Authored-By: Paperclip <noreply@paperclip.ing>1 parent 12576cf commit 03e4ce5
27 files changed
Lines changed: 6 additions & 6 deletions
File tree
- .github/PULL_REQUEST_TEMPLATE
- content
- _boombox
- sample-track
- _hornsounds
- sample-horn
- _lightshows
- sample-show
- _locksounds
- sample-chime
- _wraps
- sample-wrap
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments