Skip to content

Instantly share code, notes, and snippets.

View ohyecloudy's full-sized avatar

Jongbin Oh ohyecloudy

View GitHub Profile
@ohyecloudy
ohyecloudy / wordpressdotcom.rb
Last active August 29, 2015 13:56
jekyll-import > wordpress에서 archives/id 와 같은 주소형식을 사용한 경우에 사용. title이 아닌 id로 파일을 만듦.
# coding: utf-8
# This importer takes a wordpress.xml file, which can be exported from your
# wordpress.com blog (/wp-admin/export.php).
module JekyllImport
module Importers
class WordpressDotCom < Importer
def self.require_deps
JekyllImport.require_with_fallback(%w[
rubygems

[ProjectName]

그림 있으면 좋고. 한 줄로 간단하게 설명.

Example

(defn hello [] 
 (println "hello world"))