Skip to content

Instantly share code, notes, and snippets.

@dsoegijono
dsoegijono / keybase.md
Created September 10, 2016 07:57
Keybase GitHub verification

Keybase proof

I hereby claim:

  • I am dsoegijono on github.
  • I am dsoegijono (https://keybase.io/dsoegijono) on keybase.
  • I have a public key whose fingerprint is BC1D 1FA8 9590 12D7 BE7E DDFB 1637 CC6A 7CF5 E18D

To claim this, I am signing this object:

{
"vars": {
"@gray-base": "#09263B",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "#2790DB",
"@brand-success": "#27DB72",
@dsoegijono
dsoegijono / manutd.md
Last active August 29, 2015 14:06
2014-2015 Manchester United first team social media
@dsoegijono
dsoegijono / atom-gray.less
Last active August 29, 2015 14:05
My Atom stylesheet
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
=begin
Jekyll tag to include Markdown text from _includes directory preprocessing with Liquid.
Usage:
{% markdown <filename> %}
=end
module Jekyll
class MarkdownTag < Liquid::Tag
def initialize(tag_name, text, tokens)
super
@text = text.strip