Migrate to tufte-css
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
Here you can find all my previous posts:
|
||||
<h1>Archives</h1>
|
||||
|
||||
$partial("templates/post-list.html")$
|
||||
|
@@ -4,30 +4,42 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>My Hakyll Blog - $title$</title>
|
||||
<link rel="stylesheet" href="/css/default.css" />
|
||||
<title>$title$</title>
|
||||
<link rel="stylesheet" href="/css/tufte.css" />
|
||||
<link rel="stylesheet" href="/css/custom.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<div id="logo">
|
||||
<a href="/">My Hakyll Blog</a>
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<a href="/">Home</a>
|
||||
<a href="/about.html">About</a>
|
||||
<a href="/contact.html">Contact</a>
|
||||
<a href="/archive.html">Archive</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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" class="active">Home</a>
|
||||
<a href="/archive.html">Archive</a>
|
||||
<a href="/about.html">About</a>
|
||||
</nav>
|
||||
</header>
|
||||
<div id="content">
|
||||
<h1>$title$</h1>
|
||||
$body$
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Site proudly generated by
|
||||
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
||||
</div>
|
||||
<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>
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,8 +1,6 @@
|
||||
<div class="info">
|
||||
Posted on $date$
|
||||
$if(author)$
|
||||
by $author$
|
||||
$endif$
|
||||
</div>
|
||||
<article class="group">
|
||||
<h1>$title$</h1>
|
||||
<p class="subtitle">$date$</p>
|
||||
|
||||
$body$
|
||||
$body$
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user