-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
45 lines (30 loc) · 2.54 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
=== m-media-snippet-theme ===
Contributors: mmediagroup
Tags: translation-ready
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 5.2.4
Stable tag: trunk
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A simple theme for testing Snippet.
== Description ==
The Snippet theme is a WordPress theme designed off of the Gutenberg Starter Theme using our excellent and modern Snippet CSS framework.
The theme is primarily intended for use by those developing for and testing Snippet, but may also be helpful for those developing themes, or for folks who would like their site to look like Snippet in general.
== Installation ==
1. In your admin panel, go to Appearance > Themes and click the Add New button.
2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.
== Frequently Asked Questions ==
= How do I adjust theme settings? =
There are a few optional settings available in the `Appearance > Theme Options` panel added to WP-Admin. Each setting maps to a [theme support](https://developer.wordpress.org/block-editor/developers/themes/theme-support/) option offered by Snippet:
- [**Dark background**](https://developer.wordpress.org/block-editor/developers/themes/theme-support/#dark-backgrounds). Snippet provides some alternate UI colors, optimized for themes that use a dark background color. Turning this on will allow visitors who have dark mode enabled on their devices to see dark-mode colours on the front end.
- [**Block Styles**](https://developer.wordpress.org/block-editor/developers/themes/theme-support/#default-block-styles). This option allows you to opt-in or out of having Snippet provide some structural CSS for certain blocks on the front end.
- [**Responsive embedded content**](https://developer.wordpress.org/block-editor/developers/themes/theme-support/#responsive-embedded-content). When this is active, embed blocks will automatically reflect the aspect ratio of content that is embedded in an iFrame.
== Changelog ==
= 1.0 - August 5 2019 =
* Initial release
== Credits ==
* Based on Snippet CSS https://github.com/M-Media-Group/Snippet-CSS, (C) 2012-2017 M Media, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
* Based on Underscores http://underscores.me/, (C) 2012-2017 M Media, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
* normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, [MIT](http://opensource.org/licenses/MIT)