I've been wanting to convert my personal site over to a CMS for some while, since it's gotten increasingly hard to manage as it's grown, but I needed something with more structural flexibility than most of them have. Drupal seems to be the clear winner on that front, so I've got it installed on a test subdomain and am trying to get it configured the way I want.
I've been reading up on the taxonomy system, and it's starting to make sense, but I'm still a bit muddled about certain aspects of it, so I'm hoping someone can help me out.
What I want to do is this: have six major topic areas, and within each one certain features such as articles, book reviews, web site reviews, etc. So far so good -- I can set up one vocabulary for topic and another for content type, and each new story will get tagged with one of each, right? But here are the two things I'm not sure about:
Within each of the six main topic areas, there are a number of subtopics, at least for the areas with the most content (articles and web reviews, mostly). The number of subtopics varies from one area to the next, from around 8-10 at the low end to 25-30 at the high end. So I suppose the obvious solution would be to make topic a hierarchal vocabulary, where all the subtopics would be subcategories of the main six. But the thing is, I want to treat the main six a bit differently than the subtopics. I'd like for them each to have their own intro page, with a description/introduction, and then links to the various types of content (articles, book reviews, forums, etc.) within each one, and maybe the option of varying the theme slightly for each (different header image, for example). But I don't want to have to do that for each subcategory. Is this possible?