half-working version 1

This commit is contained in:
Lao Tzu
2026-06-11 16:41:45 -07:00
parent c887d058f0
commit 987cbe792f
397 changed files with 609 additions and 1199475 deletions
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<div id='head'>
{% include header.html %}
</div>
<div class='content'>{{ content }}</div>
<div id='foot'>
{% include footer.html %}
</div>
</html>
+7
View File
@@ -0,0 +1,7 @@
---
layout: default
---
<h1>{{ page.title }}</h1>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
{{ content }}