Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djfarly/wp-theme
https://github.com/djfarly/wp-theme
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/djfarly/wp-theme
- Owner: djfarly
- Created: 2015-03-31T08:41:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T13:27:25.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T18:47:01.252Z (3 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
> masterFinish 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.