Skip to content

Instantly share code, notes, and snippets.

@derdennis
derdennis / .slate
Created April 20, 2018 08:08
My slate config file with 1/6 steps for the 34" UltraWide
# Configs
config defaultToCurrentScreen true
config nudgePercentOf screenSize
config resizePercentOf screenSize
config secondsBetweenRepeat 0.1
config checkDefaultsOnLoad true
config focusCheckWidthMax 3000
config keyboardLayout qwerty
config windowHintsShowIcons true
config windowHintsIgnoreHiddenWindows false
@derdennis
derdennis / keybase.md
Created October 30, 2014 21:15
My keybase gist

Keybase proof

I hereby claim:

  • I am derdennis on github.
  • I am der_dennis (https://keybase.io/der_dennis) on keybase.
  • I have a public key whose fingerprint is AEEE 14F9 0EA0 980D A57D 859A 1DCA B4A3 8FC5 AC3D

To claim this, I am signing this object:

#!/usr/bin/env /Users/dennis/.rvm/rubies/ruby-1.9.2-p290/bin/ruby
# #!/usr/bin/ruby
# For use with Marked <http://markedapp.com> and Jekyll _posts
# turns
# {% img alignright /images/heythere.jpg 100 100 "Hey there" "hi" %}
# into
# <img src="../images/heythere.jpg" alt="Hey there" class="alignright" title="hi" />
#
# replaces alignleft and alignright classes with appropriate style attribute
@derdennis
derdennis / post.html
Created November 10, 2012 18:21
post layout for instant-thinking.de
---
layout: default
single: true
---
<div>
<article class="hentry" role="article">
{% include article.html %}
<footer>
<p class="meta">
@derdennis
derdennis / instant-tags.html
Created November 10, 2012 18:20
Tags in der Sidebar
<section class="tag-cloud">
<h1>instant-Tags</h1>
{% tag_cloud %}
</section>