devopsdays / raging-yak

Working repository for the 2.0 project of DevOpsDays
Apache License 2.0
0 stars 1 forks source link

Taxonomy and layout discussion #3

Closed mattstratton closed 2 months ago

mattstratton commented 2 months ago

Let's use this to think about overall layout etc

First topic!

Maybe we should rethink the taxonomy. We tend to think about the grouping a yearly basis, but what if...the taxonomy was city oriented?

So you end up with a structure like this:

content/
└── events
    └── ponyville
        └── 2023
            ├── index.md
            ├── logo.png
            ├── speakers.md
            └── speaker-images
                └── twilight-sparkle.jpg
        └── 2024
            ├── index.md
            └── speakers.md
    └── hoofington
        └── 2024
            ├── index.md
            ├── logo.png
            ├── speakers.md
            └── speaker-images
                └── twilight-sparkle.jpg
        └── 2025
            ├── index.md
            └── speakers.md