Skip to content

Instantly share code, notes, and snippets.

@quii
Created January 10, 2019 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quii/19d59f5a6ab064bf2203b3fca864b57f to your computer and use it in GitHub Desktop.
Save quii/19d59f5a6ab064bf2203b3fca864b57f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Chris James, London - Software Engineer</title>
<meta charset="UTF-8"/>
<meta name="description" content="Chris James, London - Software Engineer" lang="en"/>
<meta name="viewport" content="width=device-width, minimumscale=
1.0, maximum-scale=1.0" />
<link rel="stylesheet" type="text/css" href="{{.CSSPath}}">
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="/rss" />
</head>
<body>
<header class="main">
<h1><a href="/">Chris James</a> - Software Engineer and other things</h1>
</header>
<main>
{{range .Posts}}
<article>
<header>
<h1>{{.Title}}</h1>
<p>{{ .Date.Format "02 January 2006" }}</p>
</header>
{{.Body}}
</article>
{{end}}
</main>
<aside>
<h2>About</h2>
<p>Welcome to my little corner of the internet. I make things with computers.</p>
<p>I really enjoy learning about software development and helping others learn so I hope this website can maybe help.</p>
<p>You can find me on <a href="http://twitter.com/quii">twitter.com/quii</a>. If you have any comments on the stuff I write I would be thrilled to hear them, even if they're mean.</p>
<p>You can also laugh at my really bad git commits at <a href="http://github.com/quii">Github</a></p>
<p><a href="/rss">RSS</a></p>
<h4>Archive</h4>
<ol>
{{ range .Archive }}
<li><a href="{{.UnderscoredTitle}}">{{.Title}}</a></li>
{{end}}
</ol>
</aside>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment