Skip to content

poundandgrain/WPSkeletonTheme

 
 

Repository files navigation

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/poundandgrain/WPSkeletonTheme.git name-of-your-theme
cd name-of-your-theme
rm -rf .git
npm install

Then edit name-of-your-theme/style.css and change Theme Name to your theme.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 47.6%
  • JavaScript 29.1%
  • CSS 23.3%