Setup your Digital Ocean droplet.
your machine:
ssh root@IP-ADDRESS
on the server:
passwd
Setup your Digital Ocean droplet.
your machine:
ssh root@IP-ADDRESS
on the server:
passwd
Stash 2.3.4 (beta) or later
/layouts/
standard.html
/partials/
listing.html
// USAGE: | |
// resize the browser until your layout looks shit | |
// take note of the viewport size | |
// plug in that value and add the new styles... | |
// e.g. | |
// | |
// #logo { | |
// float: left; | |
// @include respond-to(650px) { | |
// float:none; |
body { | |
margin:0; | |
} | |
p { | |
margin:0; | |
} | |
form { | |
margin:0; |
/* Define styles for blocks of content scoped within the .copy rather than | |
making them global. Global styles will be constantly overridden. */ | |
@mixin text-copy { | |
@include improve-text-rendering; | |
/* | |
Set the baseline on all elements directly inside a copy block | |
Margin won't work on inline elements anyway | |
*/ |
/** | |
* Annoying.js - How to be an asshole to your users | |
* | |
* DO NOT EVER, EVER USE THIS. | |
* | |
* Copyright (c) 2011 Kilian Valkhof (kilianvalkhof.com) | |
* Visit https://gist.github.com/767982 for more information and changelogs. | |
* Visit http://kilianvalkhof.com/2011/javascript/annoying-js-how-to-be-an-asshole/ for the introduction and weblog | |
* Check out https://gist.github.com/942745 if you want to annoy developer instead of visitors | |
* |