Overview:
This repository tracks the output of the WordPress starter theme generator with all options left blank. The generator is a helpful tool for starting a new project and comes with documentation for more details.
Features:
- Custom theme based on _tw
- Quickstart installation
- Development with Tailwind utility classes
- Deployment options
- Full documentation
- Tailwind Typography customization
- JavaScript bundling with esbuild
- Linting and code formatting
Installation:
To install the theme, follow these steps:
- Move the folder to wp-content/themes in your local development environment.
- Run
npm install && npm run dev
in the theme folder. - Activate the theme in WordPress.
- For development purposes, run
npm run watch
to watch for changes and build for production. - For deployment, run
npm run bundle
and upload the resulting zip file to your site using the “Upload Theme” button on the “Add Themes” administration page. Alternatively, use a deployment tool of your choice.
Summary:
This repository contains a WordPress starter theme generator that allows users to customize and generate a new theme based on the _tw theme. It provides quick installation, development with Tailwind utility classes, deployment options, and detailed documentation. Additionally, it offers customization options for Tailwind Typography, JavaScript bundling, and linting.