From c90ea495b3b06b7f055a6297d8447149e0b98dc8 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 17 May 2024 14:56:16 +0500 Subject: [PATCH] init --- index.php | 0 style.css | 6 ++++++ theme.json | 12 ++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 index.php create mode 100644 style.css create mode 100644 theme.json 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" + } + } +}