Skip to content

Instantly share code, notes, and snippets.

View nurinamu's full-sized avatar

nurinamu nurinamu

View GitHub Profile
@nurinamu
nurinamu / GruntFile.js
Created October 28, 2013 13:50
local에서 html작업시에 grunt로 자동 page reload를 하는 간단한 configuration 파일.
module.exports = function(grunt){
grunt.initConfig({
connect:{
server:{
options:{}
}
},
watch:{
scripts:{
files:'*.html',
@nurinamu
nurinamu / tag_img.rb
Created September 7, 2014 23:13
jekyll plugin for custom size img tag.
module Jekyll
class RenderImgTag < Liquid::Tag
def initialize(tag_name, text, tokens)
super
@url , *@val= text.split(/ /)
if @val.length > 0
@width , *@height = @val[0].split(/x/)
end
@nurinamu
nurinamu / _photo0.png
Last active September 19, 2016 14:10
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Created September 21, 2016 09:49
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Created September 21, 2016 10:17
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Created September 21, 2016 10:48
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Created September 21, 2016 11:13
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Last active September 21, 2016 11:14
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Last active September 21, 2016 11:21
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Created September 21, 2016 11:24
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png