An empty container for your WordPress Theme.
We recommend using degit
to scaffold your project. Setup is simple:
npm install -g degit
degit apsislabs/cabinet path/to/your/project
This theme is just a starting point --- a lighter-weight version of the _s
theme offered by Automattic. There's very little you need to do to get up and running:
- Change the
I18N_DOMAIN
constant infunctions.php
to your own text domain. - Change the
Theme Name
,Author
,Author URI
instyle.css
.
You can write your CSS and JS directly in the assets
directory, but we highly recommend using a build tool. By default, Cabinet will include assets at assets/bundle.js
, and assets/main.css
.
cabinet
was built by Apsis Labs. We love sharing what we build! Check out our other libraries on Github, and if you like our work you can hire us to build your vision.