Skip to content

Instantly share code, notes, and snippets.

@mlafeldt
Created March 7, 2012 22:01
Show Gist options
  • Save mlafeldt/1996526 to your computer and use it in GitHub Desktop.
Save mlafeldt/1996526 to your computer and use it in GitHub Desktop.
DocumentUp template for gh-pages
<!DOCTYPE html>
<html>
<head>
<title></title>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/documentup/latest.min.js"></script>
<script type="text/javascript">
DocumentUp.document({
repo: "mlafeldt/PROJECT",
travis: true,
twitter: [ "mlafeldt" ]
});
</script>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment