-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcolophon.html
92 lines (87 loc) · 2.77 KB
/
colophon.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
layout: base
title: Colophon
---
<header>
<h1>Colophon</h1>
</header>
<section>
<p>
<code>gosha.net</code> is designed, written, and produced by
<a href="/about" rel="author">Gosha Tcherednitchenko</a>, with illustrations
by T.L. and Darius Dan.
</p>
<p>
Typeset in <a href="https://github.com/IBM/plex">IBM Plex Sans</a> and
<a href="https://berkeleygraphics.com/typefaces/berkeley-mono/"
>Berkeley Mono</a
>.
</p>
<p>Essential tools used in production include:</p>
<ul>
<li>
HTML generation: <a href="https://www.jekyllrb.com/">Jekyll 4.3</a>, with
<a href="https://github.com/jekyll/jekyll-feed">jekyll-feed</a> and
<a href="https://github.com/vwochnik/jekyll-autoprefixer"
>jekyll-autoprefixer</a
>
</li>
<li>
Code editing, task management, general purpose operating system:
<a href="https://www.gnu.org/software/emacs/">Emacs</a>
</li>
<li>
Version control: <a href="https://git-scm.com/">Git</a> via
<a href="https://magit.vc">Magit</a>
</li>
<li>
Builds and automatic deployment:
<a href="https://docs.github.com/en/actions">GitHub Actions</a>
</li>
<li>
Hosting:
<a href="https://openbsd.org" class="openbsd"
><span class="open">Open</span><span class="bsd">BSD</span></a
>
7.6/httpd at <a href="https://cloud.hetzner.com">Hetzner Cloud</a><br />
</li>
</ul>
<p>
The site uses icons from
<a href="https://github.com/twitter/twemoji">Twemoji</a> by Twitter, via
<a href="https://github.com/SebastianAigner/twemoji-amazing"
>twemoji-amazing</a
>, and an RSS feed icon adapted from
<a href="http://www.feedicons.com/">FeedIcons</a>.
</p>
</section>
<section>
<h3>Privacy statement</h3>
<p>This is a static website; it does not use cookies.</p>
<p>
I use <a href="https://plausible.io">Plausible</a>, a privacy-focused
analytics tool, to collect limited non-personally identifiable stats on
visitors. Please see
<a href="https://plausible.io/data-policy">their data policy</a>.
</p>
</section>
<section>
<h3>Accessibility</h3>
<p>Please see the <a href="/accessibility">Accessibility Statement</a>.</p>
</section>
<section>
<h3>Build information</h3>
{%- assign commit = site.data.git -%}
<p>
Last updated on <time datetime="{{ commit.date | date: "%Y-%m-%d" }}">{{ commit.date | date: "%e %B, %Y" }}</time>:
<code class="block">
<a href="https://github.com/goshatch/gosha.net/commit/{{ commit.hash }}">{{ commit.hash }}</a>
→ {{ commit.subject }}
</code>
</p>
<p>
Made with <i class="twa twa-red-heart"></i> in London
<i class="twa twa-flag-european-union"></i
><i class="twa twa-flag-united-kingdom"></i>
</p>
</section>