Skip to content

Instantly share code, notes, and snippets.

@jaburns
Last active August 29, 2015 14:16
Show Gist options
  • Save jaburns/0f84c880ae7b9902107f to your computer and use it in GitHub Desktop.
Save jaburns/0f84c880ae7b9902107f to your computer and use it in GitHub Desktop.
:|
<!DOCTYPE html>
<html>
<head>
<style>
body {
padding: 20px;
background: #39312C;
color: #999;
font-family: monospace;
font-weight: 1;
}
.title {
font-size: 250%;
}
a {
color: #6F7FB7;
text-decoration: none;
}
a:hover {
color: #7F8FC7;
}
</style>
</head>
<body>
<div class='title'>jaburns.net</div>
#include "links.inc.html"
</body>
</html>
default: all
all: public/index.html
public/index.html: index.html
cpp index.html | sed '/^#.*/d' > public/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment