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

37
_includes/dock.html Normal file
View File

@@ -0,0 +1,37 @@
<div id="dock">
<table width="64" height="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="/"><img src="/homewmaker.png" alt="Home" width="60" height="81"></a></td>
</tr>
<tr>
<td><a href="/news.html"><img src=
"/news.png" alt="News" width="60" height="81"></a></td>
</tr>
<tr>
<td><a href="/docs.html"><img src=
"/docs.png" alt="Documentation" width="60" height="81"></a></td>
</tr>
<tr>
<td><a href="/lists.html"><img src="/mailing_list.png" alt="Mailing Lists" width="60" height=
"81"></a></td>
</tr>
<tr>
<td><a href="/dev.html"><img src="/development.png" alt="Development" width="60" height=
"81"></a></td>
</tr>
<tr>
<td><a href="/themes.html"><img src="/themes.png" alt="Themes" width="60" height=
"81"></a></td>
</tr>
<tr>
<td><a href="/links.html"><img src="/links.png" alt="Links" width="60" height=
"81"></a></td>
</tr>
</table>
</div>