https://github.com/itsjonq/timberjack
An object-oriented Wordpress theme that utilizes the Timber plugin
https://github.com/itsjonq/timberjack
Last synced: 10 months ago
JSON representation
An object-oriented Wordpress theme that utilizes the Timber plugin
- Host: GitHub
- URL: https://github.com/itsjonq/timberjack
- Owner: ItsJonQ
- License: mit
- Created: 2014-12-13T19:00:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T00:27:14.000Z (almost 9 years ago)
- Last Synced: 2025-04-10T10:59:48.425Z (over 1 year ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timberjack
A starter boilerplate theme for Wordpress that runs on [Timber](https://github.com/jarednova/timber)
### Prerequisites
* npm
* local Wordpress environment
### Getting Started
* Clone/copy timberjack into your wp-contents/theme folder
* Open terminal
* `cd` into the timberjack folder
Then run the following command:
```
npm install
```
Once everything is installed, run the following command to fire it up!
```
npm start
```
### Customizing Timberjack
* rename the ```timberjack``` folder to the theme name of your choice
* customize the attributes in ```style.css```
* replace ```screenshot.png``` with the theme screenshot of your choice
### Deploying
* add your server's information to ```sync``` in your ```scripts/config.js```
Run the following command:
```
npm run deploy
```