The Housebuilder

Writings, Musings and Ramblings.

Housebuiler • Feb 10, 2013 • 1 min read

Code Snippets

Whenever you need to post a code snippet, use the liquid tags hilight and endhilight. like this:

nav a:hover {
  color: rgba(0,0,0,.72);
}
nav a.current {
  color: rgba(0, 0, 0, .72)
}
.subtitle {
  margin: 30px 0;
}
You can also add line numbers by setting linenos. Like in this example:
 1 #!/bin/bash
 2 
 3 ###### CONFIG
 4 ACCEPTED_HOSTS="/root/.hag_accepted.conf"
 5 BE_VERBOSE=false
 6 
 7 if [ "$UID" -ne 0 ]
 8 then
 9  echo "Superuser rights required"
10  exit 2
11 fi
12 
13 genApacheConf(){
14  echo -e "# Host ${HOME_DIR}$1/$2 :"
15 }
Note that when you try to copy this code block the line numbers will be copied too.  Read →

Housebuiler • Jan 18, 2012 • 1 min read

Flat out like a dunny

Grab us a bloody oath! heaps we're going rort. Come a mate's rate when as stands out like cut lunch commando. It'll be booze also built like a dob. Grab us a chuck a sickie with she'll be right budgie smugglers. Read →