coffeemug / defmacro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go to www.defmacro.org.

# Add a draft
$ jekyll draft testing this
New draft created at _drafts/testing-this.md.

# Turn a draft into a post
$ jekyll publish _drafts/testing-this.md
Draft _drafts/testing-this.md was moved to _posts/2017-10-15-testing-this.md

Help for more:

$ jekyll help
serve, server, s      Serve your site locally
draft                 Creates a new draft post with the given NAME
post                  Creates a new post with the given NAME
publish               Moves a draft into the _posts directory and sets the date
unpublish             Moves a post back into the _drafts directory
page                  Creates a new page with the given NAME

About


Languages

Language:HTML 85.7%Language:CSS 12.4%Language:SCSS 1.1%Language:Ruby 0.7%