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
Initial changes to Starter Kit
Initial changes to Starter Kit
  • Loading branch information
Jessika Mika Caldera committed Jan 13, 2015
1 parent 7398ba4 commit 37c4a73
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@

css/_notes/dwsync.xml

javascripts/min/_notes/dwsync.xml

prepros.cfg
Binary file added favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions functions.php
@@ -1,12 +1,12 @@
<?php
/*
*
* functions.php
This is the functions.php files. If for whatever reason you would like to input new functions into cornerstone or tweak ones that are already created (view original theme for more information) you can use this functions.php to overwrite it. '
* Starterkit
* This is the functions.php files. If for whatever reason you would like to input new functions into cornerstone or tweak ones that are already created (view original theme for more information) you can use this functions.php to overwrite it. '
*
*/

// Any custom js or css - Code to make your javascript work with the theme.


function starterkit_scripts() {
wp_enqueue_script( 'starterkit-js', get_stylesheet_directory_uri() . '/javascripts/min/starterkit.min.js', array( 'jquery' ));
Expand Down
5 changes: 3 additions & 2 deletions style.scss
@@ -1,13 +1,14 @@
/*
Theme Name: Cornerstone Starter Kit
Description: Aurora's new 2014 theme
Description: Simple start up kit to make your own Aurora Cornerstone based Theme
Author: UITS Web Development Lab
Template: cornerstone
Version: 1.0.0
*/

/* These are the global imports do not delete or alter they are needed for the theme to work properly */
// adjustments to Bootstrap or Cornerstone variables. Things like font size, rounded corners, margins. Anything not color related.
@import "sass/variables.scss";
// loads bootstrap, and cornerstone.
@import "../cornerstone/style.scss";


Expand Down

0 comments on commit 37c4a73

Please sign in to comment.