53 lines
2.1 KiB
HTML
53 lines
2.1 KiB
HTML
{% 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’s <a href="https://mbtype.com/fonts/valkyrie/">Valkyrie</a>.
|
|
Butterick’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’s this about cynicism, Sergeant.
|
|
It’s the universe’s most supine moral position.
|
|
Real comfortable.
|
|
If nothing can be done, then you’re not some kind of shit for not doing it, and you can lie there and stink to yourself in perfect peace.
|
|
</p>
|
|
<p>— Lois McMaster Bujold, <em>Borders of Infinity</em></p>
|
|
</blockquote>
|
|
</div>
|
|
|
|
{%- endblock %}
|