aboutsummaryrefslogtreecommitdiff
path: root/build/projects/index.html
blob: d1d7ca9bc594adb35247498ae537d34f43081e3e (plain)
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
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="color-scheme" content="dark light">
	<link rel="icon" href="data:,">
	<title>Projects</title>
	<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
	<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}blockquote{background:rgba(0,0,0,0.1);border-left:4px solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style>
</head>

<nav>
	<a href="#menu">Menu &darr;</a>
</nav>

<main>
<h1 id="projects">Projects</h1>
<h2 id="active-projects">Active Projects</h2>
<ul>
<li><a href="https://barf.bt.ht">barf</a>: Minimal blog engine in a tiny shell script</li>
<li><a href="https://ssgit.bt.ht">ssgit</a>: Static site git page generator</li>
<li><a href="https://vanillacss.com">Vanilla CSS</a>: A minimal baseline stylesheet for any web project</li>
<li><a href="https://audit.bt.ht">Web Audit</a>: Detailed checklist audit for developing websites</li>
<li><a href="https://normform.netlify.app">Normform</a>: Minimal CSS form plugin (6KB)</li>
<li><a href="https://23tales.netlify.app">23 Tales</a>: Online collection of works by Beatrix Potter</li>
<li><a href="https://shinobi.bt.ht">Shinobi</a>: Text-based, RSS focused blogging &#8220;system&#8221;</li>
<li><a href="https://pblog.bt.ht">pblog</a>: Pandoc static blog generator</li>
<li><a href="https://ls.bt.ht">Light Speed</a>: Jekyll theme with a perfect Lighthouse score</li>
</ul>
<h2 id="clubs">Clubs</h2>
<ul>
<li><a href="https://1mb.club">1MB Club</a>: A collection of web pages weighing less than 1 megabyte</li>
<li><a href="https://1kb.club">1kB Club</a>: A collection of web pages weighing less than 1 kilobyte</li>
<li><a href="https://xhtml.club">XHTML Club</a> A collection of HTML-focused websites</li>
</ul>
<h2 id="installers-setups">Installers &#47; Setups</h2>
<ul>
<li><a href="https://git.sr.ht/~bt/open-suck">Open Suck</a>: OpenBSD desktop based on the suckless philosophy</li>
<li><a href="https://vs.bt.ht">Void Suck</a>: Void Linux desktop based on the suckless philosophy</li>
<li><a href="https://as.bt.ht">Alpine Suck</a>: Alpine Linux desktop based on the suckless philosophy</li>
<li><a href="https://git.sr.ht/~bt/alpine-linux-setup">Alpine Wayland Desktop</a>: Bare-bones Wayland &#8220;Desktop&#8221; Alpine installer script</li>
</ul>
<h2 id="experiments">Experiments</h2>
<ul>
<li><a href="https://anon.bt.ht">Blog Anonymously</a>: A basic starting point for those wishing to blog privately</li>
<li><a href="https://search.bt.ht">Better Search Results</a>: Rethinking the UX flow of modern search engines</li>
</ul>
<footer role="contentinfo">
    <h2>Menu Navigation</h2>
    <ul id="menu">
        <li><a href="/">Home</a></li>
        <li><a href="/projects">Projects</a></li>
        <li><a href="/uses">Uses</a></li>
        <li><a href="/wiki">Wiki</a></li>
        <li><a href="/resume">Resume</a></li>
        <li><a href="/colophon">Colophon</a></li>
        <li><a href="/now">Now</a></li>
        <li><a href="/donate">Donate</a></li>
        <li><a href="/atom.xml">RSS</a></li>
        <li><a href="#top">&uarr; Top of the page</a></li>
    </ul>
    <small>
        Built with <a href="https://git.sr.ht/~bt/barf">barf</a>. <br>
        Maintained with ♥ for the web. <br>
        Proud supporter of <a href="https://usefathom.com/ref/DKHJVX">Fathom</a> &amp; <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a>. <br>
        The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> The <a href="https://git.sr.ht/~bt/bt.ht">code for this site</a> is <a href="https://git.sr.ht/~bt/bt.ht/tree/master/item/LICENSE">MIT</a>.
    </small>
</footer>