all repos — aaothxyz-decadv @ 8bc62e51ad5d2c2b426144a69fdaf2353a018738

aaoth.xyz website, but new.

decadv-2025.html (view raw)

 1<!doctype html>
 2<html lang="en">
 3<head>
 4	<meta charset="utf-8">
 5	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 6	<title>2025 december adventure — aaoth.xyz</title>
 7	<link href="style.css" rel="stylesheet"/>
 8</head>
 9<body>
10	<nav>
11		<ul>
12			<li><a href="/">home</a></li>
13		</ul>
14	</nav>
15	<section>
16		<h1>december adventure 2025</h1>
17		<div class="win">
18		<p><a href="https://eli.li/december-adventure">december adventure</a>
19		is a <b>low key</b> thingy by eli oat. the goal is to choose a project
20		and work on it in a relaxed pace.</p>
21		<p>in this year's decadv i want to work on a project that
22		i've been postponing for too long now. i'm fascinated
23		by scripts and writing aystems, both natural and
24		constructed. over the years i've accumulated a few
25		writing systems of my own. sadly, i haven't found the
26		time to document them, but this year i want to try to
27		change this.</p>
28		<p>in particular, i want not only to document each writing
29		system, but to make a computer font for each one.</p>
30		</div>
31		<h2 id="log">the log</h2>
32		<div class="win">
33		<p>here will be some log entries, in reverse chronological order.</p>
34		</div>
35		<!--
36		<h3 id="2025-12-xx">2025-12-xx</h3>
37		<div class="win">
38		<p>
39		</p>
40		</div>
41		-->
42		<h3 id="2025-12-03">2025-12-03</h3>
43		<div class="win">
44		<p>added pictures for <a href="ukarpanghooth.html">ukarpanghooth</a> script.
45		i planned to do another one, but didn't manage to find this little trinket i've cut writings on.
46		</p>
47		</div>
48		<h3 id="2025-12-02">2025-12-02</h3>
49		<div class="win">
50		<p>today i mostly tweaked the website. decided to make it look
51		like <a href="http://acme.cat-v.org">acme</a> window in which i'm currently writing this sentence :D</p>
52		<p>css is a bit questionable, but i'll tweak it more as i go.</p>
53		<p>as a sidenote, it's a bit challenging to work on something while also having
54		to go to a $dayjob...</p>
55		</div>
56		<h3 id="2025-12-01">2025-12-01</h3>
57		<div class="win">
58		<p>started working on <a href="ukarpanghooth.html">ukarpanghooth</a> description. couldn't do images today, sorry...</p>
59		<p>also came up with a rough scheme on how to make each font:</p>
60		<ol>
61			<li>draw each glyph and glyph variant (inkscape)</li>
62			<li>save glyphs as individual svg files</li>
63			<li>load glyphs (fontforge)</li>
64			<li>tweak position and size (fontforge)</li>
65			<li>export as ufo (fontforge)</li>
66			<li>add opentype fea</li>
67			<li>compile (fontmake/fontc)</li>
68			<li>test (browser, libreoffice, harfbuzz, pango), looping back to 1-7 as needed</li>
69			<li>verify metadata and upload</li>
70		</ol>
71		</div>
72	</section>
73</body>
74</html>