https://github.com/apsislabs/cabinet
A starter theme for Wordpress Development
https://github.com/apsislabs/cabinet
php starter-theme wordpress wordpress-theme
Last synced: 3 months ago
JSON representation
A starter theme for Wordpress Development
- Host: GitHub
- URL: https://github.com/apsislabs/cabinet
- Owner: apsislabs
- Created: 2018-01-05T04:18:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T14:04:15.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T09:13:52.638Z (5 months ago)
- Topics: php, starter-theme, wordpress, wordpress-theme
- Language: PHP
- Size: 12.7 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cabinet
An empty container for your WordPress Theme.
## Setup
We recommend using [`degit`](https://github.com/Rich-Harris/degit) to scaffold your project. Setup is simple:
```sh
npm install -g degit
degit apsislabs/cabinet path/to/your/project
```## Usage
This theme is just a starting point --- a lighter-weight version of the [`_s`](https://github.com/Automattic/_s) theme offered by Automattic. There's very little you need to do to get up and running:
1. Change the `I18N_DOMAIN` constant in `functions.php` to your own text domain.
2. Change the `Theme Name`, `Author`, `Author URI` in `style.css`.## Assets
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`.
---
# Built by Apsis
[](https://www.apsis.io)
`cabinet` was built by Apsis Labs. We love sharing what we build! Check out our [other libraries on Github](https://github.com/apsislabs), and if you like our work you can [hire us](https://www.apsis.io/work-with-us/) to build your vision.