JamesPlayer / WPSkeletonTheme

Pound and Grain Skeleton Wordpress theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeleton Wordpress theme

A wordpress theme for developers building a completely custom website. Comes with grunt tasks including:

  • grunt-contrib-watch
  • grunt-contrib-sass
  • grunt-contrib-concat
  • grunt-contrib-cssmin
  • grunt-contrib-uglify
  • grunt-pngmin
  • grunt-grunticon
  • grunt-svgmin

Installation

Install npm if you don't already have it.

cd themes
git clone https://github.com/JamesPlayer/WPSkeletonTheme.git name-of-your-theme
cd name-of-your-theme
npm install

In order to create new SVG icons, and to compile all Sass, JS, as well as every other task except for minification, run grunt.

Run grunt watch to compile JS and Sass as it changes.

Run grunt deploy to minify JS and CSS.

JS includes:

About

Pound and Grain Skeleton Wordpress theme

License:MIT License


Languages

Language:PHP 47.3%Language:JavaScript 29.3%Language:CSS 23.5%