Skip to content

Instantly share code, notes, and snippets.

View devogon's full-sized avatar

ragnar van der wiel devogon

View GitHub Profile
#! /usr/bin/env perl6
use v6;
my $article_template = slurp("templates/post.html");
my $default_template = slurp("templates/default.html");
my $root_url = "http://strangelyconsistent.org/blog";
my @monthnames = <Jan Feb Mar Apr
May Jun Jul Aug
Sep Oct Nov Dec>;