adampatterson / Handle

The child theme for Axe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle

Handle is a child theme of Axe

Opening theme-helpers.php and uncommenting the function on line 6 and allows the child theme to serve all of your themes assets.

To see Handle in action checkout Blade

Theme Structure

Handle/
├── acf-json/
│   └── ...
├── assets/
│   └── ...
│   └── css
│   └── fonts
│   └── img
│   └── js
│   └── vendor
├── lib/
│   └── ...
├── src/
│   └── ...
│   └── js
│   └── scss
├── templates/
│   └── ...    
│   └── partials/   
│   └── content-{slug}.php
│   └── sub-{parent_slug}.php
├── vendor/
│   └── ...    
├── woocommerce/
│   └── ...
├── bower.json
├── composer.json
├── package.json
└── webpack.mix.js

Local Development

ln -s ~/Sites/personal/Handle ~/Sites/personal/wordpress.test/wp-content/themes

About

The child theme for Axe


Languages

Language:JavaScript 53.3%Language:PHP 43.0%Language:CSS 3.7%