commit c90ea495b3b06b7f055a6297d8447149e0b98dc8 Author: Aadil Ayub Date: Fri May 17 14:56:16 2024 +0500 init diff --git a/index.php b/index.php new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..571e126 --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +/* +Theme Name: JETT +Author: Autonomic Co-op +Description: Full-site-editing wordpress theme for the Justice Equity, and Technology website +Tags: full-site-editing, block-patterns +*/ diff --git a/theme.json b/theme.json new file mode 100644 index 0000000..90d796c --- /dev/null +++ b/theme.json @@ -0,0 +1,12 @@ +{ + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json", + "settings": { + "useRootPaddingAwareAlignments": true, + "appearanceTools": true, + "layout": { + "contentSize": "1480px", + "wideSize": "1760px" + } + } +}