Releases: ge3224/tailkick
Releases · ge3224/tailkick
v0.1.0
A WordPress Theme Utilizing Tailwind CSS
Use the Default TailKick Theme for a WordPress Website
- Download
tailkick.zip
(See below, under Assets.) - Verify SHA256 Checksum of the
tailkick.zip
file: 2bcde80a386c31144e593e48d3a8b1dfd762916ae4802d7c1a691380e7a1fefc - Upload the
tailkick.zip
file through your WordPress dashboard. (See WP help docs.) - The theme will appear in the dashboard. Click the Activate link to make TailKick the Current Theme.
Contribute to TailKick, or Use TailKick to Develop a New Theme
git clone https://github.com/ge3224/tailkick
cd tailkick
npm install
npm run start:css
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request