Skip to content

Instantly share code, notes, and snippets.

View parkji's full-sized avatar
🏠
Working from home

Ben Parker parkji

🏠
Working from home
View GitHub Profile
@parkji
parkji / Gruntfile.js
Last active December 20, 2015 22:59
Grunt file for building and serving jekyll sites. Means you can just do grunt watch instead of running two Jekyll commands
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
shell: {
jekyllBuild: {
command: 'jekyll build'
},
jekyllServe: {
command: 'jekyll serve'
}
@parkji
parkji / index.html
Created June 24, 2013 08:16
A CodePen by Ben Parker. Loading dots - Playing around with flashing dots
<div class="loading dot"></div>