anunatak / anunastart
The Anunatak WordPress plugin
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3 056
Open Issues: 0
Language:JavaScript
Type:wordpress-theme
Requires
- php: >=5.4.0
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2024-11-09 18:11:42 UTC
README
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!