No description
- PHP 79%
- CSS 19.9%
- Makefile 0.5%
- JavaScript 0.5%
| css | ||
| fonts | ||
| img | ||
| inc | ||
| js | ||
| languages | ||
| template-parts | ||
| woocommerce | ||
| 404.php | ||
| archive.php | ||
| changelog.html | ||
| footer.php | ||
| functions.php | ||
| header.php | ||
| index.php | ||
| Inter-VariableFont_slnt,wght.ttf | ||
| Inter.zip | ||
| LICENSE | ||
| Makefile | ||
| package.json | ||
| page.php | ||
| phpcs.xml.dist | ||
| README.md | ||
| screenshot.png | ||
| setup-jetpack.yml.tpl | ||
| sidebar.php | ||
| single.php | ||
| style-rtl.css | ||
| style.css | ||
| woocommerce.php | ||
| wordpress.yml | ||
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