From af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 19 May 2022 11:49:53 -0500 Subject: Initial commit I'm doing content + generation in this ... who knows if it's smart, lol. --- src/_foot.htm | 6 ++++++ src/_head.htm | 14 ++++++++++++++ src/_index.htm | 7 +++++++ src/beans.html | 21 +++++++++++++++++++++ src/favicon.ht | 15 +++++++++++++++ src/gcl/index.html | 21 +++++++++++++++++++++ src/shameless-self-promotion/index.html | 11 +++++++++++ src/static/casa.css | 32 ++++++++++++++++++++++++++++++++ src/static/rss.xml | 27 +++++++++++++++++++++++++++ 9 files changed, 154 insertions(+) create mode 100644 src/_foot.htm create mode 100644 src/_head.htm create mode 100644 src/_index.htm create mode 100644 src/beans.html create mode 100644 src/favicon.ht create mode 100644 src/gcl/index.html create mode 100644 src/shameless-self-promotion/index.html create mode 100644 src/static/casa.css create mode 100644 src/static/rss.xml (limited to 'src') diff --git a/src/_foot.htm b/src/_foot.htm new file mode 100644 index 0000000..287b2ba --- /dev/null +++ b/src/_foot.htm @@ -0,0 +1,6 @@ + + + diff --git a/src/_head.htm b/src/_head.htm new file mode 100644 index 0000000..762965e --- /dev/null +++ b/src/_head.htm @@ -0,0 +1,14 @@ + + + + + + + $(title) + + + + + diff --git a/src/_index.htm b/src/_index.htm new file mode 100644 index 0000000..6b7b809 --- /dev/null +++ b/src/_index.htm @@ -0,0 +1,7 @@ +

Ahoy! This here is my little home-away-from-home on the interwebs. + I'm currently experimenting with a custom little SSG + I'm calling HAT TRICK. + I should probably throw the source up somewhere, but I haven't yet. +

+ + diff --git a/src/beans.html b/src/beans.html new file mode 100644 index 0000000..ff89934 --- /dev/null +++ b/src/beans.html @@ -0,0 +1,21 @@ +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/favicon.ht b/src/favicon.ht new file mode 100644 index 0000000..b9df118 --- /dev/null +++ b/src/favicon.ht @@ -0,0 +1,15 @@ +;@@title: Embedded data-url favicon@@ + +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 +=> http://flower.codes/2022/05/10/disabling-favicon.html flower.codes +(who disabled their favicon completely) and made my favicon a data uri. + +I thought it might be complicated, but it was really pretty ding dang easy. +I found an easy-to-use +=> https://www.adminbooster.com/tool/data_uri file-to-data-uri converter tool +and uploaded a little image I made in the +GIMP. I tried PNG and GIF. +GIF was much smaller, so that's what I went with. + +Anyway, now you should see a little house on the tab you've loaded this on! Yay. diff --git a/src/gcl/index.html b/src/gcl/index.html new file mode 100644 index 0000000..3357702 --- /dev/null +++ b/src/gcl/index.html @@ -0,0 +1,21 @@ + + + + + Good Choices License + + + +

Good Choices License

+

Everyone is permitted to do whatever they like with this software + without limitation. This software comes without any warranty + whatsoever, but with two pieces of advice:

+ + + diff --git a/src/shameless-self-promotion/index.html b/src/shameless-self-promotion/index.html new file mode 100644 index 0000000..f4c5710 --- /dev/null +++ b/src/shameless-self-promotion/index.html @@ -0,0 +1,11 @@ + + + Shameless self-promotion! + + +

shameless

+

self

+

promotion

+

what can i say, i'm a cool guy.

+ + diff --git a/src/static/casa.css b/src/static/casa.css new file mode 100644 index 0000000..36bdda0 --- /dev/null +++ b/src/static/casa.css @@ -0,0 +1,32 @@ +html { + min-height: 100vh; + margin:0; padding: 0; +} + +html { + font: 18px serif; +} + +body { + max-width: 79ch; + margin: 0 auto; + padding: 0 2ch; + background: #385180; + color: white; +} + +main { + max-width: 79ch; + padding: 2ch; + margin: auto; + background: #405990; +} + +a { + color: yellow; +} + +footer { + text-align: right; + padding: 1ch 0; +} diff --git a/src/static/rss.xml b/src/static/rss.xml new file mode 100644 index 0000000..44617d8 --- /dev/null +++ b/src/static/rss.xml @@ -0,0 +1,27 @@ + + + + Acdw's Casa + My casa, in the middle of the web + https://acdw.casa + 2022 Case Duckworth + 2022-03-03 + 2022-03-03 + 1800 + + + And we're live + Hi basement + https://acdw.casa/ + 2022-03-03 + + + + Good Choices License + A license for people + https://acdw.casa/gcl/ + 2022-05-13 + + + + -- cgit 1.4.1-21-gabe81