Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tcelestino/wp-theme-starter

bootstrap to wordpress themes
https://github.com/tcelestino/wp-theme-starter

Last synced: about 9 hours ago
JSON representation

bootstrap to wordpress themes

Awesome Lists containing this project

README

        

# WordPress Theme Starter

Scaffold to WordPress themes

#How to use

```sh
git clone url-repo your-theme
cd your-theme
npm install
bower install
```

#Technologies

- [WordPress](http://wordpress.org/) - software you can use to create a beautiful website or blog
- [node js](http://nodejs.org/) - platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
- [Grunt](http://gruntjs.com/) - the javascript task runner.
- [bower](http://bower.io/) - a package manager for the web

#Grunt

```sh
//development
grunt develop
```

```sh
//build
grunt develop
```

##Packages

- [load-grunt-tasks](https://github.com/sindresorhus/load-grunt-tasks)
- [grunt-contrib-compass](https://github.com/gruntjs/grunt-contrib-compass)
- [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin)
- [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat)
- [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify)
- [grunt-browser-sync](https://github.com/shakyShane/grunt-browser-sync)
- [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch)

#Bower

- [modernizr](https://github.com/Modernizr/Modernizr)
- [jquery](https://github.com/jquery/jquery)

#Wordpress plugins

- [Force Regenerate Thumbnails](https://wordpress.org/plugins/force-regenerate-thumbnails/) - regenerate the thumbnails for your image attachments
- [YOAST WordPress SEO](https://yoast.com/wordpress/plugins/seo/) - write better content and have a fully optimized WordPress
- [Advanced Custom Fields](http://www.advancedcustomfields.com/) - create custom fields customizes

#FAQ

#Features

* Gulp version
* Add [Travis](https://travis-ci.org/)

#Version
0.1.0