Skip to content

Instantly share code, notes, and snippets.

View Sulcalibur's full-sized avatar
🕺
Pop 'n' Lock

Suleiman Leadbitter Sulcalibur

🕺
Pop 'n' Lock
View GitHub Profile
extends ./layout.jade
block content
include _header
.content: .inner
.articles
!= dev ? "" : "<?php if (have_posts()) : while (have_posts()) : the_post(); ?>"
.article
@Sulcalibur
Sulcalibur / Susy Error
Created December 4, 2014 16:38
Busy Error being thrown up when running Gulp task
Ultra-Magnus:sulcalibur-suljam Sulcalibur$ node -v
v0.10.33
Ultra-Magnus:sulcalibur-suljam Sulcalibur$ npm -v
1.4.28
Ultra-Magnus:sulcalibur-suljam Sulcalibur$ gulp styles
[16:34:59] Using gulpfile ~/Sites/sulcalibur-suljam/gulpfile.js
[16:34:59] Starting 'styles'...
stream.js:94
throw er; // Unhandled stream error in pipe.
<?php if($page->hasPrevVisible()): ?>
<a href="<?php echo $page->prevVisible()->url() ?>">previous page</a>
<?php endif ?>
<?php if($page->hasNextVisible()): ?>
<a href="<?php echo $page->nextVisible()->url() ?>">next page</a>
<?php endif ?>
///
var pkg = require("./package.json")
, rimraf = require("rimraf")
, gulp = require("gulp")
, gutil = require("gulp-util")
, filter = require("gulp-filter")
, plumber = require("gulp-plumber")
, concat = require("gulp-concat")
gulp.task("clean", function() {
// $breakpoint-no-queries: false;
$breakpoint-no-query-fallbacks: true;
$susy: (
gutters: 0.2
);
$layouts: (
small: (
break: 0em 37.5em,
@Sulcalibur
Sulcalibur / bs-config.js
Last active August 29, 2015 14:01
Browser Sync Config File
/*
|--------------------------------------------------------------------------
| Browser-sync config file
|--------------------------------------------------------------------------
|
| Please report any issues you encounter:
| https://github.com/shakyShane/browser-sync/issues
|
| For up-to-date information about the options:
| https://github.com/shakyShane/browser-sync/wiki/Working-with-a-Config-File
@Sulcalibur
Sulcalibur / Learning Resources
Created January 16, 2014 16:02
Various online learning resources for the kids education and the rest of the family.
`This is a real rough version at the moment`
# Learning Resources
### A list of online learning resources that we use as a family
### IT, Web Design, Web Development and Application Design
I.T. is one of the easier subject to learning online, most probably because you have already started just by looking.
- [Team Treehouse](http://sulc.me/1e25CDo) **Premium**
@Sulcalibur
Sulcalibur / Package Control.sublime-settings
Created December 30, 2013 12:50
Sublime Text Package Control Prefences
{
"auto_upgrade_last_run": null,
"installed_packages":
[
"4GL",
"AdvancedNewFile",
"Code Runner",
"CoffeeScript",
"CSScomb",
"DashDoc",
@Sulcalibur
Sulcalibur / Preferences.sublime-settings
Last active December 26, 2015 16:29
Sublime Text settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/toychest.tmTheme",
"detect_indentation": true,
"detect_slow_plugins": false,
"draw_indent_guides": true,
"draw_white_space": "all",
"file_exclude_patterns":
[