v6/site_test/colophon.html

53 lines
2.1 KiB
HTML
Raw Normal View History

2025-02-17 00:51:13 -05:00
{% extends "default" %}
{% block titlevariable %}
{% set title = "Colophon" %}
{% endblock %}
{% block content -%}
<h1 class="headline">Colophon</h1>
<div class="body-content">
<p>
This website is produced using a custom static site generator called v7, which is <a href="https://git.shadowfacts.net/shadowfacts/v7/">open source</a>.
It comprises some 7,000 lines of Rust code, and took too much time to develop.
<a href="/2025/version-7/">Read more</a> about the architecture.
</p>
<p>
Body text is typeset in Matthew Butterick&rsquo;s <a href="https://mbtype.com/fonts/valkyrie/">Valkyrie</a>.
Butterick&rsquo;s <a href="https://practicaltypography.com/"><em>Practical Typography</em></a> also informed many of the typographic choices of this website.
Code is set in <a href="https://mass-driver.com/typefaces/md-io/"><code>MD IO</code></a> by Mass Driver.
</p>
<p>
For analytics, I use <a href="https://www.goatcounter.com/">GoatCounter</a> (<a href="https://www.goatcounter.com/help/privacy">privacy policy</a>) to get a rough sense of what people are reading.
No personally identifiable information is stored, and no cookies are used.
The <a href="https://shadowfacts.goatcounter.com/" rel="nofollow">statistics</a> gathered are public.
</p>
<p>
All of the posts are written by yours truly.
No generative artificial intelligence tools were used to create this website.
</p>
<p>
All content on this website is under copyright and may not be republished without permission.
</p>
<hr>
<blockquote>
<p>
Now, there&rsquo;s this about cynicism, Sergeant.
It&rsquo;s the universe&rsquo;s most supine moral position.
Real comfortable.
If nothing can be done, then you&rsquo;re not some kind of shit for not doing it, and you can lie there and stink to yourself in perfect peace.
</p>
<p>&mdash; Lois McMaster Bujold, <em>Borders of Infinity</em></p>
</blockquote>
</div>
{%- endblock %}