Skip to content

Instantly share code, notes, and snippets.

View kublaios's full-sized avatar

Kubilay Erdogan kublaios

View GitHub Profile
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The HTML5 Herald</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
@kublaios
kublaios / gist:4d32b18e54f2c9b679f2
Created June 25, 2014 20:53
Sublime SFTP Sample sftp-config.json File (Non-Secure & Secure)
{
// The tab key will cycle through the settings when first created
// Visit http://wbond.net/sublime_packages/sftp/settings for help
// sftp, ftp or ftps
"type": "ftp", // set to sftp if secure
"save_before_upload": true,
"upload_on_save": true,
"sync_down_on_open": false,