Skip to content

Anunatak/anunastart

 
 

Repository files navigation

Anunastart

Anunastart is based on Gromf, but has some adjustments and improvements for better workflow.

Gromf is a WordPress starter theme based on Roots 7.0, using Foundation & Gulp instead of Bootstrap & Grunt.

Gulp

To limit the need to stop and start Gulp to add bower-scripts and other stuff that is needed on all page requests, we've added a simpler method.

Add your scripts within the vendors.json file and they magically become part of your scripts.js file (if you've booted gulp of course).

DOM Based Router

Roots has this thing they call DOM Based routing. In Anunastart you can route your stuff in the same way, except we are using this awesome jQuery-plugin called jquery-dom-router.

It's kind of exactly the same, only it responds to live changes of classes on your <body>-tag and the syntax is way sexier. Check it out!

About

WordPress theme based on the Roots starter theme, using Foundation & Gulp.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.3%
  • CSS 26.5%
  • PHP 6.2%