I hereby claim:
- I am andreasisaak on github.
- I am andreasisaak (https://keybase.io/andreasisaak) on keybase.
- I have a public key whose fingerprint is 2A85 BA6A 9EA0 6AF7 A9E8 5A18 28C6 CD10 46A0 5FD2
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php $this->extend('fe_page'); ?> | |
| <?php $this->block('footer'); $this->endblock(); ?> | |
| <?php $this->block('body'); ?> | |
| <?php $this->parent(); ?> | |
| <?php if ($this->footer): ?> | |
| <footer id="footer"> | |
| <div class="inside"> | |
| <?php echo $this->footer; ?> | |
| </div> |
| @if compass-env() == 'development' { | |
| body { | |
| border:1px solid red; | |
| } | |
| } |
| @import "compass"; | |
| /* | |
| * Including retina images | |
| * Based on https://gist.github.com/twe4ked/1432554 | |
| * | |
| * How to use: | |
| * @include background-image-retina('foobar', 'png', 10px, 20px); | |
| */ | |
| @mixin background-image-retina($file, $type, $width, $height) { |
| /* | |
| * Example media queries | |
| * | |
| * max-width | |
| * @include breakpoint(500) | |
| * @media screen and (max-width: 500px) | |
| * | |
| * min-width | |
| * @include breakpoint(500, min) | |
| * @media screen and (min-width: 500px) |
| /* | |
| * Normalize the icon font | |
| */ | |
| @mixin normalize-icon-font($font-family) { | |
| font-family:$font-family; | |
| speak:none; | |
| font-style:normal; | |
| font-weight:normal; | |
| font-variant:normal; | |
| text-transform:none; |
| /* | |
| * Reset the box-shadow | |
| */ | |
| @mixin reset-box-shadow { | |
| -webkit-box-shadow:none; | |
| -moz-box-shadow:none; | |
| box-shadow:none; | |
| } |
| "isotope/isotope-core": "dev-develop#1ab3bfb62b99349d80722ffa05c4b9f7502cf003 as 2.1.3" |
| /msg ChanServ flags #channel username +AOiov |
| http://kb.mediatemple.net/questions/1626/Using+SSH+keys+on+your+server | |
| Local: cat ~/.ssh/id_rsa.pub | ssh root@example.com 'cat - >> ~/.ssh/authorized_keys' | |
| Remote chmod 600 ~/.ssh/authorized_keys && chmod 700 ~/.ssh/ |