An open API service indexing awesome lists of open source software.

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

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
```