Skip to content

Releases: ge3224/tailkick

v0.1.0

30 Jan 20:59
Compare
Choose a tag to compare

Tailwind CSS

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request