Files
2010-04-06 12:32:56 -04:00

4.0 KiB

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 :)