Reputation: 313
I'm developing a web site for a further education college in the UK, using Drupal (6.19). The site won't contain a huge volume of content and the structure is fairly simple.
I understand HTML and I have an reasonable understanding of PHP, SQL and CSS. I've created a sub-theme based on Genesis, but I'm feeling a bit out of my depth.
In your opinion, based on my level of skill, is it best to create a theme from scratch, or should I continue to develop my Genesis sub-theme?
Thanks,
Mike
Upvotes: 2
Views: 792
Reputation: 2813
As a general rule it makes sense to build on top of a starter theme such as Zen, ninesixty, or genesis. Those themes provide considerable functionality that is not worth rewriting. I'm not that familiar with genesis, but the other two provide a CSS reset, skiplinks to navigation for accessibility, SEO-sensitive content ordering, inline edit controls, and much more. Also, as with any piece of Drupal, when problems are discovered and corrected, you can update the base of your subtheme and get the fixes for free. Unless you have specific requirements that can't be met by subtheming, I recommend using a base theme.
Upvotes: 1