Theme: Initial commit.

This was forked from `pub/wporg-main` and `pub/wporg-plugins`, and then customized.
This commit is contained in:
Ian Dunn 2019-09-24 14:37:41 -07:00
commit de191e098b
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
38 changed files with 4532 additions and 0 deletions

View file

@ -0,0 +1,27 @@
/*
* Theme Name: WordPress.org Five for the Future
* Theme URI: https://wordpress.org/five-for-the-future/
* Author: wordpressdotorg
* Author URI: https://wordpress.org
* Description: Theme for WordPress.org/five-for-the-future/.
* Version: 1
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: wporg
* Template: wporg
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
PLEASE DO NOT EDIT THIS FILE.
During development, run `grunt watch`, and then make style changes to `/css`.
Before committing, please run `grunt build` to keep the file size down.
Thanks!