Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
basic setup
  • Loading branch information
andrewmbacon committed May 29, 2015
0 parents commit 65bfb57
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions functions.php
@@ -0,0 +1,7 @@
<?php
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );

}
?>
Binary file added screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions style.css
@@ -0,0 +1,7 @@
/*
Theme Name: Hale 2015
Author: UConn Web Development Lab
Description: Parent theme for University of Connecticut
Version: 1
Template: cornerstone
*/

0 comments on commit 65bfb57

Please sign in to comment.