Skip to content

Instantly share code, notes, and snippets.

View EldonMcGuinness's full-sized avatar

Eldon McGuinness EldonMcGuinness

View GitHub Profile
@EldonMcGuinness
EldonMcGuinness / Jekyll.sublime-build
Last active August 29, 2015 14:21
Sublime Text 3 - Build Jekyll Site and Publish to Directory
{
"cmd": ["jekyll","b"],
"shell": true,
"working_dir": "${project_path:${folder}}",
"selector": "source.markdown",
"variants": [
{
"name": "Copy site to Live Directory",
"cmd": ["cp", "-fuR", "SOURCE_DIR", "DEST_DIR"],