steven-klein / blog-demo

Blog Demo Site - Learning Web Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static HTML to WP Source Code

Source code for each module of the blog coding guide found here broken down into branches.

Branches

  1. Static HTML
  2. Basic PHP Templating
  3. Basic PHP Form Handling
  4. JS Form Validation
  5. Asset Bundling With Live Reload
  6. Standard WordPress
  7. Brkstn Bedrock WordPress
  8. Object Oriented Plugins

Usage

# clone
$ git clone git@github.com:steven-klein/blog-demo.git source.test

# change directory
$ cd blog-demo

# checkout a module branch
$ git checkout 1-static-html

# see the readme.md in the branch you checkout for more details.

About

Blog Demo Site - Learning Web Development