Skip to content

Instantly share code, notes, and snippets.

View nukos's full-sized avatar

Ryuichi.N nukos

  • Tokyo/Japan
View GitHub Profile
@nukos
nukos / post.yml
Created September 8, 2014 04:12
Jekyll Blog Yaml FrontMatter
---
published: [true | false]
layout: post
date: Y-m-d HH:MM
title: [text]
series: [text]
description: [text]
categories: [text, text...]
tag:
- [text]
@nukos
nukos / amazon.rb
Last active August 29, 2015 14:06 — forked from upvalue/amazon.rb
JP Amazon Associate
# amazon.rb - amazon affiliate links for jekyll
# assumes that you have a configuration variable called 'amazon_associate_id' with your associate id
# usage: {{ asin | amazon_product_href }}
# returns url of a product
# usage: {{ asin | amazon_image_href: 'M' }}
# returns image of the product, size argument can be S, M, or L, default M
# usage: {{ asin | amazon_product: 'A Product' }}
@nukos
nukos / tree_install
Created August 25, 2014 08:43
use tree command
$ brew install tree