Skip to content

kennethreitz-archive/wordpress-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress 2.9.2 Skeleton

I don't like repeating myself.

Installation

cd httpdocs
git clone git://github.com/kennethreitz/wordpress-skeleton.git .
git submodule init
git submodule update

Enhanced Configurations

  • WordPress installed in /blog/, but will serve site from /

  • Robust wp-config.php

    • Built to support dev+ops environments w/ debugging
    • Default FTP connection info for installing/updating/deleting components
  • Ready to go .htaccess

    • Enables mod_rewrite for pretty urls
    • Gzip compression for most requests
    • Adds reasonable upload file-sizes
  • Ready to go robots.txt

    • No robots on /archive/ pages
    • No robots on /category/ pages
    • No robots on /tag/ pages
  • Example /external.php for dipping into WordPress API from external PHP

Available Themes

Available Plugins

In the Works

  • Salsa: Facebook and Twitter updates for WordPress

Enjoy :)

About

WordPress skeleton I use for every project (w/ best plugins)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published