iaro Wordpress theme
Wordpress theme for https://iaro.co.
Testing
Run demo instance locally
make docker_up
Deploy demo instance online
make docker_deploy
Create a release
Pump version in style.css
/*!
Theme Name: iaro
Theme URI: https://git.project-insanity.org/onny/client-iaro
Author: Jonas Heinrich
Author URI: https://project-insanity.org
Description: Shop site for iaro.co
Version: 1.1
[...]
Commit and tag release
git commit -am "test release 1.1"
git tag -a 1.1 -m ""
git push --atomic origin master 1.1