From 3c11f6cca5b73e188289ada66e7924b4b33e4f59 Mon Sep 17 00:00:00 2001 From: JJ Date: Sun, 21 Jul 2024 21:42:42 -0700 Subject: replace jekyll with hakyll --- _templates/default.html | 13 +++++++++++++ _templates/footer.html | 3 +++ _templates/header.html | 13 +++++++++++++ _templates/main.html | 16 ++++++++++++++++ _templates/post.html | 17 +++++++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 _templates/default.html create mode 100644 _templates/footer.html create mode 100644 _templates/header.html create mode 100644 _templates/main.html create mode 100644 _templates/post.html (limited to '_templates') diff --git a/_templates/default.html b/_templates/default.html new file mode 100644 index 0000000..24da983 --- /dev/null +++ b/_templates/default.html @@ -0,0 +1,13 @@ + + + + + + + + $title$ + + +$body$ + + diff --git a/_templates/footer.html b/_templates/footer.html new file mode 100644 index 0000000..93b3dd7 --- /dev/null +++ b/_templates/footer.html @@ -0,0 +1,3 @@ + diff --git a/_templates/header.html b/_templates/header.html new file mode 100644 index 0000000..bfd4deb --- /dev/null +++ b/_templates/header.html @@ -0,0 +1,13 @@ +
+

+ apropos +

+ +
diff --git a/_templates/main.html b/_templates/main.html new file mode 100644 index 0000000..093c7da --- /dev/null +++ b/_templates/main.html @@ -0,0 +1,16 @@ + + + + + + + + $title$ + + +$partial("_templates/header.html")$ +
+$body$ +
+ + diff --git a/_templates/post.html b/_templates/post.html new file mode 100644 index 0000000..fca6aed --- /dev/null +++ b/_templates/post.html @@ -0,0 +1,17 @@ + + + + + + + + + $title$ + + +$partial("_templates/header.html")$ +
+$body$ +
+ + -- cgit v1.2.3-70-g09d2