new blog post
also includes some css updates to handle blog post images some build.sh updates to better handle images some small edits in other places
This commit is contained in:
parent
a56795d91f
commit
8b35dcd2a3
9 changed files with 103 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
||||||
<h2>blog</h2>
|
<h2>blog</h2>
|
||||||
<ul><!--boop-->
|
<ul><!--boop-->
|
||||||
|
<li><a href="/blog/things-i-am-thankful-for-from-2023">things i am thankful for from 2023 | December 2023</a></li>
|
||||||
<li><a href="/blog/im-thinking-about-something-but-i-dont-know-what-yet">i'm thinking about something but i don't know what yet | December 2023</a></li>
|
<li><a href="/blog/im-thinking-about-something-but-i-dont-know-what-yet">i'm thinking about something but i don't know what yet | December 2023</a></li>
|
||||||
<li><a href="/blog/diy-sms-ftw-vs-ig-fb-etc">diy sms ftw vs ig, fb, etc. | November 2023</a></li>
|
<li><a href="/blog/diy-sms-ftw-vs-ig-fb-etc">diy sms ftw vs ig, fb, etc. | November 2023</a></li>
|
||||||
<li><a href="/blog/init">init | October 2023</a></li>
|
<li><a href="/blog/init">init | October 2023</a></li>
|
||||||
|
|
4
build.sh
4
build.sh
|
@ -14,9 +14,7 @@ cat head.html blog.html foot.html > ./site/blog/index.html
|
||||||
# copy one-offs
|
# copy one-offs
|
||||||
cp style.css ./site/style.css
|
cp style.css ./site/style.css
|
||||||
cp robots.txt ./site/robots.txt
|
cp robots.txt ./site/robots.txt
|
||||||
cp venus.jpg ./site/venus.jpg
|
cp *.jpg ./site/.
|
||||||
cp forest.jpg ./site/forest.jpg
|
|
||||||
cp pitcher.jpg ./site/pitcher.jpg
|
|
||||||
|
|
||||||
# build feed
|
# build feed
|
||||||
cp ./feed/feed.atom ./site/feed.atom
|
cp ./feed/feed.atom ./site/feed.atom
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
<entry>
|
||||||
|
<title>things i am thankful for from 2023</title>
|
||||||
|
<link href="https://stillgreenmoss.net/blog/things-i-am-thankful-for-from-2023"/>
|
||||||
|
<id>https://stillgreenmoss.net/blog/things-i-am-thankful-for-from-2023</id>
|
||||||
|
<updated>2023-12-27T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<title>i'm thinking about something but i don't know what yet</title>
|
<title>i'm thinking about something but i don't know what yet</title>
|
||||||
<link href="https://stillgreenmoss.net/blog/im-thinking-about-something-but-i-dont-know-what-yet"/>
|
<link href="https://stillgreenmoss.net/blog/im-thinking-about-something-but-i-dont-know-what-yet"/>
|
||||||
|
|
|
@ -4,10 +4,17 @@
|
||||||
<title>stillgreenmoss</title>
|
<title>stillgreenmoss</title>
|
||||||
<link rel="self" href="https://stillgreenmoss.net/feed.atom" />
|
<link rel="self" href="https://stillgreenmoss.net/feed.atom" />
|
||||||
<link href="https://stillgreenmoss.net" />
|
<link href="https://stillgreenmoss.net" />
|
||||||
<updated>2023-12-15T00:00:00Z</updated>
|
<updated>2023-12-27T00:00:00Z</updated>
|
||||||
<author><name>maren</name></author>
|
<author><name>maren</name></author>
|
||||||
<id>https://stillgreenmoss.net</id>
|
<id>https://stillgreenmoss.net</id>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<title>things i am thankful for from 2023</title>
|
||||||
|
<link href="https://stillgreenmoss.net/blog/things-i-am-thankful-for-from-2023"/>
|
||||||
|
<id>https://stillgreenmoss.net/blog/things-i-am-thankful-for-from-2023</id>
|
||||||
|
<updated>2023-12-27T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<title>i'm thinking about something but i don't know what yet</title>
|
<title>i'm thinking about something but i don't know what yet</title>
|
||||||
<link href="https://stillgreenmoss.net/blog/im-thinking-about-something-but-i-dont-know-what-yet"/>
|
<link href="https://stillgreenmoss.net/blog/im-thinking-about-something-but-i-dont-know-what-yet"/>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>stillgreenmoss</title>
|
<title>stillgreenmoss</title>
|
||||||
<link rel="self" href="https://stillgreenmoss.net/feed.atom" />
|
<link rel="self" href="https://stillgreenmoss.net/feed.atom" />
|
||||||
<link href="https://stillgreenmoss.net" />
|
<link href="https://stillgreenmoss.net" />
|
||||||
<updated>2023-12-15T00:00:00Z</updated>
|
<updated>2023-12-27T00:00:00Z</updated>
|
||||||
<author><name>maren</name></author>
|
<author><name>maren</name></author>
|
||||||
<id>https://stillgreenmoss.net</id>
|
<id>https://stillgreenmoss.net</id>
|
||||||
|
|
||||||
|
|
BIN
happy-new-year-2023.jpg
Normal file
BIN
happy-new-year-2023.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
|
@ -1,7 +1,7 @@
|
||||||
<h2>home</h2>
|
<h2>home</h2>
|
||||||
<p>hello my name is maren and this is the domain i purchased with usd.</p>
|
<p>hello my name is maren and this is the domain i purchased with usd</p>
|
||||||
<p>i live in <a href="https://www.openstreetmap.org/#map=14/35.5975/-82.5526">the mountains in north carolina in the us</a>.</p>
|
<p>i live in <a href="https://www.openstreetmap.org/#map=14/35.5975/-82.5526">the mountains in north carolina in the us</a></p>
|
||||||
<p>i do computer things and other things too. i think this site is mostly about the computer things</p>
|
<p>i do computer things and other things too</p>
|
||||||
<p>be well <3</p>
|
<p>be well <3</p>
|
||||||
|
|
||||||
<h2>a quote</h2>
|
<h2>a quote</h2>
|
||||||
|
|
74
posts/things-i-am-thankful-for-from-2023/index.html
Normal file
74
posts/things-i-am-thankful-for-from-2023/index.html
Normal file
|
@ -0,0 +1,74 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||||||
|
<title>still, green moss</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<section class="head">
|
||||||
|
<h1>thiss <a href="https://en.wikipedia.org/wiki/Moss">moss</a> iss <a href="https://en.wikipedia.org/wiki/Silence">still</a> <a href="https://en.wikipedia.org/wiki/Green">greenn</a></h1>
|
||||||
|
<p><a href="/">home</a> | <a href="/blog">blog</a> | <a href="/links">links</a> | <a href="/feed.atom">feed</a></p>
|
||||||
|
<div class="row">
|
||||||
|
<div class="column">
|
||||||
|
<img src="/venus.jpg" alt="venus flytraps and moss" style="width:100%">
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
<img src="/forest.jpg" alt="a coastal pine savannah forest" style="width:100%">
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
<img src="/pitcher.jpg" alt="a cluster of pitcher plants" style="width:100%">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<h2>things i am thankful for from 2023</h2>
|
||||||
|
|
||||||
|
<p><em>december 27th 2023</em></p>
|
||||||
|
|
||||||
|
<p>i'm thankful that i moved back to these mountains where i was gay-trans-born</p>
|
||||||
|
|
||||||
|
<p>i'm thankful for my chosen family, who love me and who i love</p>
|
||||||
|
|
||||||
|
<p>i'm thankful for my biological family, who love me and who i love</p>
|
||||||
|
|
||||||
|
<p>i'm thankful for the relationships i had this year and the people i had them with, i learned so much from all of them</p>
|
||||||
|
|
||||||
|
<p>i'm thankful for the relationship i'm growing right now and the person i'm growing it with -- you are incredible</p>
|
||||||
|
|
||||||
|
<p>i'm thankful for trans women's picnic, and every girl who comes -- a stake for pivoting</p>
|
||||||
|
|
||||||
|
<p>i'm thankful for qac and computer club and every freak who comes -- a stake for pivoting</p>
|
||||||
|
|
||||||
|
<p>i'm thankful for modern medicine (cancer praxis)</p>
|
||||||
|
|
||||||
|
<p>i'm thankful for all our funny little situations (queer praxis)</p>
|
||||||
|
|
||||||
|
<p>i'm thankful for shared vision</p>
|
||||||
|
|
||||||
|
<p><em>i'm thankful for shared vision</em></p>
|
||||||
|
|
||||||
|
<p><em>i'm thankful for shared vision</em></p>
|
||||||
|
|
||||||
|
<p><em>i'm thankful for shared vision</em></p>
|
||||||
|
|
||||||
|
<p>(you could make a religion out of that, but we won't)</p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<p>the end of the year is so intense for me. the end of this year is intense (good). the end of last year was intense (anxious). the end of the previous year was intense (anxious). the end of the previous year was intense (bad).</p>
|
||||||
|
|
||||||
|
<p>next year i'd like to continue the trend.</p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<img class="block" src="/happy-new-year-2023.jpg" alt="an abstract woodcut-style drawing of some gay freaks dancing">
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://en.wikipedia.org/wiki/The_Faggots_%26_Their_Friends_Between_Revolutions">the faggots and their friends between revolutions</a>, <a href="https://en.wikipedia.org/wiki/Larry_Mitchell_(author)">mitchell</a></li>
|
||||||
|
</ul>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<section class="foot">
|
||||||
|
<a href="https://creativecommons.org/licenses/by-sa/4.0/">cc by-sa</a>
|
||||||
|
</section>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -71,3 +71,11 @@ section.head {
|
||||||
section.foot {
|
section.foot {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.block {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue