The wordpress base them for jossemarGT website, build with Roots starter theme based on HTML5 Boilerplate & Bootstrap.
You're free to use it.
Install and enable this plugin for full functionality. Yes, is a dependency.
Install this plugin to enable additional features:
- Root relative URLs
- Nice search (
/search/query/) - Cleaner output of
wp_headand enqueued assets markup
git clone https://github.com/jossemarGT/congroo.git
cd congroo
npm install
grunt watch
Don't forget to put define('WP_ENV', 'development'); in the wp-config.php file.
grunt dev— Compile LESS to CSS, concatenate and validate JSgrunt watch— Compile assets when file changes are madegrunt build— Create minified assets that are used on non-development environments
Read the roots documentation:
- Roots 101 — A guide to installing Roots, the files, and theme organization
- Theme Wrapper — Learn all about the theme wrapper
- Build Script — A look into how Roots uses Grunt
- Roots Sidebar — Understand how to display or hide the sidebar in Roots