From 849013a6d2ae99ea1b088298b8f2067818b7404d Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Tue, 24 May 2022 17:16:49 -0500
Subject: Generate a feed
---
src/beans.html | 21 ---------------------
src/compile.ht | 1 +
src/favicon.ht | 1 +
src/friday.ht | 15 +++++++++++++++
4 files changed, 17 insertions(+), 21 deletions(-)
delete mode 100644 src/beans.html
create mode 100644 src/friday.ht
(limited to 'src')
diff --git a/src/beans.html b/src/beans.html
deleted file mode 100644
index ff89934..0000000
--- a/src/beans.html
+++ /dev/null
@@ -1,21 +0,0 @@
-html,body {
- min-height: 100vh;
- margin:0; padding: 0;
-}
-
-html {
- font: 18px serif;
- background: #385180;
-}
-
-body {
- max-width: 79ch;
- padding: 0 2ch;
- margin: 0 auto;
- background: #405990;
- color: white;
-}
-
-a {
- color: yellow;
-}
diff --git a/src/compile.ht b/src/compile.ht
index 5764828..9fb91c9 100644
--- a/src/compile.ht
+++ b/src/compile.ht
@@ -1,4 +1,5 @@
;@@title: Compiling!@@
+;@@date: 2022-05-24@@
I've been using Emacs to write this site so far, and it has a convenient
M-x compile
command that is fun to use. However, I frequently want
diff --git a/src/favicon.ht b/src/favicon.ht
index b9df118..adb0ea6 100644
--- a/src/favicon.ht
+++ b/src/favicon.ht
@@ -1,4 +1,5 @@
;@@title: Embedded data-url favicon@@
+;@@date: 2022-05-18@@
You might notice that I have a new favicon on this site.
I didn't want to make a whole nother request, so I took a page from
diff --git a/src/friday.ht b/src/friday.ht
new file mode 100644
index 0000000..a1180e8
--- /dev/null
+++ b/src/friday.ht
@@ -0,0 +1,15 @@
+;@@title: Friday@@
+;@@date: 2022-05-20@@
+
+It's Friday, y'all.
+I don't want to do nothin' at all today.
+
+I'm going to fun concert tonight with friends, which is nice.
+And getting ready to move at the end of the month this weekend.
+
+I'm about to be in a game jam soon, which is going to be great.
+And I'm writing this. I kind of want to re-do it in scheme...
+
+Anyway, I don't know. I'm vibing but I'd love to be vibing at home.
+
+What do I want to do with my life, anyway?
\ No newline at end of file
--
cgit 1.4.1-21-gabe81