Initial minimal theme.

This commit is contained in:
Dhananjay Balan
2019-08-02 22:20:23 +02:00
parent f3c394a356
commit 2f4bfc118d
7 changed files with 28 additions and 417 deletions

View File

@@ -5,28 +5,18 @@
<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" media="screen" href="/css/lato.css" type="text/css"/>
<link rel="stylesheet" media="screen" href="/css/crimson.css" type="text/css"/>
<link rel="stylesheet" href="/css/default.css" />
<link rel="stylesheet" href="/css/syntax.css" />
<link rel="stylesheet" href="/css/theme.css" />
</head>
<body>
<header>
<hgroup>
<h1>Binary Strolls</h1>
<h2>Cyber rambling (or ranting), mostly about code</h2>
</hgroup>
<a href="/">Binary Strolls</a>
<a href="/archive.html">Archive</a>
<a href="https://dbalan.in">About</a>
</header>
<nav>
<menu>
<a href="/index.html">Home</a>
<a href="/archive.html">Archive</a>
<a href="https://dbalan.in">About</a>
</menu>
</nav>
<section>
$body$
</section>
<hr>
<footer>
<p>
<a href="https://git.sr.ht/~dbalan/blogng">Source Code</a> -