Greetings,

Are there any plans to offer an HTML5 starter theme? Thanks

Comments

shadcn’s picture

Assigned: Unassigned » shadcn
Status: Active » Needs work

This is now in progress. Assigning this to me. Thanks ^^

pyxio’s picture

nice!

pyxio’s picture

Hi,

How is the progress on this? Cheers Kevin

shadcn’s picture

I've made some progress on this. But not completed.

If you use the latest radix, you can create an html5 theme with the new Radix Kits. Kits are starter themes that's been built for a particular use case. html5 is one. (More on kits later ^^)

For now, you should be able to get up with an html5 theme quickly with drush:

drush radix "My theme" --kit=html5

Some kits that we have right now:

  1. default: the default starter theme
  2. html5: HTML 5 starter theme (will have HTML5 boilerplate as well hopefully)
  3. fixed: a non-responsive starter theme

Upcoming kits:

  1. openatrium: a kit to quickly start theming open atrium

and some other ideas.

Feedback and help really appreciated. Thanks. ^^

pyxio’s picture

Hi,

Just checking in and wondering if Boilerplate is integrated yet into the html5 starter kit. thanks! kevin

cgove’s picture

Anxiously awaiting the openatrium kit!

antpre’s picture

Issue summary: View changes

I would also love to see an easy way to create a subtheme for openatrium.
Any news.
Thanks

pyxio’s picture

hello

when i run drush command drush radix "My theme" --kit=html5 i get error The drush command 'radix My theme' could not be found. Run `drush cache-clear drush` to clear the commandfile cache if you have installed new extensions. is the html5 kit still available? thanks

shadcn’s picture

No. Only the default kit is available out of the box. We have merged the HTML5 kit with it.

PI_Ron’s picture

Can kits be placed outside of radix folder?

shadcn’s picture

You can place your kit in a Github repo and drush radix will pull it for you. Let me find the documentation for that.

shadcn’s picture

shadcn’s picture

Status: Needs work » Closed (fixed)