Skip to content

Instantly share code, notes, and snippets.

View immanuelsun's full-sized avatar

Immanuel Sun immanuelsun

View GitHub Profile
@immanuelsun
immanuelsun / _typography.scss
Created July 24, 2014 17:40
Basic settings for typography.
body {
color: $c-text;
font: #{$base-font-size}/#{$baseline} $f-404;
}
a {
color: $c-link;
&:hover {
color: $c-hover;
@immanuelsun
immanuelsun / wp.sidebar.php
Last active August 29, 2015 14:04
Add a template to Wordpress sidebar to use widgets.
<!-- SIDEBAR -->
<div class="col-md-3 sidebar">
<?php if( ! dynamic_sidebar( 'page') ): ?>
<h3 class="l-sidebar-title">Sidebar Setup</h3>
<p>Please add sidebar widgets and display them here.</p>
<?php endif; ?>
</div> <!-- end col-md-3 -->
@immanuelsun
immanuelsun / wp_show.widget.php
Last active August 29, 2015 14:04
wp_show.widget
<div class="row">
<div class="col-md-4">
<?php if(is_active_sidebar( 'front-left' )):
dynamic_sidebar( 'front-left' );
endif;
?>
</div>
<div class="col-md-4">
{
"files":
{
"jquery" : "http://code.jquery.com/jquery.js",
"jquery.min" : "http://code.jquery.com/jquery.min.js",
"jquery-cookie" : "https://raw.github.com/carhartl/jquery-cookie/master/jquery.cookie.js",
"jquery-dotimeout" : "https://raw.github.com/cowboy/jquery-dotimeout/master/jquery.ba-dotimeout.min.js",
"jquery-extra-selectors" : "https://raw.github.com/keithclark/JQuery-Extended-Selectors/master/jquery-extra-selectors.js",
"jquery-flexslider" : "https://raw.github.com/mbmufffin/FlexSlider/master/jquery.flexslider-min.js",
"jquery-mediaelement" : "https://raw.github.com/johndyer/mediaelement/master/build/mediaelement-and-player.js",