From 1dcd417758a11f83bb5238d46a3e5da115dc702d Mon Sep 17 00:00:00 2001 From: mounderfod Date: Fri, 23 Jun 2023 11:37:41 +0100 Subject: Convert website to use Jekyll --- _layouts/default.html | 26 ++++++++++++++++++++++++++ _layouts/post.html | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 _layouts/default.html create mode 100644 _layouts/post.html (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..b1ca51b --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,26 @@ + + + + + + mounderfod + + + + + + + +

+ The time is {} and the date is {} +

+
+
+
+
+
{{content}}
+
+ + diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..0e075da --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,8 @@ +--- +layout: default +--- + +

⟸ Back to blog

+

{{page.title}}

+

{{post.date | date: "%-d %B %Y"}}

+{{content}} -- cgit 1.4.1-2-gfad0