Difference between revisions of "WP Base"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
== Base profile == | == Base profile == | ||
+ | === Theme plugins === | ||
+ | * https://github.com/sanchothefat/wp-sass | ||
+ | |||
+ | * http://wordpress.org/extend/plugins/theme-check/ | ||
+ | |||
+ | === Preprocess === | ||
+ | * http://semantic.gs/ | ||
+ | |||
+ | === Other === | ||
+ | * http://wordpress.org/extend/plugins/nginx-compatibility/ | ||
+ | |||
* http://wordpress.org/extend/plugins/rewrite-rules-inspector/ | * http://wordpress.org/extend/plugins/rewrite-rules-inspector/ | ||
** https://github.com/Automattic/Rewrite-Rules-Inspector | ** https://github.com/Automattic/Rewrite-Rules-Inspector | ||
Line 14: | Line 25: | ||
* http://wordpress.org/extend/plugins/w3-total-cache/ | * http://wordpress.org/extend/plugins/w3-total-cache/ | ||
* http://wordpress.org/extend/plugins/all-in-one-seo-pack/ | * http://wordpress.org/extend/plugins/all-in-one-seo-pack/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== Install script == | == Install script == |
Revision as of 09:36, 22 July 2012
Base theme
Bones 320semanticgs _s
Base profile
Theme plugins
Preprocess
Other
- http://wordpress.org/extend/plugins/rewrite-rules-inspector/
- http://wordpress.org/extend/plugins/backwpup/
- http://wordpress.org/extend/plugins/google-analytics-for-wordpress/
- http://wordpress.org/extend/plugins/google-sitemap-generator/
- http://wordpress.org/extend/plugins/w3-total-cache/
- http://wordpress.org/extend/plugins/all-in-one-seo-pack/
Install script
See https://gist.github.com/gists/3157720
mkdir wp-content/themes/bones && cd $_ && wget https://github.com/eddiemachado/bones/zipball/master && unzip master && mv eddie*/* eddie*/.. && rm -rf eddie* && rm master
or
git archive --remote=git://github.com/eddiemachado/bones.git master | tar -xf -
the git one doesn't work, to check.
- settings, permalinks
test data;
git clone git://github.com/sanchothefat/wp-sass.git wp-content/plugins/wp-sass git submodule update --init --recursive