Initial attempt at conversion to Jekyll

This commit is contained in:
Doug Torrance
2018-05-10 22:24:57 -04:00
parent b0fd65b8df
commit f72a719155
14 changed files with 92 additions and 212 deletions

25
_layouts/default.html Normal file
View File

@@ -0,0 +1,25 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
<title>Window Maker: {{ page.title }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link href="title.css" rel="stylesheet" type="text/css" />
</head>
<body>
{% include dock.html %}{% include header.html %}
<div>
<table class="inner" border="0" cellpadding="1" cellspacing="1">
<tr>
<td content="content" colspan="2" valign="top">
{{ content }}
</td>
</tr>
</table>
{% include footer.html %}
</body>
</html>