/wp-fundament

A skeleton theme shipped with the latest tools to rapidly build beautiful WordPress websites.

Primary LanguageCSS

#Fundament WP theme

  • Clean and semantic templates
  • Predefined gulp tasks for painless development
  • Autoloading classes (PSR-4)
  • Several handy utility functions
  • Support for HTML5 markup

Installation

Clone this repository inside the themes folder, make sure to rename the theme folder to whatever you want:

git clone https://github.com/Jasonkoolman/fundament-theme.git ./my-theme

Install the node modules - using NPM:

npm install

Run gulp to compile the theme's assets. This will combine and minify JavaScript and CSS files as well as optimize images:

gulp

Documentation

Folder structure

HTML markup

Gulp commands