Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tcelestino/wp-theme-starter
- Owner: tcelestino
- Created: 2014-07-21T17:57:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T16:45:44.000Z (about 10 years ago)
- Last Synced: 2023-03-14T02:40:21.807Z (almost 2 years ago)
- Language: CSS
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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