Files
cocoa-eh-hugo-theme/exampleSite/public/colophon/index.html
Nishanth Shanmugham d4353d39e9 Update example site
2015-10-31 16:20:28 -05:00

151 lines
4.1 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="Eat, sleep, code, repeat.">
<base href="http://localhost:1313/">
<title>
About This Site
</title>
<link rel="canonical" href="http://localhost:1313/colophon/">
<script type="text/javascript">
var baseUrl = 'http:\/\/localhost:1313\/';
var host = baseUrl.substring(0, baseUrl.length - 1).replace(/\//g, '');
if ((host === window.location.host) && (window.location.protocol !== 'https:')) {
window.location.protocol = 'https:';
}
</script>
<link rel="stylesheet" href="http://localhost:1313/css/reset.css">
<link rel="stylesheet" href="http://localhost:1313/css/pygments.css">
<link rel="stylesheet" href="http://localhost:1313/css/main.css">
<link rel="stylesheet" href="http://localhost:1313/css/proximanova.css">
<link rel="shortcut icon"
href="http://localhost:1313/img/leaf.ico"
>
</head>
<body lang="en">
<div class="section header">
<div class="container">
<div class="content">
<nav>
<ul>
<a href="http://localhost:1313/posts/"><li>Posts</li></a>
<a href="http://localhost:1313/about/"><li>About</li></a>
<a href="http://localhost:1313/code/"><li>Code</li></a>
</ul>
</nav>
<a href="http://localhost:1313/"><div class="name">Nishanth Shanmugham</div></a>
</div>
</div>
</div>
<div class="section icons">
<div class="container">
<div class="content">
<a href="//github.com/nishanths" target="_blank">
<i class="icon ion-social-github"></i>
</a>
<a href="//twitter.com/nshanmugham" target="_blank">
<i class="icon ion-social-twitter"></i>
</a>
<a href="//linkedin.com/in/nshanmugham" target="_blank">
<i class="icon ion-social-linkedin"></i>
</a>
<a href="mailto:nishanths@utexas.edu">
<i class="icon ion-ios-email larger"></i>
</a>
</div>
</div>
</div>
<div class="section main">
<div class="container">
<div class="content">
<div class="page-heading">
About This Site
</div>
<div class="markdown">
<p>This website is the place where I write about JavaScript, git, and tech. It is also a personal homepage.</p>
<p>The site is built with <a target="_blank" href="//gohugo.io">Hugo</a>—a static site generator made with Go and is hosted on GitHub Pages. The website <a target="_blank" href="//github.com/nishanths/nishanths.me">source code</a> is available on GitHub. It uses the <a target="_blank" href="//github.com/nishanths/cocoa-hugo-theme">cocoa</a> theme. The posts are written in Markdown.</p>
<p>The primary font face is Proxima Nova and the monospace font face is Ubuntu Mono. The social icons are from the Ionicons font set. CSS classes for code syntax highlighting are inserted during compile-time by Hugo using Pygments.</p>
<p>If you find errors, <a href="https://github.com/nishanths/nishanths.me/issues/new">please let me know</a>.</p>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-61427501-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
<script>document.write('<script src="http://'
+ (location.host || 'localhost').split(':')[0]
+ ':1313/livereload.js?mindelay=10"></'
+ 'script>')</script></body>
</html>