Skip to content

joshuadavidnelson/base

 
 

Repository files navigation

HM Base

Standard WordPress layout for Human Made projects.

Setup Instructions.

  • Create an empty directory for your project. In terminal, navigate to this directory.

  • Clone the repository git clone --recursive git://github.com/humanmade/hm-base.git .

  • Remove the hm-base remote. git remote rm origin

  • Add the remote for your new project git remote add origin [url]

  • Push to the new remote git push origin master

  • Add your database settings.

    • Local site: mv wp-config-sample.php wp-config-local.php, then add your local database settings.
    • Live site: Production database settings should be added to wp-config.php.

Done!

Notes

  • HM Base sets the MU Plugins directory to plugins-mu instead of mu-plugins for consistency.

Contribution guidelines

see https://github.com/humanmade/hm-base/blob/master/CONTRIBUTING.md

About

Standard project layout for Human Made Projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.8%
  • JavaScript 15.3%
  • CSS 3.9%