No description
This repository has been archived on 2026-07-27. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • PHP 79%
  • CSS 19.9%
  • Makefile 0.5%
  • JavaScript 0.5%
Find a file
2022-03-05 14:41:29 +01:00
css init 2022-03-05 14:41:29 +01:00
fonts init 2022-03-05 14:41:29 +01:00
img init 2022-03-05 14:41:29 +01:00
inc init 2022-03-05 14:41:29 +01:00
js init 2022-03-05 14:41:29 +01:00
languages init 2022-03-05 14:41:29 +01:00
template-parts init 2022-03-05 14:41:29 +01:00
woocommerce init 2022-03-05 14:41:29 +01:00
404.php init 2022-03-05 14:41:29 +01:00
archive.php init 2022-03-05 14:41:29 +01:00
changelog.html init 2022-03-05 14:41:29 +01:00
footer.php init 2022-03-05 14:41:29 +01:00
functions.php init 2022-03-05 14:41:29 +01:00
header.php init 2022-03-05 14:41:29 +01:00
index.php init 2022-03-05 14:41:29 +01:00
Inter-VariableFont_slnt,wght.ttf init 2022-03-05 14:41:29 +01:00
Inter.zip init 2022-03-05 14:41:29 +01:00
LICENSE init 2022-03-05 14:41:29 +01:00
Makefile init 2022-03-05 14:41:29 +01:00
package.json init 2022-03-05 14:41:29 +01:00
page.php init 2022-03-05 14:41:29 +01:00
phpcs.xml.dist init 2022-03-05 14:41:29 +01:00
README.md init 2022-03-05 14:41:29 +01:00
screenshot.png init 2022-03-05 14:41:29 +01:00
setup-jetpack.yml.tpl init 2022-03-05 14:41:29 +01:00
sidebar.php init 2022-03-05 14:41:29 +01:00
single.php init 2022-03-05 14:41:29 +01:00
style-rtl.css init 2022-03-05 14:41:29 +01:00
style.css init 2022-03-05 14:41:29 +01:00
woocommerce.php init 2022-03-05 14:41:29 +01:00
wordpress.yml init 2022-03-05 14:41:29 +01:00

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