Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/djfarly/wp-theme


https://github.com/djfarly/wp-theme

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Basic Wordpress Theme

This Wordpress theme is intended to be installed through YeoPress.

## Setup

Make sure yo and generator-wordpress are installed.

```bash
npm install -g yo generator-wordpress
```

This theme also needs sass.

Setup your database and virtual hosts prior to starting the YeoPress installer.

```bash
yo wordpress
```

"Custom Theme"
> Yes

"Tarball / Git"
> Git

"Taskrunner"
> Grunt

"GitHub user"
> djfarly

"repo"
> wp-theme

"branch"
> master

Finish the wordpress installation inside your browser.

Start the watch task (the theme-folder symlink is created automatically):

```bash
cd theme-folder
grunt
```

Uninstall the 102 other themes and choose this theme.