initial jekyll refactor

This commit is contained in:
2022-11-19 18:57:04 +00:00
parent e3c7e0e862
commit df9a165ff0
137 changed files with 2672 additions and 1771 deletions

13
_layouts/post.html Normal file
View File

@ -0,0 +1,13 @@
---
layout: default
---
<div class="article">
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
{{ content }}
<hr>
<p><a href="mailto:jackbondpreston@outlook.com">email me</a> to have a conversation</p>
</div>