Home
Softono

Zuari

Open source PHP
17
Stars
2
Forks
73
Issues
4
Watchers
3 years
Last Commit

 About Zuari

🏞 Wordpress theme for the stream of your life

Platforms

Web Self-hosted

Languages

PHP

Need Help Installing Zuari?

We provide expert installation service for this software. Our team will install, configure, and secure Zuari on your server. plans start at just $30.

zuari

A WordPress theme to log your stream of life. To get started:

npm install
grunt

Release

To create a new release for WordPress.org:

  1. Run grunt watch
  2. Bump the version number in style.scss
  3. See git log and update changelog in readme.txt
  4. Commit the the message chore: bump version to X.Y.Z
  5. Tag the release:
git tag -a vX.Y.Z -m "vX.Y.Z"
git push origin master
git push origin --tags
  1. Create a zip file for WordPress by running git archive master -o zuari.zip and upload
  2. Cut a new release on Github, copy over changelog from readme.txt