generator-artlyticalmedia-starter-theme
v1.0.2
Published
Builds a WordPress starter theme for use with ACF Pro and Timber plus has SASS preprocessing and Javascript linting, concatenation, and minification.
Downloads
5
Readme
Artlytical Media Starter Theme for WordPress via Yeoman
generator-artlyticalmedia-starter-theme
Builds a WordPress starter theme for use with ACF Pro and Timber plus has SASS preprocessing and Javascript linting, concatenation, and minification.
The latest version also includes either building with Bootstrap 4 depedencies or without. Including Bootstrap 4 also includes jQuery and ScssPhp compilation of ACF Pro included Bootstrap 4 variables.
This is a fork of the generator-shivermetimbers Yeoman generator that runs to create only a WordPress theme (not run in the root directory) and is actively maintained meaning it has many improvements over the original project.
How to use
Type yo artlyticalmedia-starter-theme
in your wp-content/themes/
directory and you will be prompted for most of the settings. This is test on the following versions:
- node v10.13.0, v11.15.0
- npm v6.4.1, v6.7.0
- yo v2.0.5, v3.1.1
To Do
Which probably won't get done because this project is moving...
- Implement testing.
- Update screenshot.
- Ignore watching theme controlled SCSS in gulp.
- Add
git pull
script for deploying (might not fix depending on if servers can handle it). - Include sticky footer code.
- Create a branch of theme repository with Bootstrap structure.
- Implement fast and lazy image loading for fast WordPress themes.