<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>betterwebsites.dev</title>
		<link>http://localhost:1313/</link>
		<description>Recent content on betterwebsites.dev</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
			<managingEditor>awawa@betterwebsites.dev (betterwebsites.dev)</managingEditor>
		
		
			<webMaster>awawa@betterwebsites.dev (betterwebsites.dev)</webMaster>
		
		
			<copyright>© except where otherwise noted, content on this site is licensed under a [Creative Commons Attribution license](https://creativecommons.org/licenses/by/4.0/), site theme [under MIT license](/theme/LICENSE)</copyright>
		
		
			<lastBuildDate>Wed, 03 Jun 2026 19:14:58 -0700</lastBuildDate>
		
			<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Theme</title>
				<link>http://localhost:1313/posts/theme/</link>
				<pubDate>Wed, 03 Jun 2026 19:14:58 -0700</pubDate><author>awawa@betterwebsites.dev (betterwebsites.dev)</author>
				<guid>http://localhost:1313/posts/theme/</guid>
				<description>&lt;p&gt;I rewrote this theme to better serve the needs of use-cases for myself as well as the general public to have a home on the web.&lt;/p&gt;&#xA;&lt;p&gt;The idea is this: markdown, toml, html and css, when basically all prepared makes it simple and easy to work with, even if one isn&amp;rsquo;t tehcnically inclined.&lt;/p&gt;&#xA;&lt;p&gt;The modern web is full of overly designed and flashy pages that don&amp;rsquo;t convey information well or in easily accessible fashion.&lt;/p&gt;&#xA;&lt;p&gt;We should all have the ability to share ourselves our ideas, our art, our queerness to the world and I&amp;rsquo;m a firm believer that obtaining a domain and putting up a simple static site like this one is the future of the web.&lt;/p&gt;&#xA;&lt;p&gt;This theme has existed in some form over the last few years and I&amp;rsquo;ve now redone lots of it to allow for improved blogging, news publishing, and even physical printing to augment the use of handouts and zines.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &#xA;  &#xA;&#xA;  &#xA;&#xA;  &#xA;&#xA;  &lt;img src=&#34;http://localhost:1313/img/20260103-everythingisokay.jpg&#34;&#xA;    alt=&#34;everything is okay&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;span&gt;20260103 - everything is okay&lt;/span&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;h2 id=&#34;rewritten-but-still-the-same-in-spirit&#34;&gt;rewritten, but still the same in spirit&lt;/h2&gt;&#xA;&lt;p&gt;Note that this is a more detailed overview than &lt;a href=&#34;http://localhost:1313/about&#34;&gt;the about page&lt;/a&gt; but does not walk the user through all the settings.&#xA;Stay tuned for a second article on this site that will provide education on this.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ordered-list&#34;&gt;ordered list&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://youtu.be/dQw4w9WgXcQ&#34;&gt;link&lt;/a&gt; (will change color once visited)&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;emphasis&lt;/em&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;bold&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;blockquote&#34;&gt;blockquote&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;Why is freedom so frightening? Is that even the question? Or is rather: How has freedom been made to seem so frightening that people find themselves longing for authoritarian rule?&amp;rdquo; (Judith Butler, 2024, &amp;ldquo;Who’s Afraid of Gender?&amp;rdquo;)&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;printing&#34;&gt;printing&lt;/h2&gt;&#xA;&lt;p&gt;when one prints this page, it looks like this:&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &#xA;  &#xA;&#xA;  &#xA;&#xA;  &#xA;&#xA;  &lt;img src=&#34;http://localhost:1313/img/20260603-screenshot.png&#34;&#xA;    alt=&#34;screenshot of a pdf of this page&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;span&gt;20260603 - screenshot&lt;/span&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;Hugo is creating QR codes for each page for us and css is styling it.&lt;/p&gt;&#xA;&lt;p&gt;This allows for easy printing and distribution of posts, news, zines, whatever you want with a link and QR code to the live page that allows the reader to easily assess for updates to the page.&lt;/p&gt;&#xA;&lt;p&gt;the pdf also supports links inside the document&lt;/p&gt;&#xA;&lt;h2 id=&#34;inline-code&#34;&gt;inline code&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;nvim&lt;/code&gt; is really cool and i highly recommend it&lt;/p&gt;&#xA;&lt;h2 id=&#34;codeblock&#34;&gt;codeblock&lt;/h2&gt;&#xA;&lt;p&gt;current &lt;code&gt;nvim&lt;/code&gt; config file:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;--use terminal colorscheme&#xA;vim.cmd(&amp;#39;colorscheme vim&amp;#39;)&#xA;&#xA;-- options&#xA;vim.opt.tabstop = 2&#xA;vim.opt.expandtab = true&#xA;vim.opt.autoindent = true&#xA;vim.opt.hidden = true&#xA;vim.opt.number = true&#xA;vim.opt.wrap = true&#xA;vim.opt.linebreak = true&#xA;vim.opt.clipboard = &amp;#34;unnamedplus&amp;#34;&#xA;&#xA;-- statusline&#xA;vim.opt.statusline = &amp;#34; %f [%{wordcount().words} words]&amp;#34;&#xA;&#xA;-- backslash-shift-d will insert the date (only in normal mode)&#xA;vim.keymap.set(&amp;#39;n&amp;#39;, &amp;#39;&amp;lt;leader&amp;gt;D&amp;#39;, &amp;#34;:put =strftime(&amp;#39;%a %Y-%m-%d %H:%M:%S%z&amp;#39;)&amp;lt;CR&amp;gt;&amp;#34;) &#xA;&#xA;--backslash-shift-s will toggle spellcheck!&#xA;vim.keymap.set(&amp;#39;n&amp;#39;, &amp;#39;&amp;lt;leader&amp;gt;S&amp;#39;, function() &#xA;  vim.opt_local.spell = not vim.opt_local.spell:get()&#xA;end)&#xA;&#xA;--vim.keymap.set(&amp;#39;x&amp;#39;, &amp;#39;&amp;lt;C-S-C&amp;gt;&amp;#39;, &amp;#34;+y&amp;#34;)&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;images&#34;&gt;images&lt;/h2&gt;&#xA;&lt;p&gt;images use a hugo shortcode wrapped in a &lt;code&gt;&amp;lt;figure&amp;gt;&lt;/code&gt; element like so:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;{{&amp;lt;figure &#xA;  class=&amp;#34;float-left&amp;#34;&#xA;  link=&amp;#34;https://ravenwinters.org&amp;#34;&#xA;  rel=&amp;#34;&amp;#34;&#xA;  src=&amp;#34;img/authors/raven/profile.png&amp;#34;&#xA;  alt=&amp;#34;raven&amp;#39;s profile picture&amp;#34;&#xA;  width=&amp;#34;400&amp;#34;&#xA;  caption=&amp;#34;Raven Judith Winters&amp;#34;&#xA;&amp;gt;}}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;which renders:&lt;/p&gt;&#xA;&lt;figure class=&#34;float-left&#34;&gt;&lt;a href=&#34;https://ravenwinters.org&#34;&gt;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &#xA;  &#xA;&#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;&#xA;  &lt;img src=&#34;http://localhost:1313/img/authors/raven/profile_hu_94ef371980bf967b.png&#34;&#xA;    alt=&#34;raven&amp;#39;s profile picture&#34; width=&#34;400&#34;&gt;&lt;/a&gt;&lt;figcaption&gt;&#xA;      &lt;span&gt;Raven Judith Winters&lt;/span&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;note how text flows around it. i find images really difficult to deal with on the web and this is so far the best method i have found. by default images are centered and full width of the &lt;code&gt;body&lt;/code&gt;. options allow you to float the image left, right, or keep it centered. the left and right options are floated and inline whereas normal images are block displayed.&lt;/p&gt;&#xA;&lt;figure class=&#34;float-right&#34;&gt;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &#xA;  &#xA;&#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;&#xA;  &lt;img src=&#34;http://localhost:1313/img/loki_hu_5977947ae6fa9715.jpg&#34;&#xA;    alt=&#34;loki, the floofy black and white cat meowing at the camera&#34; width=&#34;400&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;span&gt;Loki, the bestest floof&lt;/span&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;some of the background code driving this could probably use some improvements, but for now i find this good for my needs!&lt;/p&gt;&#xA;&lt;h2 id=&#34;buttons&#34;&gt;buttons&lt;/h2&gt;&#xA;&lt;p&gt;i have a love of 88x31 buttons and so there is special code to render them on the home page!&lt;/p&gt;&#xA;&lt;p&gt;one should theoretically be able to put them anywhere tho:&lt;/p&gt;&#xA;&lt;figure&gt;&lt;a href=&#34;https://betterwebsites.dev&#34;&gt;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &#xA;  &#xA;&#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;&#xA;  &lt;img src=&#34;http://localhost:1313/img/buttons/website_hu_f69d937726213f64.jpg&#34;&#xA;    alt=&#34;an 88x31 that says make a website&#34; width=&#34;88&#34; height=&#34;31&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;h2 id=&#34;emotes&#34;&gt;emotes&lt;/h2&gt;&#xA;&lt;p&gt;emotes can be called with the shortcode:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;only use this for inline paragraph styling {{&amp;lt; emote src=&amp;#34;&amp;#34; &amp;gt;}}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;only use this for inline paragraph styling &#xA;  &lt;img class=&#34;emote&#34; src=&#34;http://localhost:1313/img/emotes/neodog_heart.png&#34;&gt;&lt;/img&gt;&#xA;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;for other styling, use the &lt;code&gt;figure&lt;/code&gt; shortcode:&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &#xA;  &#xA;&#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;&#xA;  &lt;img src=&#34;http://localhost:1313/img/emotes/neodog_laptop_notice_hu_7a1a2edf7d22cd07.png&#34;&#xA;    alt=&#34;nedog_laptop_notice&#34; height=&#34;100&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;h2 id=&#34;authors-and-tags&#34;&gt;authors and tags&lt;/h2&gt;&#xA;&lt;p&gt;the site uses hugo&amp;rsquo;s taxonomies and branching to create authors and tags&lt;/p&gt;&#xA;&lt;p&gt;author pages will auto generate with each new author you place in front matter of your posts. the default page template will take whatever you put as your lead author in &lt;code&gt;hugo.toml&lt;/code&gt; and plug them in as an author. each author can then create their own page with whatever they want in &lt;code&gt;content/authors/yournamehere/_index.md&lt;/code&gt;. pages support multiple authors, with the byline automatically adjusting based upon 1, 2, or &amp;gt;2 authors.&lt;/p&gt;&#xA;&lt;h2 id=&#34;rss&#34;&gt;rss&lt;/h2&gt;&#xA;&lt;p&gt;The rss is automatically set up and will display full-text of all entries&lt;/p&gt;&#xA;&lt;h2 id=&#34;sitemap&#34;&gt;sitemap&lt;/h2&gt;&#xA;&lt;p&gt;at the bottom of each page is a sitemap with all pages, in the order of being last modified&lt;/p&gt;&#xA;&lt;h2 id=&#34;to-be-continued&#34;&gt;to be continued,,,&lt;/h2&gt;&#xA;&lt;p&gt;look for updates on this page as i add to the features&lt;/p&gt;&#xA;</description>
			</item>
			<item>
				<title>u should write</title>
				<link>http://localhost:1313/posts/onwriting/</link>
				<pubDate>Wed, 03 Jun 2026 16:06:22 -0700</pubDate><author>awawa@betterwebsites.dev (betterwebsites.dev)</author>
				<guid>http://localhost:1313/posts/onwriting/</guid>
				<description>&lt;figure&gt;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &#xA;  &#xA;&#xA;  &#xA;&#xA;  &#xA;&#xA;  &lt;img src=&#34;http://localhost:1313/img/20260425-typewriter.jpg&#34;&#xA;    alt=&#34;a typewriter with beep boop visible&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;span&gt;20260425 &amp;ndash; more queers should write&lt;/span&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;writing is important.&lt;/p&gt;&#xA;&lt;p&gt;it&amp;rsquo;s asynchronous. it can be copied and archived and printed. it&amp;rsquo;s a neat technology: being able to understand each other across space and time. reading in important. without reading, writing is way less powerful. the best way to become an excellent writer is to be a reader. setting up a cozy little home on the web is important as AI slop and a handful of companies control our online connections. social networks are important. writing, even as microblogging on mastodon, is a large contribution to culture, especially queer culture.&lt;/p&gt;&#xA;&lt;p&gt;Write about your adventures! Or write about the things that give you hope and meaning; and the things that would make the world better. A reform caucus in a big union in Oregon uses this theme on their website to help their fight for transparency and democracy within that union. It powers my blog. And it could power your own home on the web as well!&lt;/p&gt;&#xA;&lt;p&gt;One may protest: &amp;ldquo;well, i don&amp;rsquo;t know what i would write about!&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;Write about love. about sex. about politics. a vignette or slice-of-life. your passions; your philosophy, your poetry, your hobbies. Share what you&amp;rsquo;ve learned with the world. &lt;a href=&#34;https://www.youtube.com/watch?v=aAJ76a17VfI&#34;&gt;In a graduation speech&lt;/a&gt;, the comedian Tim Minchin urged: &amp;ldquo;be a teacher! &amp;hellip; Even if you are not a &amp;rsquo;teacher&amp;rsquo;, be a teacher &amp;hellip; Rejoice in what you learn, and spray it!&amp;rdquo;&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &#xA;  &#xA;&#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;&#xA;  &lt;img src=&#34;http://localhost:1313/img/memes/cWiX2AYg_hu_bcb94b582c7f8c66.jpg&#34;&#xA;    alt=&#34;a meme&#34; width=&#34;400&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;span&gt;class-conciousness is being a creature&lt;/span&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;</description>
			</item>
			<item>
				<title>melt ICE</title>
				<link>http://localhost:1313/posts/melt-ice/</link>
				<pubDate>Wed, 03 Jun 2026 16:06:12 -0700</pubDate><author>awawa@betterwebsites.dev (betterwebsites.dev)</author>
				<guid>http://localhost:1313/posts/melt-ice/</guid>
				<description>&lt;p&gt;This example post is mostly photos&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &#xA;  &#xA;&#xA;  &#xA;&#xA;  &#xA;&#xA;  &lt;img src=&#34;http://localhost:1313/img/20260131-nursesagainstice.jpg&#34;&#xA;    alt=&#34;Nurses Against ICE, we care for ALL&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;span&gt;20260131 - Nurses Against ICE&lt;/span&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;figure&gt;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &#xA;  &#xA;&#xA;  &#xA;&#xA;  &#xA;&#xA;  &lt;img src=&#34;http://localhost:1313/img/20260527-abolish-ice-phonebooth.jpg&#34;&#xA;    alt=&#34;abolish ice sticker on phone booth&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;span&gt;20260527 - abolish ice&lt;/span&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;figure&gt;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &#xA;  &#xA;&#xA;  &#xA;&#xA;  &#xA;&#xA;  &lt;img src=&#34;http://localhost:1313/img/20260131-dontlookaway.jpg&#34;&#xA;    alt=&#34;a person holding a sign that says don&amp;#39;t look away with a drawing of a blue toque&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;span&gt;20260527 - don&amp;rsquo;t look away&lt;/span&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;</description>
			</item>
			<item>
				<title>Legal</title>
				<link>http://localhost:1313/legal/</link>
				<pubDate>Wed, 03 Jun 2026 03:03:43 -0700</pubDate><author>awawa@betterwebsites.dev (betterwebsites.dev)</author>
				<guid>http://localhost:1313/legal/</guid>
				<description>&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This is &lt;a href=&#34;https://en.wikipedia.org/wiki/Static_web_page&#34;&gt;a static site&lt;/a&gt; and we don&amp;rsquo;t collect any personal data of visitors.&lt;/li&gt;&#xA;&lt;li&gt;Some data may go through the site&amp;rsquo;s host &lt;a href=&#34;https://pages.cloudflare.com/&#34;&gt;Cloudflare&lt;/a&gt; and &lt;a href=&#34;https://www.cloudflare.com/privacypolicy/&#34;&gt;their privacy policy&lt;/a&gt; applies to that.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.cloudflare.com/web-analytics/&#34;&gt;Cloudflare analytics are enabled&lt;/a&gt; but no personal identifiers of site visitors are obtained by us.&lt;/li&gt;&#xA;&lt;li&gt;If an embedded item like a YouTube video is on a page, they may track you through that (embedded items are similar to visiting the actual site), and you are beholden to &lt;em&gt;their&lt;/em&gt; policies.&lt;/li&gt;&#xA;&lt;li&gt;If you find an issue, let us know by sending an email to:  &lt;a href=&#34;mailto:awawa@betterwebsites.dev&#34;&gt;awawa@betterwebsites.dev&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Always do your own research before acting on any information or advice that you read here. By using the site, you agree to waive liability per license terms.&lt;/li&gt;&#xA;&lt;li&gt;Feel free to share, use, or remix our content! Just be sure to follow the license terms.&lt;/li&gt;&#xA;&lt;li&gt;We may share things here under fair use, no copyright infringement is intended.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;the-privacy-policy&#34;&gt;The Privacy Policy&lt;/h2&gt;&#xA;&lt;p&gt;We, betterwebsites.dev, care about privacy and wish to make this policy as inclusive of that goal as possible. &lt;a href=&#34;https://en.wikipedia.org/wiki/Static_web_page&#34;&gt;This is a static site&lt;/a&gt;, meaning there is no database for data entry from a user of the site. Further, this site contains no Javascript and is arranged in HTML/CSS for maximizing security. &lt;a href=&#34;https://pages.cloudflare.com/&#34;&gt;This site is hosted on Cloudflare&lt;/a&gt;. Cloudflare has their own analytics that are &lt;a href=&#34;https://blog.cloudflare.com/privacy-first-web-analytics&#34;&gt;&amp;ldquo;privacy-first&amp;rdquo;&lt;/a&gt; and defines what data they collect and what they can know about you. They state that:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Cloudflare Web Analytics does not use any client-side state, such as cookies or localStorage, to collect usage metrics. We also don’t “fingerprint” individuals via their IP address, User Agent string, or any other data for the purpose of displaying analytics.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&amp;mdash; &lt;a href=&#34;https://www.cloudflare.com/web-analytics/&#34;&gt;Cloudflare Analytics&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Cloudflare&amp;rsquo;s privacy policy can be found on their website.&lt;/p&gt;&#xA;&lt;p&gt;This site is built without cookies and does not contain any trackers. Embedded content (eg from YouTube, etc.) may contain their own cookies and trackers, and the linked sites own privacy policies will apply. Embedded content is akin to visiting the actual site itself, and the embedded sites privacy policy will apply.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;We do not collect any personally identifiable user information of visitors to our site.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Since we do not collect any &lt;em&gt;personally identifiable&lt;/em&gt; information of visitors to our site:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;there is no one to share or sell the information to&lt;/li&gt;&#xA;&lt;li&gt;no place it is collected from (where)&lt;/li&gt;&#xA;&lt;li&gt;no reason for the information to be collected (why)&lt;/li&gt;&#xA;&lt;li&gt;no application of &amp;ldquo;how information is collected&amp;rdquo; because it&amp;rsquo;s not collected in the first place&lt;/li&gt;&#xA;&lt;li&gt;no application of &amp;ldquo;rights users have over their data&amp;rdquo; as it&amp;rsquo;s not collected in the first place&lt;/li&gt;&#xA;&lt;li&gt;You can contact us via &lt;a href=&#34;mailto:awawa@betterwebsites.dev&#34;&gt;awawa@betterwebsites.dev&lt;/a&gt;&#xA;if you have questions or concerns about this policy&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;disclaimers-and-terms-of-use&#34;&gt;Disclaimers and terms of use&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;We are not a lawyer and nothing on this site is constituted as legal advice&lt;/li&gt;&#xA;&lt;li&gt;We are not a physician and nothing on this site is constituted as medical advice&lt;/li&gt;&#xA;&lt;li&gt;We are not a financial professional and nothing on this site is constituted as professional financial advice&lt;/li&gt;&#xA;&lt;li&gt;On this site, we express opinions and views which are our own and do not represent our employers or associations with which we are a part&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The legal code of the CC BY 4.0 license in section 5 states that:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Section 5 – Disclaimer of Warranties and Limitation of Liability.&lt;/p&gt;&#xA;&lt;p&gt;a. Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.&lt;/p&gt;&#xA;&lt;p&gt;b. To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.&lt;/p&gt;&#xA;&lt;p&gt;c.The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&amp;mdash; &lt;a href=&#34;https://creativecommons.org/licenses/by/4.0/legalcode.en&#34;&gt;CC BY 4.0 LEGAL CODE&lt;/a&gt;, &lt;em&gt;Section 5 – Disclaimer of Warranties and Limitation of Liability&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;The license terms of other licenses, including limitation of liability and waivers, are applicable to the content which are licensed as such (MIT license for site theme, Unsplash license for certain images, CC0 where in use, etc.).&lt;/p&gt;&#xA;&lt;h2 id=&#34;intellectual-property&#34;&gt;Intellectual Property&lt;/h2&gt;&#xA;&lt;p&gt;As stated above, all our original material is (unless otherwise noted), under a &lt;a href=&#34;https://creativecommons.org/licenses/by/4.0/&#34;&gt;Creative Commons Attribution license&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;You are free to:&lt;/p&gt;&#xA;&lt;p&gt;Share — copy and redistribute the material in any medium or format for any purpose, even commercially.&lt;/p&gt;&#xA;&lt;p&gt;Adapt — remix, transform, and build upon the material for any purpose, even commercially.&lt;/p&gt;&#xA;&lt;p&gt;The licensor cannot revoke these freedoms as long as you follow the license terms.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;This site theme is under the MIT license. Feel free to use it and share it!&lt;/p&gt;&#xA;&lt;p&gt;If you decide to use our content under the CC BY 4.0, remember that if you alter it, you must indicate what was altered, and you cannot imply that we endorse it:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&amp;mdash; &lt;a href=&#34;https://creativecommons.org/licenses/by/4.0/legalcode.en&#34;&gt;CC BY 4.0 LEGAL CODE&lt;/a&gt;, &lt;em&gt;Section 2 - Scope, a.6&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;fair-use&#34;&gt;Fair Use&lt;/h3&gt;&#xA;&lt;p&gt;This site may contain some copyrighted material from others. All such uses are intended to be either under public domain, license, agreement of copyright holder or used under the &lt;a href=&#34;https://en.wikipedia.org/wiki/Fair_use&#34;&gt;fair use doctrine&lt;/a&gt;. &lt;strong&gt;No copyright infringement is intended&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;§107. Limitations on exclusive rights: Fair use&#xA;Notwithstanding the provisions of sections 106 and 106A, the fair use of a copyrighted work, including such use by reproduction in copies or phonorecords or by any other means specified by that section, for purposes such as criticism, comment, news reporting, teaching (including multiple copies for classroom use), scholarship, or research, is not an infringement of copyright. In determining whether the use made of a work in any particular case is a fair use the factors to be considered shall include—&lt;/p&gt;&#xA;&lt;p&gt;(1) the purpose and character of the use, including whether such use is of a commercial nature or is for nonprofit educational purposes;&lt;/p&gt;&#xA;&lt;p&gt;(2) the nature of the copyrighted work;&lt;/p&gt;&#xA;&lt;p&gt;(3) the amount and substantiality of the portion used in relation to the copyrighted work as a whole; and&lt;/p&gt;&#xA;&lt;p&gt;(4) the effect of the use upon the potential market for or value of the copyrighted work.&lt;/p&gt;&#xA;&lt;p&gt;The fact that a work is unpublished shall not itself bar a finding of fair use if such finding is made upon consideration of all the above factors.&lt;/p&gt;&#xA;&lt;p&gt;(Pub. L. 94–553, title I, §101, Oct. 19, 1976, 90 Stat. 2546; Pub. L. 101–650, title VI, §607, Dec. 1, 1990, 104 Stat. 5132; Pub. L. 102–492, Oct. 24, 1992, 106 Stat. 3145.)&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&amp;mdash; &lt;a href=&#34;https://www.govinfo.gov/content/pkg/USCODE-2022-title17/html/USCODE-2022-title17-chap1-sec107.htm&#34;&gt;United States Code, Title 17&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Note that you may not make false claims of copyright infringement under the DMCA:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Section 512(f) of the DMCA creates liability for &amp;ldquo;Any person who knowingly materially misrepresents under this section (1) that material or activity is infringing, or (2) that material or activity was removed or disabled by mistake or misidentification.&amp;rdquo; If you were harmed by an improper takedown, you may be able to sue the person or company who sent the takedown demand for DMCA misuse under Section 512(f), and recover damages and your attorneys&amp;rsquo; fees. See EFF case Online Policy Group v. Diebold.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&amp;mdash; &lt;a href=&#34;https://www.eff.org/issues/bloggers/legal/liability/IP&#34;&gt;Electronic Frontier Foundation, &lt;em&gt;Intellectual Property&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&#xA;</description>
			</item>
			<item>
				<title>Now</title>
				<link>http://localhost:1313/now/</link>
				<pubDate>Wed, 03 Jun 2026 03:03:39 -0700</pubDate><author>awawa@betterwebsites.dev (betterwebsites.dev)</author>
				<guid>http://localhost:1313/now/</guid>
				<description>&lt;p&gt;hewoo,&lt;/p&gt;&#xA;&lt;p&gt;This theme started off long ago as a simple set of &lt;code&gt;html&lt;/code&gt; and &lt;code&gt;css&lt;/code&gt; files that I manually edited to have basically a landing page with my links to other things.&lt;/p&gt;&#xA;&lt;p&gt;Then it evolved into a full Hugo blog theme that I released in early 2025 which ran the site.&lt;/p&gt;&#xA;&lt;p&gt;Until now.&lt;/p&gt;&#xA;&lt;p&gt;The idea is simple: the designs of sites like &lt;a href=&#34;https://en.wikipedia.org&#34;&gt;https://en.wikipedia.org&lt;/a&gt;, &lt;a href=&#34;https://craigslist.com&#34;&gt;https://craigslist.com&lt;/a&gt;, &lt;a href=&#34;https://old.reddit.com&#34;&gt;https://old.reddit.com&lt;/a&gt;, &lt;a href=&#34;https://grapheneos.org&#34;&gt;https://grapheneos.org&lt;/a&gt;, and &lt;a href=&#34;https://text.npr.org/&#34;&gt;https://text.npr.org/&lt;/a&gt; are all cool and based (or in the words of one of my friends, &amp;ldquo;those sites fuck&amp;rdquo;).&lt;/p&gt;&#xA;&lt;p&gt;I wanted to make a blog theme that&amp;rsquo;s simple, multi-author capable, was easy to read, and most importantly: that it fucks.&lt;/p&gt;&#xA;&lt;p&gt;So, here is my humble and free offering, MIT licensed.&lt;/p&gt;&#xA;&lt;p&gt;If anything about this theme is wrong or could be improved, lemme know by going to the site code and filing an issue or proposing a patch.&lt;/p&gt;&#xA;&lt;p&gt;I wrote this page with a more normie person in mind, as I believe more folks should get comfortable taking back our means of computation. This is a static site and it can be deployed anywhere.&lt;/p&gt;&#xA;&lt;p&gt;I encourage more of us to write.&lt;/p&gt;&#xA;&lt;p&gt;&amp;mdash; Raven&lt;/p&gt;&#xA;</description>
			</item>
			<item>
				<title>About</title>
				<link>http://localhost:1313/about/</link>
				<pubDate>Wed, 03 Jun 2026 03:03:30 -0700</pubDate><author>awawa@betterwebsites.dev (betterwebsites.dev)</author>
				<guid>http://localhost:1313/about/</guid>
				<description>&lt;p&gt;This is an overview of the main features of the theme.&lt;/p&gt;&#xA;&lt;h2 id=&#34;theme-features-this-is-a-level-2-header&#34;&gt;theme features (this is a level 2 header)&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;full-text rss&lt;/li&gt;&#xA;&lt;li&gt;tags&lt;/li&gt;&#xA;&lt;li&gt;monospace or sans-serif system fonts&lt;/li&gt;&#xA;&lt;li&gt;auto dark and light modes&lt;/li&gt;&#xA;&lt;li&gt;multi-author support with author pages&lt;/li&gt;&#xA;&lt;li&gt;optional banner images on the top of posts&lt;/li&gt;&#xA;&lt;li&gt;optional table of contents&lt;/li&gt;&#xA;&lt;li&gt;88x31 buttons on homepage&lt;/li&gt;&#xA;&lt;li&gt;webrings on homepage&lt;/li&gt;&#xA;&lt;li&gt;h-card for basic indieweb support&lt;/li&gt;&#xA;&lt;li&gt;link previews with fallback image (opengraph)&lt;/li&gt;&#xA;&lt;li&gt;image processing with hugo&lt;/li&gt;&#xA;&lt;li&gt;float images left or right with text-wrapping&lt;/li&gt;&#xA;&lt;li&gt;easily modifiable for making it your own&lt;/li&gt;&#xA;&lt;li&gt;specific CSS for printing, with QR codes automatically generated that link to the live page&lt;/li&gt;&#xA;&lt;li&gt;sitemap at the bottom of the page that shows all pages on the site&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;a:visited&lt;/code&gt; to keep track of where you&amp;rsquo;ve been on the page&lt;/li&gt;&#xA;&lt;li&gt;date in ISO8601 format&lt;/li&gt;&#xA;&lt;li&gt;default author setting&lt;/li&gt;&#xA;&lt;li&gt;&#xA;  &lt;img class=&#34;emote&#34; src=&#34;http://localhost:1313/img/emotes/neodog_laptop_notice.png&#34;&gt;&lt;/img&gt;&#xA;&#xA; &lt;a href=&#34;https://git.gay/gitgay/assets/src/branch/main/public/assets/img/emoji&#34;&gt;neocritter emojis&lt;/a&gt; via shortcode (supply your own)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;for a better view of theme, check out &lt;a href=&#34;http://localhost:1313/posts/theme&#34;&gt;/posts/theme/&lt;/a&gt;&lt;/p&gt;&#xA;</description>
			</item>
	</channel>
</rss>
