diff --git a/build.sh b/build.sh index af15e4f..1639ff9 100755 --- a/build.sh +++ b/build.sh @@ -14,7 +14,7 @@ cat head.html blog.html foot.html > ./site/blog/index.html # copy one-offs cp style.css ./site/style.css cp robots.txt ./site/robots.txt -cp *.jpg ./site/. +cp *.jpg favicon.ico ./site/. # build feed cp ./feed/feed.atom ./site/feed.atom diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..f44a881 Binary files /dev/null and b/favicon.ico differ diff --git a/foot.html b/foot.html index 9b11c9a..61b87ee 100644 --- a/foot.html +++ b/foot.html @@ -1,5 +1,6 @@ -
+
+

see ya later

cc by-sa

-
+ diff --git a/head.html b/head.html index 0367749..904a514 100644 --- a/head.html +++ b/head.html @@ -3,11 +3,12 @@ - + + still, green moss -
+

thiss moss iss still greenn

home | blog | links | feed

@@ -21,4 +22,4 @@ a cluster of pitcher plants
-
+ diff --git a/home.html b/home.html index b5bf6f1..c1a4991 100644 --- a/home.html +++ b/home.html @@ -1,8 +1,7 @@

home

hello my name is maren and this is the domain i purchased with usd

-

i live in the mountains in north carolina in the us

+

i live in the mountains in north carolina in the us

i do computer things and other things too

-

be well <3

a quote

diff --git a/posts/diy-sms-ftw-vs-ig-fb-etc/index.html b/posts/diy-sms-ftw-vs-ig-fb-etc/index.html index 46a1c08..538b89a 100644 --- a/posts/diy-sms-ftw-vs-ig-fb-etc/index.html +++ b/posts/diy-sms-ftw-vs-ig-fb-etc/index.html @@ -3,11 +3,12 @@ - + + still, green moss -
+

thiss moss iss still greenn

home | blog | links | feed

@@ -21,7 +22,8 @@ a cluster of pitcher plants
-
+ +

diy sms ftw vs ig, fb, etc.

november 17th 2023

@@ -48,8 +50,10 @@

i'm really excited and i hope it works out :)

-
+
+

see ya later

cc by-sa

-
+ + diff --git a/posts/im-thinking-about-something-but-i-dont-know-what-yet/index.html b/posts/im-thinking-about-something-but-i-dont-know-what-yet/index.html index 804f642..54150d0 100644 --- a/posts/im-thinking-about-something-but-i-dont-know-what-yet/index.html +++ b/posts/im-thinking-about-something-but-i-dont-know-what-yet/index.html @@ -3,11 +3,12 @@ - + + still, green moss -
+

thiss moss iss still greenn

home | blog | links | feed

@@ -21,7 +22,8 @@ a cluster of pitcher plants
-
+ +

i'm thinking about something but i don't know what yet

december 15th, 2023

@@ -54,8 +56,10 @@

i came back, and actually i think this post is done

-
+
+

see ya later

cc by-sa

-
+ + diff --git a/posts/init/index.html b/posts/init/index.html index 1988c9e..69e38d7 100644 --- a/posts/init/index.html +++ b/posts/init/index.html @@ -3,11 +3,12 @@ - + + still, green moss -
+

thiss moss iss still greenn

home | blog | links | feed

@@ -21,7 +22,8 @@ a cluster of pitcher plants
-
+ +

init

september 30th 2023

@@ -33,8 +35,10 @@

i help firestorm coop with tech things, and i do computer for fun with a scrappy gay cohort calling ourselves bunk computer club.

-
+
+

see ya later

cc by-sa

-
+ + diff --git a/posts/presentation-dot-sh/index.html b/posts/presentation-dot-sh/index.html index 3265b35..c7e0fa7 100644 --- a/posts/presentation-dot-sh/index.html +++ b/posts/presentation-dot-sh/index.html @@ -3,11 +3,12 @@ - + + still, green moss -
+

thiss moss iss still greenn

home | blog | links | feed

@@ -21,7 +22,8 @@ a cluster of pitcher plants
-
+ +

presentation.sh

february 18th 2024

@@ -30,9 +32,10 @@

i did this for something recently and it was really fun. i put some example code in git which you can look at here

-

i hope this inspires you to try new tools for giving presentations :)

-
+
+

see ya later

cc by-sa

-
+ + diff --git a/posts/things-i-am-thankful-for-from-2023/index.html b/posts/things-i-am-thankful-for-from-2023/index.html index 9d2bf57..eafda92 100644 --- a/posts/things-i-am-thankful-for-from-2023/index.html +++ b/posts/things-i-am-thankful-for-from-2023/index.html @@ -3,11 +3,12 @@ - + + still, green moss -
+

thiss moss iss still greenn

home | blog | links | feed

@@ -21,7 +22,8 @@ a cluster of pitcher plants
-
+ +

things i am thankful for from 2023

december 27th 2023

@@ -67,8 +69,10 @@
-
+
+

see ya later

cc by-sa

-
+ + diff --git a/style.css b/style.css index 56ed998..cdebdf9 100644 --- a/style.css +++ b/style.css @@ -47,7 +47,7 @@ hr { background: #471f38; text-align: center; } -section.head { +div.head { padding: 1em; } @@ -68,7 +68,7 @@ section.head { background: #471f38; text-align: center; } -section.foot { +div.foot { padding: 1em; }