Skip to content

Instantly share code, notes, and snippets.

View good's full-sized avatar

Brian Warren good

View GitHub Profile
/*
A quick user style to improve readability and add responsiveness to Daring Fireball http://daringfireball.net/
Made by Brian Warren http://begoodnotbad.com @mrwarren
Enjoy!
*/
body { font-size: 16px; }
body, h1, h2, h3, h4, h5, h6 { font-family: system, -apple-system, ".SFNSDisplay-Regular", "San Fransisco", Verdana, "Bitstream Vera Sans", Papyrus, sans-serif !important; }
#Box { width: 80%; position: relative; max-width: 1100px; }
#Main { width: 66%; margin-left: 30%; top: 0; }
@good
good / keybase.md
Created March 25, 2014 16:26
keybase.md

Keybase proof

I hereby claim:

  • I am good on github.
  • I am mrwarren (https://keybase.io/mrwarren) on keybase.
  • I have a public key whose fingerprint is 02E8 CA8F 253B 540F 93D2 ED54 E59D B3AD 483C A13D

To claim this, I am signing this object:

@good
good / article.text.php
Created March 20, 2014 17:02
Custom meta description based on page content for Kirby
<?php snippet('header', array('section' => 'journal', 'title' => $page->title(), 'customdesc' => $page->text())); ?>