Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Onur Oztaskiran
33b87659c8 Judith: initial commit
Judith: initial commit
2022-01-20 01:28:10 +03:00
4 changed files with 129 additions and 0 deletions

BIN
judith/Screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

41
judith/readme.txt Normal file
View file

@ -0,0 +1,41 @@
=== Judith ===
Contributors: Automattic
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 5.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Judith is a minimalist theme, designed for single-page websites. Its single post and page layouts have no header, navigation menus, or widgets by default, so the page you design in the WordPress editor is the same page youll see on the front end.
== Changelog ==
= 1.0.0 =
* Initial release
== Copyright ==
Judith WordPress Theme, (C) 2021 Automattic
Judith 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.
Judith uses the following third-party resources:
Camera picture by Joel Crump
Source: https://unsplash.com/photos/SEO-LBJSORI
Used in theme demo and screenshot
Avatar photo by Jake Nackos
Source: https://unsplash.com/photos/IF9TK5Uy-KI
Used in theme demo and screenshot

40
judith/style.css Normal file
View file

@ -0,0 +1,40 @@
/*
Theme Name: Judith
Theme URI: https://wordpress.com/theme/judith
Author: Automattic
Author URI: https://automattic.com
Description: Judith is a minimalist theme, designed for single-page websites. Its single post and page layouts have no header, navigation menus, or widgets by default, so the page you design in the WordPress editor is the same page youll see on the front end.
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
Template: blockbase
Text Domain: judith
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, auto-loading-homepage
Judith WordPress Theme, (C) 2021 Automattic
Judith 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.
Judith uses the following third-party resources:
Camera picture by Joel Crump
Source: https://unsplash.com/photos/SEO-LBJSORI
Used in theme demo and screenshot
Avatar photo by Jake Nackos
Source: https://unsplash.com/photos/IF9TK5Uy-KI
Used in theme demo and screenshot
*/

48
judith/theme.json Normal file
View file

@ -0,0 +1,48 @@
{
"version": 2,
"settings": {
"typography": {
"fontFamilies": [
{
"fontFamily": "\"Inter\", sans-serif",
"slug": "body-font",
"name": "Body (Inter)",
"google": "family=Inter:wght@100..900",
"fontSlug": "inter"
},
{
"fontFamily": "\"Inter\", sans-serif",
"slug": "heading-font",
"name": "Heading (Inter)",
"google": "family=Inter:wght@100..900",
"fontSlug": "inter"
}
]
},
"color": {
"palette": [
{
"slug": "foreground",
"color": "#333333",
"name": "Foreground",
"default": "#333333"
},
{
"slug": "background",
"color": "#ffffff",
"name": "Background",
"default": "#ffffff"
}
]
},
"custom": {
"color": {
"foreground": "var(--wp--preset--color--foreground)",
"background": "var(--wp--preset--color--background)",
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--background)"
}
}
}
}