Glorious starter framework for WordPress development by letuscode . This is a parent theme incorporating underscore bootstrap and environmental variables using dotenv.
This theme relies on NPM and Composer in order to load dependencies and packages.
Gulp should always be running and watching during the development process, in order to properly compile and update files.
.env.example
to your WordPress root directory, rename it as .env
, and setup your website variableswp-config.example.php
to your WordPress root directory and rename it as wp-config.php
, to replace the default onecomposer install
npm install
npm run gulp
at the beginning of every development session to run and watch files for changes
> install wordpress
> cd into wp-content/themes then ...
> git clone https://github.com/jwill9999/glorious.git
> cd glorious
> npm install
> move the example files ".composer-example.json" , ".wp-config-example.php", and ".env.example" to the root of your WORDPRESS folder. Remove the word example and amend as required.
> install composer in root wordpress folder structure by running ...
> php composer.phar install
> cd back into your Genious theme folder ...
> cd ./wp-content/themes/glorious
> to start server and to watch for file changes run
> npm run gulp
This is a developer theme based on Underscore It incorporates Bootstrap 4 and jQuery. Environmental variables and managed safely using the DotEnv package.
The development server uses auto browser refreshing as well as gulp to compile your sass files and to watch for file structure changes. You can also use the latest ES6/7 javascript language within your javascript files.
Glorious Wordpress developer theme
Gulp task runner
Browser-sync for live reloading in development
Sass CSS compilation
Uses Underscore Base theme
Bootstrap 4
The latest jQuery library
Normalizer.js
CDN delivered core assets
HTML5 Ready
Use Global Environmental Variables for easy wp-configuration.
Uses DotEnv
… to name a few
This project was generated with Underscore.io, Bootstrap 4, as well as vlucas/phpdotenv