Skip to content

Instantly share code, notes, and snippets.

View giraffeb's full-sized avatar

Raewook Park giraffeb

View GitHub Profile
@giraffeb
giraffeb / gist:26ee33c344e107c1e2c7d96d559ea1db
Created August 10, 2016 06:14
jekyll03-01-layout-sample
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>giraffeb's tech blog - {{ page.title }}</title>
<meta name="viewport" content="width=device-width">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
@giraffeb
giraffeb / duck.js
Last active July 14, 2021 15:42
jo-duck
function say(){
console.log("jo-duck");
}
say();