A simple and lightweight classical theme for the Elementor page builder, based on TailwindCSS or SASS, designed for developers.
- Support for ACF Local JSON
- Elementor Extensions
- Minimal Interface
- Gulp Pipeline
- PHP 7.4
- Nodejs 16.15.0
- Npm 8.5.5
- Gulp 4.0.2
- WordPress 5.4.8
- Composer 2.5.8
Clone the repository into the WordPress theme folder at wp-content/themes:
$ cd PATH/TO/WORDPRESS/wp-content/themes
$ git clone https://github.com/rodrigo-gpereira/zero-theme.git zero-themeFor Linux/Mac or WSL2, it is recommended to use ASDF to manage multiple Node.js installations.
For Windows to manage multiple node installations via NVM, watch on my YouTube channel how to configure your Windows terminal like a pro
$ composer install
$ npm installConfigure the .env file with your environment variables:
#Local SSL certificate files
SSL_KEY_FILE=/PATH/TO/YOUR/CERTKEY/localhost-key.pem
SSL_CERT_FILE=/PATH/TO/YOUR/CERTFILE/localhost.pem
# Domain of the development environment
DOMAIN=https://wordpress-zero-theme.local
#Package Info
TEXT_DOMAIN=zero-theme
PACKAGE=zero_themeStart the development environment:
$ npm startUpdate the .pot translation file:
$ gulp potGenerate the theme build:
$ npm run build