This is only a test (post)

This is only a test (post)

Graham Larue bio photo By Graham Larue

This is the first post testing the function of my Jekyll-based blog.

My name is Graham, I do bioinformatics and occasionally procrastinate by trying to make a website.

def fight_procrastination(name, severity=5):
	for i in range(severity):
		print("Stop procrastinating, {}!".format(name))
In [6]: fight_procrastination("Graham")
Stop procrastinating, Graham!
Stop procrastinating, Graham!
Stop procrastinating, Graham!
Stop procrastinating, Graham!
Stop procrastinating, Graham!