A recent Laravel project for an insurance company required the creation of a PDF policy document on the fly, containing data captured through the sales process. In the past, I’ve used mPDF but in this case, I wanted something that I could render in the browser to preview and style easily using TailwindCSS. Browsershot, by the […]
An Overview of the Gulp WP Toolkit Build Tasks
A whistle-stop tour of the different build tasks available when using Gulp WP Toolkit.
Bulk Import Your SCSS Partials using Gulp WP Toolkit
Introducing a useful feature of Gulp WP Toolkit, the ability to import SCSS partials in bulk.
Gulp WP Toolkit JavaScript Configuration
A walkthrough of the different configuration options for JavaScript in Gulp WP Toolkit.
Gulp WP Toolkit SCSS Configuration and Options
Documentation on the configuration and options for SCSS files within Gulp WP Toolkit.
Adding Gulp WP Toolkit to an existing Genesis theme.
Sometimes I’ll use one of the pre-built Genesis themes from StudioPress to give me a head start on a project. While I’ll almost always rebuild the code, their designs are minimal, attractive, and place focus on the website content ahead of flashy features and code bloat. They give a solid base to work from. Because […]