Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.1 KB

Blank Theme

Blank Theme is a custom blank theme created with underscore theme, which includes foundation basic grid system and some basic customizer settings which are required in almost all projects.

What more does it have?

  1. WordPress Customizer is already setup with some basic customizer settings.

  2. Webpack configuration with all required packages to develop theme.

  3. Basic foundation grids.

  4. Stylelint, eslint and postcss configuration.

  5. CSS fixes, in underscore and helpful CSS classes.

  6. Some helpful php functions.

  7. Slick Slider

and more..

Getting Started

  1. Search for 'blank-theme' (inside single quotations) to capture the text domain.
  2. Search for blank_theme_ to capture all the function names.
  3. Search for Text Domain: blank-theme in style.css.
  4. Search for  Blank Theme (with a space before it) to capture DocBlocks.
  5. Search for blank-theme- to capture prefixed handles.
  6. Install packages by running npm install
  7. Use npm run dev during development.
  8. Use npm run prod when ready for production.

Good luck!