DecapCMS won't load my posts

Dear all,
i am rather new to webdev and have been fiddeling around on this one for a while now and i can’t seem to figure out what the issue is. I’m sure it’s something very minor but i can’t figure out how to let the posts created through Decap display in my list and single.html

This is my repo
I’d be very grateful if someone could have a look and help a noob out. The posts are stored in the content/shows directory. The directory was called content/posts before.

thank you in advance!

mmh, I’m unable to reproduce:

git clone -b master2 --single-branch https://github.com/pmarkert1/gk4.git
Cloning into 'gk4'...
remote: Enumerating objects: 529, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (79/79), done.
remote: Total 529 (delta 86), reused 117 (delta 67), pack-reused 372
Receiving objects: 100% (529/529), 621.04 KiB | 5.26 MiB/s, done.
Resolving deltas: 100% (186/186), done.

> cd gk4
> hugo server
Watching for changes in C:\_repos\my\gk4\{archetypes,content,package.json,static,themes}
Watching for config changes in C:\_repos\my\gk4\config.toml, C:\_repos\my\gk4\themes\gk-theme\hugo.toml
Start building sites …
hugo v0.127.0-74e0f3bd63c51f3c7a0f07a7c779eec9e922957e+extended windows/amd64 BuildDate=2024-06-05T10:27:59Z VendorInfo=gohugoio


                   | EN
-------------------+-----
  Pages            | 11
  Paginator pages  |  0
  Non-page files   |  0
  Static files     |  8
  Processed images |  0
  Aliases          |  0
  Cleaned          |  0

Built in 32 ms
Environment: "development"
Serving pages from disk
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop

image