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.
-
WordPress Customizer is already setup with some basic customizer settings.
-
Webpack configuration with all required packages to develop theme.
-
Basic foundation grids.
-
Stylelint, eslint and postcss configuration.
-
CSS fixes, in underscore and helpful CSS classes.
-
Some helpful php functions.
-
Slick Slider
and more..
- Search for
'blank-theme'
(inside single quotations) to capture the text domain. - Search for
blank_theme_
to capture all the function names. - Search for
Text Domain: blank-theme
in style.css. - Search for
Blank Theme
(with a space before it) to capture DocBlocks. - Search for
blank-theme-
to capture prefixed handles. - Install packages by running
npm install
- Use
npm run dev
during development. - Use
npm run prod
when ready for production.
Good luck!