Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

RainyDayMedia/RDMFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDMShell

This is a starter theme for Wordpress based on _s but with a few added features for the RDMWorkflow. This is to quickly start client projects with support for child themes. Though _s is not meant to be used with a parent/child theme RDM is modifying it to do this. This will be the bases of the future Frigoris (an HTML5 Boilerplate and CSS Reset).

This is an active work in progress


If you want to pull in the latest version:
  1. fork it
  2. clone it
    • git clone https://github.com/YOUR-USERNAME/RDMShell
  3. install node components
    • npm install
  4. install bower components
    • bower install
  5. build the next Wordpress BAMF!
    • gulp
  6. add the RDMShell to your upstream:
    • git remote add upstream https://github.com/ginfuru/RDMShell
  7. verify the upstream repo has been added
    • git remote -v
  8. then fetch the latest changes the RDMCrew has made:
    • git fetch upstream
  9. then merge
    • git merge upstream/master

To Do:

  • Add Advanced Custom Fields as required
  • Add custom plugin for Custom Post Types (make it required)
  • Add support of child themes
  • Add Bower support
  • Add Gulp workflow
  • integration SCSS (looking at Sussy_)
  • Create Custom Widgets for Social Media
  • Integrate rdm.php file to hack the Dashboard
    • Update rdm.php for Wordpress 4.0+ support
  • Include theme options panel
  • Add RDM Shortcode plugin
  • Add CPT plugin

Plugins to use:

Theme Development

Dashboard Hacking

Maintenance, Security & Support

Client Usability (post deploy)

Notable Mentions