Skip to content

Commit

Permalink
create my own GPL header images
Browse files Browse the repository at this point in the history
  • Loading branch information
m-e-h committed Jan 19, 2015
1 parent 01fcf59 commit a7377bb
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 13 deletions.
4 changes: 1 addition & 3 deletions README.md
@@ -1,6 +1,4 @@
material-gaze
=============

A child WordPress theme for Stargazer

Header images from https://plus.google.com/u/0/photos/102898026333733818285/albums/6081914916274644193
A clean and minimal child theme for the <a href=\"http://wordpress.org/themes/stargazer\">Stargazer</a> parent theme. This child theme takes inspiration from Google's Material Design to transform how it's parent theme looks. It offers an alternative color scheme and comes packaged with additional headers to use with the WordPress custom header feature.
10 changes: 0 additions & 10 deletions functions.php
Expand Up @@ -47,21 +47,11 @@ function material_gaze_theme_setup() {
'thumbnail_url' => '%2$s/images/headers/blue-thumb.jpg',
'description' => __( 'default', 'material-gaze' )
),
'trees' => array(
'url' => '%2$s/images/headers/trees.jpg',
'thumbnail_url' => '%2$s/images/headers/trees-thumb.jpg',
'description' => __( 'trees', 'material-gaze' )
),
'red' => array(
'url' => '%2$s/images/headers/red.jpg',
'thumbnail_url' => '%2$s/images/headers/red-thumb.jpg',
'description' => __( 'red', 'material-gaze' )
),
'pyramid' => array(
'url' => '%2$s/images/headers/pyramid.jpg',
'thumbnail_url' => '%2$s/images/headers/pyramid-thumb.jpg',
'description' => __( 'pyramid', 'material-gaze' )
),
)
);
/* Custom editor stylesheet. */
Expand Down
Binary file modified images/headers/blue-thumb.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/headers/blue.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/headers/pyramid-thumb.jpg
Binary file not shown.
Binary file removed images/headers/pyramid.jpg
Binary file not shown.
Binary file modified images/headers/red-thumb.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/headers/red.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/headers/trees-thumb.jpg
Binary file not shown.
Binary file removed images/headers/trees.jpg
Binary file not shown.

0 comments on commit a7377bb

Please sign in to comment.