Skip to content

Commit

Permalink
Merge pull request #14 from figuren-theater/feature/oma-theme
Browse files Browse the repository at this point in the history
Introduce (unfinished) "OMA" theme
  • Loading branch information
carstingaxion authored Nov 9, 2024
2 parents ef0a0f4 + 7b2d3e2 commit d1ef668
Show file tree
Hide file tree
Showing 9 changed files with 95 additions and 89 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="https://github.com/figuren-theater/BLOG_template">
<a href="https://github.com/figuren-theater/juliaraab.de">
<img src="https://raw.githubusercontent.com/figuren-theater/logos/main/favicon.png" alt="figuren.theater Logo" width="100" height="100">
</a>

<h1 align="center">figuren.theater | blog_template</h1>
<h1 align="center">juliaraab.de</h1>

<p align="center">
... like the WordPress Multisite network for puppeteers - <a href="https://figuren.theater">figuren.theater</a>.
Files & folders of <a href="https://juliaraab.de">juliaraab.de</a> inside the WordPress Multisite network for puppeteers - <a href="https://figuren.theater">figuren.theater</a>.
<br /><br /><br />
<a href="https://meta.figuren.theater/blog"><strong>Read our blog</strong></a>
<br />
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "figuren-theater/BLOG_template",
"description": "File & Folder structure for smooth integration into the figuren.theater WordPress Multisite network ",
"homepage": "https://websites.fuer.figuren.theater",
"name": "figuren-theater/juliaraab.de",
"description": "Files & folders of juliaraab.de inside the figuren.theater WordPress Multisite network",
"homepage": "https://juliaraab.de",
"type": "wordpress-dropin",
"keywords": ["wordpress", "wordpress-dropin"],
"license": "GPL-3.0-or-later",
Expand Down
41 changes: 0 additions & 41 deletions mu-plugins/mu-per-blog/YOUR_BLOG_ID/namespace.php.example

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion themes/YOUR_CUSTOM_THEME/readme.txt

This file was deleted.

31 changes: 31 additions & 0 deletions themes/twentytwentyfour-oma-juliaraab-de/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
=== twentytwentyfour-oma-juliaraab-de ===
Contributors:
Requires at least: 6.6
Tested up to: 6.6.2
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==

Files & folders of oma.juliaraab.de inside the figuren.theater WordPress Multisite network

== Changelog ==

= 1.0.0 =
* Initial release

== Copyright ==

twentytwentyfour-oma-juliaraab-de WordPress Theme, (C) 2024
twentytwentyfour-oma-juliaraab-de 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions themes/twentytwentyfour-oma-juliaraab-de/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
Theme Name: twentytwentyfour-oma-juliaraab-de
Theme URI: https://juliaraab.de
Author: Carsten Bach
Author URI: https://carsten-bach.de
Description: Files & folders of oma.juliaraab.de inside the figuren.theater WordPress Multisite network
Requires at least: 6.6
Tested up to: 6.6.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour-oma-juliaraab-de
Tags: full-site-editing, style-variations
Template: twentytwentyfour
*/

41 changes: 41 additions & 0 deletions themes/twentytwentyfour-oma-juliaraab-de/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"settings": {
"appearanceTools": true,
"layout": {
"contentSize": "620px",
"wideSize": "1000px"
},
"spacing": {
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
"name": "System Font",
"slug": "system-font"
}
]
},
"useRootPaddingAwareAlignments": true
},
"templateParts": [
{
"area": "header",
"name": "header"
},
{
"area": "footer",
"name": "footer"
}
],
"version": 3,
"$schema": "https://schemas.wp.org/wp/6.6/theme.json"
}

0 comments on commit d1ef668

Please sign in to comment.