From ec59097be0a64c83ee66f5ea8d5a14918acda8a0 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 25 Feb 2023 22:15:43 -0500 Subject: [PATCH] Initial import --- parts/footer.html | 9 +++ parts/header.html | 25 +++++++++ readme.txt | 31 +++++++++++ style.css | 16 ++++++ templates/front-page.html | 15 +++++ templates/page.html | 17 ++++++ theme.json | 112 ++++++++++++++++++++++++++++++++++++++ 7 files changed, 225 insertions(+) create mode 100644 parts/footer.html create mode 100644 parts/header.html create mode 100644 readme.txt create mode 100644 style.css create mode 100644 templates/front-page.html create mode 100644 templates/page.html create mode 100644 theme.json diff --git a/parts/footer.html b/parts/footer.html new file mode 100644 index 0000000..9d9e99a --- /dev/null +++ b/parts/footer.html @@ -0,0 +1,9 @@ + +
+ + + + + \ No newline at end of file diff --git a/parts/header.html b/parts/header.html new file mode 100644 index 0000000..22ec533 --- /dev/null +++ b/parts/header.html @@ -0,0 +1,25 @@ + +
+
+
+
+ +
+
+ + + + +
+
+ + + + + +
+ \ No newline at end of file diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..a8de31b --- /dev/null +++ b/readme.txt @@ -0,0 +1,31 @@ +=== lasophielle === +Contributors: Autonomic Co-operative / 3wordchant +Requires at least: 5.8 +Tested up to: 5.9 +Requires PHP: 5.7 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +== Description == + +A Full-Site Editing / Gutenberg Blocks theme for lasophielle.org + +== Changelog == + += 0.0.1 = +* Initial release + +== Copyright == + +lasophielle WordPress Theme, (C) 2023 Autonomic Co-operative / 3wordchant +lasophielle is distributed under the terms of the GNU GPL. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. diff --git a/style.css b/style.css new file mode 100644 index 0000000..f8eb418 --- /dev/null +++ b/style.css @@ -0,0 +1,16 @@ +/* +Theme Name: lasophielle +Theme URI: https://git.autonomic.zone/autonomic-cooperative/lasophielle-theme/ +Author: Autonomic Co-operative / 3wordchant +Author URI: https://autonomic.zone +Description: A Full-Site Editing / Gutenberg Blocks theme for lasophielle.org +Requires at least: 5.8 +Tested up to: 5.9 +Requires PHP: 5.7 +Version: 0.0.1 +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Template: twentytwentythree +Text Domain: lasophielle +Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks +*/ \ No newline at end of file diff --git a/templates/front-page.html b/templates/front-page.html new file mode 100644 index 0000000..636d3b0 --- /dev/null +++ b/templates/front-page.html @@ -0,0 +1,15 @@ + +
+
+ + +
+ + +
+ + + +
+
+ \ No newline at end of file diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..e2ac255 --- /dev/null +++ b/templates/page.html @@ -0,0 +1,17 @@ + +
+
+ + +
+ +
+ + +
+ + + +
+
+ \ No newline at end of file diff --git a/theme.json b/theme.json new file mode 100644 index 0000000..e08a151 --- /dev/null +++ b/theme.json @@ -0,0 +1,112 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#ffffff", + "name": "Base", + "slug": "base" + }, + { + "color": "#1f1f1f", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#eb2b2b", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#485fc7", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#4a4a4a", + "name": "Tertiary", + "slug": "tertiary" + } + ] + } + }, + "styles": { + "blocks": { + "core/button": { + "border": { + "radius": "4px" + }, + "spacing": { + "padding": { + "bottom": "0.5em", + "left": "1em", + "right": "1em", + "top": "0.5em" + } + } + }, + "core/navigation": { + "typography": { + "textTransform": "uppercase" + } + }, + "core/site-tagline": { + "typography": { + "fontStyle": "normal", + "fontWeight": "200" + } + }, + "core/site-title": { + "typography": { + "fontFamily": "var:preset|font-family|ibm-plex-serif", + "fontSize": "var:preset|font-size|x-large", + "fontStyle": "italic", + "fontWeight": "300" + } + } + }, + "css": ".current-menu-item {\nfont-weight: bold;\n}", + "elements": { + "button": { + "color": { + "text": "var:preset|color|base" + } + }, + "h1": { + "typography": { + "fontSize": "clamp(1.75rem, 1.75rem + ((1vw - 0.48rem) * 0.24), 1.875rem)", + "textTransform": "uppercase" + } + }, + "h2": { + "typography": { + "fontSize": "clamp(1.75rem, 1.75rem + ((1vw - 0.48rem) * 0.24), 1.875rem)" + } + }, + "h3": { + "typography": { + "fontSize": "clamp(1rem, 1rem + ((1vw - 0.48rem) * 0.24), 1.125rem)" + } + }, + "heading": { + "typography": { + "fontStyle": "normal", + "fontWeight": "700" + } + } + }, + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--40)", + "left": "var(--wp--preset--spacing--30)", + "right": "var(--wp--preset--spacing--30)", + "top": "0px" + } + }, + "typography": { + "fontFamily": "var:preset|font-family|ibm-plex-sans" + } + }, + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file