The perfect Wordpress starter theme for me. Lightweight, with SCSS+SMACSS/ES6/Gulp/Bootstrap (or Foundation).
Extra features:
- Some usefull includes, like a good pagination.php for Wordpress.
- Some functions in functions.php, like thumbnails support and words excerpt limitation.
Nothing more. Just the indissential (contraction of essential and indispensable).
Unzip the file in /wp-content/themes
Want to use Bootstrap 3 or 4, or Foundation? Just change the 2 urls of .css and .js file in header.php.
- Optimise and recompress images
- Optimise and minify JS and SCSS scripts
- Can create font icons
We begin by installing Gulp in global mode with -g.
npm install -g gulp
To check if everything is installed and Gulp is active:
gulp -v
To organize your Sass project with SMACSS organisation. Inspired by SMACSS from Jonathan Snook. To know more, go to : http://smacss.com
You can use it with any framework like Bootstrap or Foundation.
The SCSS files are located in /scss
.
SMACSS is a method for practical structuring, easy maintenability and scalabilty of Styles
- Layouts
- Modules
The JavaScript files are located in /js
.
Add your custom JS and jQuery functions in /js/custom-functions.js
You can use the ES6 syntaxe Babel convert it in ES5 for you via webpack.
The Image files are located in /images
Accepted file formats : - jpg - png - gif - svg
The font files are located in /fonts
The font files are located in /icons
You can add .svg icons and than create a font icon using the gulp tasks 'icons'.
Multiples favicon sizes prepared for desktop and mobiles
The favicons files are located in /favicon