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
---
.gitignore | 4 +++-
404.html | 14 +++++------
Gemfile | 5 ----
_config.yml | 2 --
_includes/footer.html | 3 ---
_includes/header.html | 13 -----------
_layouts/default.html | 13 -----------
_templates/default.html | 13 +++++++++++
_templates/footer.html | 3 +++
_templates/header.html | 13 +++++++++++
_templates/main.html | 16 +++++++++++++
_templates/post.html | 17 ++++++++++++++
index.html | 4 +---
site.cabal | 10 ++++++++
site.hs | 62 +++++++++++++++++++++++++++++++++++++++++++++++++
stack.yaml | 4 ++++
16 files changed, 149 insertions(+), 47 deletions(-)
delete mode 100644 Gemfile
delete mode 100644 _config.yml
delete mode 100644 _includes/footer.html
delete mode 100644 _includes/header.html
delete mode 100644 _layouts/default.html
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
create mode 100644 site.cabal
create mode 100644 site.hs
create mode 100644 stack.yaml
diff --git a/.gitignore b/.gitignore
index ed90730..d2a7949 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
+_cache
_site
-Gemfile.lock
+.stack-work
+stack.yaml.lock
diff --git a/404.html b/404.html
index 2c82613..885663d 100644
--- a/404.html
+++ b/404.html
@@ -1,10 +1,10 @@
---
-layout: default
+layout: main
title: 404
---
-
-
- {% include header.html %}
-
-