-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/chuck-theme/parts/header.html b/chuck-theme/parts/header.html
index 009b198..d84fcb3 100644
--- a/chuck-theme/parts/header.html
+++ b/chuck-theme/parts/header.html
@@ -1,15 +1,5 @@
-
-
-
+
+
-
-
-
+
+
\ No newline at end of file
diff --git a/chuck-theme/patterns/footer.php b/chuck-theme/patterns/footer.php
index 8bbc07f..aeb4829 100644
--- a/chuck-theme/patterns/footer.php
+++ b/chuck-theme/patterns/footer.php
@@ -1,5 +1,4 @@
+
\ No newline at end of file
diff --git a/chuck-theme/readme.txt b/chuck-theme/readme.txt
new file mode 100644
index 0000000..e69de29
diff --git a/chuck-theme/style.css b/chuck-theme/style.css
index 8ebc5d4..d560f1a 100644
--- a/chuck-theme/style.css
+++ b/chuck-theme/style.css
@@ -1,15 +1,18 @@
/*
Theme Name: chucktheme
-Author: Chuck Dries
-Description: A short description of the theme.
-Version: The version, written in X.X or X.X.X format.
-Requires at least: The oldest main WordPress version supported, written in X.X format.
-Tested up to: The last main WordPress version the theme has been tested up to, i.e. 6.0. Write only the number.
+Author: Chuck Dries
+Author URI: https://chuckdries.com
+Description: A simple but vibrant theme for TransSOCIAL
+Requires at least: 6.0
+Tested up to: 6.2.2
Requires PHP: The oldest PHP version supported, in X.X format, only the number.
-License: The license of the theme.
-License URI: The URL of the theme license.
+Version: 0.0.1
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chucktheme
+Tags:
*/
+
:root {
--accent: 91 206 250;
--accent-text: hsl(197deg 52% 55%);
@@ -46,3 +49,11 @@ Text Domain: chucktheme
.white-bg-overlay {
background: hsla(0, 0%, 100%, 0.7)
}
+.wp-site-blocks {
+ min-height: 100vh;
+ display: grid;
+ grid-template: min-content auto min-content / 1fr;
+}
+.admin-bar .wp-site-blocks {
+ min-height: calc(100vh - 32px);
+}
\ No newline at end of file
diff --git a/chuck-theme/templates/home.html b/chuck-theme/templates/home.html
index 49bc7f9..f61b06e 100644
--- a/chuck-theme/templates/home.html
+++ b/chuck-theme/templates/home.html
@@ -1 +1,7 @@
-
hello world!
\ No newline at end of file
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chuck-theme/templates/no-title.html b/chuck-theme/templates/no-title.html
index 1df77bf..c529367 100644
--- a/chuck-theme/templates/no-title.html
+++ b/chuck-theme/templates/no-title.html
@@ -1,19 +1,12 @@
-
-
-
+
+
+
-
-
-
-
+
+
+
diff --git a/chuck-theme/templates/page.html b/chuck-theme/templates/page.html
index 60ce3ad..ad9b4ad 100644
--- a/chuck-theme/templates/page.html
+++ b/chuck-theme/templates/page.html
@@ -1,15 +1,13 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/chuck-theme/theme.json b/chuck-theme/theme.json
index 8111a82..85ebed1 100644
--- a/chuck-theme/theme.json
+++ b/chuck-theme/theme.json
@@ -12,6 +12,13 @@
"settings": {
"appearanceTools": true,
"color": {
+ "background": true,
+ "custom": true,
+ "customDuotone": true,
+ "customGradient": true,
+ "defaultDuotone": true,
+ "defaultGradients": true,
+ "defaultPalette": true,
"duotone": [
{
"colors": [
@@ -68,13 +75,27 @@
"name": "Transparent",
"slug": "transparent"
}
- ]
+ ],
+ "text": true
},
"layout": {
"contentSize": "700px",
"wideSize": "920px"
},
+ "shadow": {
+ "defaultPresets": true,
+ "presets": []
+ },
"spacing": {
+ "customSpacingSize": true,
+ "spacingScale": {
+ "increment": 1.5,
+ "mediumStep": 1.5,
+ "operator": "*",
+ "steps": 7,
+ "unit": "rem"
+ },
+ "spacingSizes": [],
"units": [
"px",
"em",
@@ -85,6 +106,7 @@
]
},
"typography": {
+ "customFontSize": true,
"dropCap": false,
"fluid": true,
"fontFamilies": [
@@ -153,7 +175,12 @@
"size": "3.75rem",
"slug": "xx-large"
}
- ]
+ ],
+ "fontStyle": true,
+ "fontWeight": true,
+ "letterSpacing": true,
+ "textDecoration": true,
+ "textTransform": true
},
"useRootPaddingAwareAlignments": true
},
@@ -161,6 +188,9 @@
"color": {
"background": "var(--wp--preset--color--contrast)"
},
+ "spacing": {
+ "blockGap": "24px"
+ },
"typography": {
"fontFamily": "var(--wp--preset--font-family--sans)"
}
diff --git a/transsocial-theme/assets/css/blocks/quote.css b/transsocial-theme-old/assets/css/blocks/quote.css
similarity index 100%
rename from transsocial-theme/assets/css/blocks/quote.css
rename to transsocial-theme-old/assets/css/blocks/quote.css
diff --git a/transsocial-theme/assets/images/woman-curls.jpg b/transsocial-theme-old/assets/images/woman-curls.jpg
similarity index 100%
rename from transsocial-theme/assets/images/woman-curls.jpg
rename to transsocial-theme-old/assets/images/woman-curls.jpg
diff --git a/transsocial-theme/assets/images/woman-headphones.jpg b/transsocial-theme-old/assets/images/woman-headphones.jpg
similarity index 100%
rename from transsocial-theme/assets/images/woman-headphones.jpg
rename to transsocial-theme-old/assets/images/woman-headphones.jpg
diff --git a/transsocial-theme/assets/images/woman-tshirt.jpg b/transsocial-theme-old/assets/images/woman-tshirt.jpg
similarity index 100%
rename from transsocial-theme/assets/images/woman-tshirt.jpg
rename to transsocial-theme-old/assets/images/woman-tshirt.jpg
diff --git a/transsocial-theme/functions.php b/transsocial-theme-old/functions.php
similarity index 100%
rename from transsocial-theme/functions.php
rename to transsocial-theme-old/functions.php
diff --git a/transsocial-theme/index.php b/transsocial-theme-old/index.php
similarity index 100%
rename from transsocial-theme/index.php
rename to transsocial-theme-old/index.php
diff --git a/transsocial-theme/license.txt b/transsocial-theme-old/license.txt
similarity index 100%
rename from transsocial-theme/license.txt
rename to transsocial-theme-old/license.txt
diff --git a/transsocial-theme/parts/footer.html b/transsocial-theme-old/parts/footer.html
similarity index 100%
rename from transsocial-theme/parts/footer.html
rename to transsocial-theme-old/parts/footer.html
diff --git a/transsocial-theme/parts/header.html b/transsocial-theme-old/parts/header.html
similarity index 100%
rename from transsocial-theme/parts/header.html
rename to transsocial-theme-old/parts/header.html
diff --git a/transsocial-theme/patterns/columns-with-images.php b/transsocial-theme-old/patterns/columns-with-images.php
similarity index 100%
rename from transsocial-theme/patterns/columns-with-images.php
rename to transsocial-theme-old/patterns/columns-with-images.php
diff --git a/transsocial-theme/patterns/hidden-404.php b/transsocial-theme-old/patterns/hidden-404.php
similarity index 100%
rename from transsocial-theme/patterns/hidden-404.php
rename to transsocial-theme-old/patterns/hidden-404.php
diff --git a/transsocial-theme/patterns/hidden-footer-links.php b/transsocial-theme-old/patterns/hidden-footer-links.php
similarity index 100%
rename from transsocial-theme/patterns/hidden-footer-links.php
rename to transsocial-theme-old/patterns/hidden-footer-links.php
diff --git a/transsocial-theme/readme.txt b/transsocial-theme-old/readme.txt
similarity index 100%
rename from transsocial-theme/readme.txt
rename to transsocial-theme-old/readme.txt
diff --git a/transsocial-theme/screenshot.png b/transsocial-theme-old/screenshot.png
similarity index 100%
rename from transsocial-theme/screenshot.png
rename to transsocial-theme-old/screenshot.png
diff --git a/transsocial-theme/style.css b/transsocial-theme-old/style.css
similarity index 100%
rename from transsocial-theme/style.css
rename to transsocial-theme-old/style.css
diff --git a/transsocial-theme/templates/404.html b/transsocial-theme-old/templates/404.html
similarity index 100%
rename from transsocial-theme/templates/404.html
rename to transsocial-theme-old/templates/404.html
diff --git a/transsocial-theme/templates/archive.html b/transsocial-theme-old/templates/archive.html
similarity index 100%
rename from transsocial-theme/templates/archive.html
rename to transsocial-theme-old/templates/archive.html
diff --git a/transsocial-theme/templates/index.html b/transsocial-theme-old/templates/index.html
similarity index 100%
rename from transsocial-theme/templates/index.html
rename to transsocial-theme-old/templates/index.html
diff --git a/transsocial-theme/templates/no-title.html b/transsocial-theme-old/templates/no-title.html
similarity index 100%
rename from transsocial-theme/templates/no-title.html
rename to transsocial-theme-old/templates/no-title.html
diff --git a/transsocial-theme/templates/page.html b/transsocial-theme-old/templates/page.html
similarity index 100%
rename from transsocial-theme/templates/page.html
rename to transsocial-theme-old/templates/page.html
diff --git a/transsocial-theme/templates/search.html b/transsocial-theme-old/templates/search.html
similarity index 100%
rename from transsocial-theme/templates/search.html
rename to transsocial-theme-old/templates/search.html
diff --git a/transsocial-theme/templates/single.html b/transsocial-theme-old/templates/single.html
similarity index 100%
rename from transsocial-theme/templates/single.html
rename to transsocial-theme-old/templates/single.html
diff --git a/transsocial-theme/theme.json b/transsocial-theme-old/theme.json
similarity index 100%
rename from transsocial-theme/theme.json
rename to transsocial-theme-old/theme.json