Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use of undefined variables #4

Merged
merged 2 commits into from
Jan 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _layouts/simple.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<main>
<article>
<h1>{{ title }}</h1>
<time pubdate="pubdate">{{ date | date: "%b %d, %Y" }}</time><br />

{{ content }}
</article>
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-01-15-blog-static.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
title: blog? static!
date: 15 Jan 2011 15:54:00 +0100
path: /:year/:month/:day/blog-static
route: blog
---

static blog with just one file ;)
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-01-15-fnord.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: fnord?
date: 15 Jan 2011 01:34:00 +0100
path: /:year/:month/:day/fnord
route: blog
---

fnordig? WTF ist fnord? [Fnord](http://de.wikipedia.org/wiki/Fnord)
1 change: 1 addition & 0 deletions _posts/2011-01-15-fnordig-is-up-and-running.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: fnordig is up and running
date: 15 Jan 2011 00:04:00 +0100
path: /:year/:month/:day/fnordig-is-up-and-running
route: blog
---

fnordig is up and running!
1 change: 1 addition & 0 deletions _posts/2011-01-20-error-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: error pages
date: 20 Jan 2011 00:00:00 +0100
path: /:year/:month/:day/error-pages
route: blog
---

I just added more "fnordig-like" error pages
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-01-22-poor-mans-vpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: sshuttle - poor man's vpn
date: 22 Jan 2011 00:00:00 +0100
path: /:year/:month/:day/poor-mans-vpn
route: blog
---


Expand Down
1 change: 1 addition & 0 deletions _posts/2011-01-22-static-blog-system-runs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: static blog system runs!
date: 22 Jan 2011 00:00:00 +0100
path: /:year/:month/:day/static-blog-system-runs
route: blog
---

my small and simple blog system works!
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-01-23-static-blog-system-improved.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: static blog system improved
date: 23 Jan 2011 00:00:00 +0100
path: /:year/:month/:day/static-blog-system-improved
route: blog
---

My static blog system script now launches a small web server and auto-updates on a file change. This way you've got a live preview directly in your browser.
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-01-26-ipv6-with-nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: IPv6 with NodeJS
date: 26 Jan 2011 00:00:00 +0100
path: /:year/:month/:day/ipv6-with-nodejs
route: blog
---

As there are just a few new ipv4 address left in the pool and even those will be [exhausted in under a week](http://inetcore.com/project/ipv4ec/index_en.html) (6 days left, checked right now) the switch to [IPv6](http://en.wikipedia.org/wiki/Ipv6) will be necessary soon.
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-08-25-blog-running-with-jekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Blog running on jekyll again
date: 25 Aug 2011 00:00:00 +0100
path: /:year/:month/:day/blog-running-with-jekyll
route: blog
---

I decided to setup a blog again. And again I'll use [jekyll][], a `blog-aware, static site generator in Ruby`.
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-09-02-compile-nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Compile nginx
date: 02 Sep 2011 00:00:00 +0100
path: /:year/:month/:day/compile-nginx
route: blog
---

I'm using [nginx][] as my main webserver and proxy for all my other projects (let it be node.js or ruby things).
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-09-02-kramdown-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: now with code higlighting
date: 02 Sep 2011 00:00:00 +0100
path: /:year/:month/:day/kramdown-test
route: blog
---

I am a programmer and I like to write code and I like to talk about code. That's why this blog really needs some syntax highlighting for my favorite languages.
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-09-08-running-on-ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: running on ssl
date: 08 Sep 2011 00:31:00 +0200
path: /:year/:month/:day/running-on-ssl
route: blog
---

Even though the [SSL][] and [CA][] system is totally broken right now, I finally got my blog as well as my [etherpad][] served over SSL:
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-09-27-running-etherpad-lite-on-nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: running etherpad-lite on nginx
date: 27 Sep 2011 21:24:00 +0200
path: /:year/:month/:day/running-etherpad-lite-on-nginx
route: blog
---

As you should already know if you read this blog, I am using [nginx][] as my main http server as well as a reverse proxy for my apps running on node.js or simple ruby.
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-10-02-fast-and-simple-proxy-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: fast and simple proxy server
date: 02 Oct 2011 01:27:00 +0200
path: /:year/:month/:day/fast-and-simple-proxy-server
route: blog
---

So you have this friend sitting somewhere else in the world and want to give him a simple proxy to access a geoip-protected site or something similar. But what tool to use?
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-10-18-using-ipvwith-inetd.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: using ipv6 with inetd
date: 18 Oct 2011 10:58:00 +0200
path: /:year/:month/:day/using-ipvwith-inetd
route: blog
---
I am the administrator of the [ctdo][] own jabber server over at `jabber.ctdo.de`.
It is currently running on the old but working [jabberd][] and also hosts a [bitlbee] server on several ports including ssl-protected ones.
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-12-25-network-config-without-ifconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: network config without ifconfig
date: 25 Dec 2011 14:52:00 +0100
path: /:year/:month/:day/network-config-without-ifconfig
route: blog
---

[ifconfig](http://linux.die.net/man/8/ifconfig) is more or less deprecated and replaced by [ip](http://linux.die.net/man/8/ip), which has a different syntax.
Expand Down
1 change: 1 addition & 0 deletions _posts/2011-12-25-send-your-docs-to-your-kindle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: send your docs to your kindle
date: 25 Dec 2011 15:01:00 +0100
path: /:year/:month/:day/send-your-docs-to-your-kindle
route: blog
---
I got a new [Kindle 4](http://www.amazon.de/Kindle-eReader-Wi-Fi-Display-deutsches/dp/B0051QVF7A/ref=amb_link_162551127_2?pf_rd_m=A3JWKAKR8XB7XF&pf_rd_s=center-1&pf_rd_r=17K3DH24R9MPM5BFJJQ2&pf_rd_t=101&pf_rd_p=270263907&pf_rd_i=301128) for Christmas.

Expand Down
1 change: 1 addition & 0 deletions _posts/2012-05-07-swap-in-double-linked-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: swap in double-linked lists
date: 07 May 2012 22:22:00 +0200
path: /:year/:month/:day/swap-in-double-linked-lists
route: blog
---

Yesterday I had to implement [Selection Sort](http://en.wikipedia.org/wiki/Selection_sort)
Expand Down
1 change: 1 addition & 0 deletions _posts/2012-05-08-my-instapaper-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: my instapaper stats
date: 08 May 2012 11:33:00 +0200
path: /:year/:month/:day/my-instapaper-stats
route: blog
---

I am an actively user of the great [Instapaper](http://www.instapaper.com/)
Expand Down
1 change: 1 addition & 0 deletions _posts/2012-05-12-instapaper-stats-is-online.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: instapaper-stats is online
date: 12 May 2012 17:13:00 +0200
path: /:year/:month/:day/instapaper-stats-is-online
route: blog
---

I mentioned the script I'm using for my instapaper stats [here](http://fnordig.de/2012/05/08/my-instapaper-stats/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Raspberry Pi - A guick guide to a successful start
date: 05 Jul 2012 00:27:00 +0200
path: /:year/:month/:day/raspberry-pia-guick-guide-to-a-successfull-start
route: blog
---

Today my [Raspberry Pi][pi] arrived and I quickly got it up and running.
Expand Down
1 change: 1 addition & 0 deletions _posts/2012-07-06-raspberry-pi-day-two.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Raspberry Pi - Day 2
date: 06 Jul 2012 13:20:00 +0200
path: /:year/:month/:day/raspberry-pi-day-two
route: blog
---

[Yesterday night](http://fnordig.de/2012/07/05/raspberry-pia-guick-guide-to-a-successfull-start/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Getting IPv6 working with SmartOS and KVM
date: 16 Sep 2012 01:13:00 +0200
path: /:year/:month/:day/getting-ipvworking-with-smartos-and-kvm
route: blog
---

Just about 2 weeks ago I started to play around with [SmartOS][].
Expand Down
1 change: 1 addition & 0 deletions _posts/2012-09-21-badbilla-billomat-api-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: BadBill - a Billomat API client
date: 21 Sep 2012 12:58:00 +0200
path: /:year/:month/:day/badbilla-billomat-api-client
route: blog
---
I'm happy to announce the release of my Billomat API client:

Expand Down
1 change: 1 addition & 0 deletions _posts/2012-12-13-getting-try-redis-db-com-back-online.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Getting try.redis-db.com back online!
date: 13 Dec 2012 22:43:00 +0100
path: /:year/:month/:day/getting-try-redis-db-com-back-online
route: blog
---

Hi there,
Expand Down
1 change: 1 addition & 0 deletions _posts/2012-12-30-fnord-news-show.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: fnord news show 2012
date: 30 Dec 2012 14:20:00 +0100
path: /:year/:month/:day/fnord-news-show
route: blog
---

I'm at the [29c3][] right now and guess what happened here? Right, the [fnord news show][] happened.
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-01-04-29c3-or-my-first-congress.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: 2.9-C/3 - N.O-T/MY-D/E.PA/R.T-ME-N/T.
date: 04 Jan 2013 23:09:00 +0100
path: /:year/:month/:day/29c3-or-my-first-congress
route: blog
---

I was at the [29c3][wiki] <del>this</del> last year and it was great.
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-01-10-try-redis-io-is-online.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: try.redis.io is online
date: 10 Jan 2013 21:02:00 +0100
path: /:year/:month/:day/try-redis-io-is-online
route: blog
---
Finally:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Problems after disconnecting LUKS device
date: 14 Jan 2013 23:28:00 +0100
path: /:year/:month/:day/problems-after-disconnecting-luks-device
route: blog
---

Yesterday I got my 2TB backup disk. I formatted it and then used [LUKS][] to encrypt it and [LVM][] for the Volume Management.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: irregular backups with rsnapshot (and rsnapshot_ii)
date: 22 Jan 2013 19:08:00 +0100
path: /:year/:month/:day/irregular-backups-with-rsnapshotand-rsnapshot-ii
route: blog
---

As stated in the last post I bought a big 2TB HDD for backups. My only
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-05-11-git-merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: git merge 2013
date: 11 May 2013 18:20:00 +0200
path: /:year/:month/:day/git-merge
route: blog
---

Friday and Saturday I attended [gitmerge][homepage], a free Git user conference
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-11-01-iterate-the-keyspace-in-redis-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: "Iterate the keyspace in redis: SCAN"
date: 01 Nov 2013 18:40:00 +0100
path: /:year/:month/:day/iterate-the-keyspace-in-redis-scan
route: blog
---

A few days ago antirez finally [merged][pr] the SCAN algorithm written by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Run server-side git hook when there are no updates
date: 02 Nov 2013 10:14:00 +0100
path: /:year/:month/:day/run-server-side-git-hook-when-there-are-no-updates
route: blog
---

I make heavy use of of [hooks in git][git-hooks], especially post-receive, to
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-11-06-unicode-codepoints-in-ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Unicode codepoints in ruby
date: 06 Nov 2013 12:04:00 +0100
path: /:year/:month/:day/unicode-codepoints-in-ruby
route: blog
---
Another post of the category "better write it down before you forget it".

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: "Redis FAQ or: what you learn when idling in #redis"
date: 10 Nov 2013 21:10:00 +0100
path: /:year/:month/:day/redis-faq-or-what-you-learn-when-idling-in-redis
route: blog
---

Sometime ago I created the [redis-faq][], a small list of common or not so
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-01-01-30c3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: 30C3
date: 01 Jan 2014 23:42:00 +0100
path: /:year/:month/:day/30c3
route: blog
---

At the end of last year I was once again in Hamburg, this year for the [30th Chaos Communication Congress](https://events.ccc.de/congress/2013/wiki/Main_Page).
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-01-20-fixing-a-vagrant-hostonlyif-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Fixing a Vagrant "hostonlyif" error
date: 20 Jan 2014 13:24:00 +0100
path: /:year/:month/:day/fixing-a-vagrant-hostonlyif-error
route: blog
---

------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Multiple slides on one side in one pdf
date: 19 Feb 2014 18:33:00 +0100
path: /:year/:month/:day/multiple-slides-on-one-side-in-one-pdf
route: blog
---

Ever had multiple slide sets, e.g. from a lecture, and you needed an overview to print out?
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-03-03-samsung-chromebook-a-short-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Samsung Chromebook - a short review
date: 03 Mar 2014 15:18:00 +0100
path: /:year/:month/:day/samsung-chromebook-a-short-review
route: blog
---

One week ago I purchased a Chromebook. To be exact I purchased the Samsung
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Don't set an empty root password on Chrome OS
date: 04 Mar 2014 16:41:00 +0100
path: /:year/:month/:day/don-t-set-an-empty-root-password-on-chrome-os
route: blog
---

So I got this [Chromebook][chromebook-post] in Developer Mode and wanted to set
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-03-11-redis-cluster-with-pre-existing-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Redis Cluster with pre-existing data
date: 11 Mar 2014 17:05:00 +0100
path: /:year/:month/:day/redis-cluster-with-pre-existing-data
route: blog
---

With Beta 2 of Redis Cluster <del>arriving soon</del> [released just now][cluster-beta2], I finally found some time to play around with it.
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-03-17-fixing-zfs-pool-error-in-zones-dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Fixing zfs pool error in zones/dump
date: 17 Mar 2014 14:08:00 +0100
path: /:year/:month/:day/fixing-zfs-pool-error-in-zones-dump
route: blog
---

At work we're using [SmartOS][], an Open Solaris clone featuring all kinds of cool stuff. One of the best things is the underlying file system: ZFS.
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-04-01-opentechschool-learn-new-things.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: OpenTechSchool - Learn new things
date: 01 Apr 2014 23:05:00 +0200
path: /:year/:month/:day/opentechschool-learn-new-things
route: blog
---

Last weekend (29./30.03.) I coached beginners some HTML & CSS. This is about my experience.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Changing the root password in recent SmartOS
date: 12 May 2014 22:02:00 +0200
path: /:year/:month/:day/changing-the-root-password-in-recent-smartos
route: blog
---

Back in 2012 Jonathan Perkin wrote a little bit about [SmartOS and the global zone][perkin],
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-05-15-key-value-logs-with-nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: key=value logs with nginx
date: 15 Apr 2014 18:24:00 +0200
path: /:year/:month/:day/key-value-logs-with-nginx
route: blog
---

In [Six Ways to Make Your Production Logs More Useful][fun-with-logs] [@roidrage][] talked about how to make your logs much more useful.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: OpenTechSchool - Javascript for Beginners
date: 26 May 2014 15:15:00 +0200
path: /:year/:month/:day/opentechschooljavascript-for-beginners
route: blog
---

2 month ago I coached at OpenTechSchool's [HTML & CSS for Absolute Beginners][htmlfab] workshop.
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-07-27-extending-redis-with-lua-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: Extending Redis with Lua packages
date: 27 Jul 2014 13:57:00 +0200
path: /:year/:month/:day/extending-redis-with-lua-packages
route: blog
---

**Warning**: If you patch your Redis as stated below, you won't get much support from the Community.
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-08-04-eurucamp-2014.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: eurucamp 2014
date: 04 Aug 2014 14:15:00 +0200
path: /:year/:month/:day/eurucamp-2014
route: blog
---

<span style="float:right;margin-left:10px;width:250px;">
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-08-09-eurucamp-2014-video-and-photos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extends: post.liquid
title: eurucamp 2014 - Video & Photos
date: 09 Aug 2014 13:06:00 +0200
path: /:year/:month/:day/eurucamp-2014-video-and-photos
route: blog
---

Great short video documentation of eurucamp 2014 (by [@polarblau](https://twitter.com/polarblau)):
Expand Down
Loading