Fix about link and spacing of headings
This commit is contained in:
parent
e05902a4c1
commit
110cd0f63e
11
about.rst
11
about.rst
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
title: About
|
|
||||||
---
|
|
||||||
=======
|
|
||||||
About
|
|
||||||
=======
|
|
||||||
|
|
||||||
https://dbalan.in
|
|
||||||
|
|
||||||
What are top domains for?
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
title: Contact
|
|
||||||
---
|
|
||||||
|
|
||||||
Is this really real?
|
|
6
site.hs
6
site.hs
@ -27,12 +27,6 @@ main = hakyll $ do
|
|||||||
route $ idRoute
|
route $ idRoute
|
||||||
compile copyFileCompiler
|
compile copyFileCompiler
|
||||||
|
|
||||||
match (fromList ["about.rst", "contact.markdown"]) $ do
|
|
||||||
route $ setExtension "html"
|
|
||||||
compile $ pandocCompiler
|
|
||||||
>>= loadAndApplyTemplate "templates/default.html" defaultContext
|
|
||||||
>>= relativizeUrls
|
|
||||||
|
|
||||||
match "blog/*" $ do
|
match "blog/*" $ do
|
||||||
route $ octopressRoute
|
route $ octopressRoute
|
||||||
compile $ pandocCompiler
|
compile $ pandocCompiler
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
<article>
|
||||||
<h1>Archives</h1>
|
<h1>Archives</h1>
|
||||||
|
|
||||||
$partial("templates/post-list.html")$
|
$partial("templates/post-list.html")$
|
||||||
|
</article>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<!-- <a href="/"><img class="badge" src="/images/badge.png" width="50px" alt="BS"></a> -->
|
<!-- <a href="/"><img class="badge" src="/images/badge.png" width="50px" alt="BS"></a> -->
|
||||||
<a class="active" href="/index.html">Binary Strolls</a>   
|
<a class="active" href="/index.html">Binary Strolls</a>   
|
||||||
<a href="/archive.html">Archive</a>  
|
<a href="/archive.html">Archive</a>  
|
||||||
<a href="/about.html">About</a>
|
<a href="https://dbalan.in">About</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user