generated from figuren-theater/BLOG_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from figuren-theater/feature/oma-theme
Introduce (unfinished) "OMA" theme
- Loading branch information
Showing
9 changed files
with
95 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
mu-plugins/mu-per-network/YOUR_network_aka_SITE_ID/namespace.php.example
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |