New theme
This commit is contained in:
@@ -5,40 +5,36 @@
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>$title$</title>
|
||||
<link rel="stylesheet" href="/css/tufte.css" />
|
||||
<link rel="stylesheet" href="/css/custom.css" />
|
||||
<link href="http://fonts.googleapis.com/css?family=Lato:400,900" rel="stylesheet" type="text/css">
|
||||
<link href="http://fonts.googleapis.com/css?family=Crimson+Text" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="/css/default.css" />
|
||||
<link rel="stylesheet" href="/css/syntax.css" />
|
||||
</head>
|
||||
<body class="full-width">
|
||||
<header>
|
||||
<nav class="group">
|
||||
<!-- <a href="/"><img class="badge" src="/images/badge.png" width="50px" alt="BS"></a> -->
|
||||
<a class="active" href="/index.html">Binary Strolls</a>   
|
||||
<a href="/archive.html">Archive</a>  
|
||||
<body>
|
||||
<header>
|
||||
<hgroup>
|
||||
<h1>Binary Strolls</h1>
|
||||
<h2>Cyber rambling (or ranting), mostly about code</h2>
|
||||
</hgroup>
|
||||
</header>
|
||||
<nav>
|
||||
<menu>
|
||||
<a href="/index.html">Home</a>
|
||||
<a href="/archive.html">Archive</a>
|
||||
<a href="https://dbalan.in">About</a>
|
||||
</menu>
|
||||
</nav>
|
||||
</header>
|
||||
<div id="content">
|
||||
<section>
|
||||
$body$
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<footer>
|
||||
<hr class="slender">
|
||||
<ul class="footer-links">
|
||||
<li><a href="mailto:mail@dbalan.in"><span class="icon-mail"></span></a></li>
|
||||
|
||||
<li>
|
||||
<a href="//www.twitter.com/notmycommit"><span class="icon-twitter"></span></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="//github.com/dbalan"><span class="icon-github"></span></a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<div class="credits">
|
||||
<span>© 2016 Dhananjay Balan</span></br> <br>
|
||||
<span>Powered by <a href="https://jaspervdj.be/hakyll/">hakyll</a> and <a href="https://github.com/edwardtufte/tufte-css">tufte-css</a>.</span>
|
||||
</div>
|
||||
<p>
|
||||
<a href="//github.com/dbalan"> Source Code </a> -
|
||||
<a href="https://jaspervdj.be/hakyll/"> built with hakyll</a>
|
||||
</p>
|
||||
<p>
|
||||
CC-BY-NC
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user