diff options
author | bt <bt@btxx.org> | 2024-06-08 13:22:19 -0400 |
---|---|---|
committer | bt <bt@btxx.org> | 2024-06-08 13:22:19 -0400 |
commit | dcfb172704f3afb68a30425029ec834be2883274 (patch) | |
tree | 02ac480745db802d7af03f3213a0c568322170e3 /build/projects | |
parent | e146f8a64c793c337999ce316b16ebe5fe6f2dab (diff) |
More content porting, on-going markdown changes for lowdown support
Diffstat (limited to 'build/projects')
-rw-r--r-- | build/projects/index.html | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/build/projects/index.html b/build/projects/index.html index 549ebc6..de8f078 100644 --- a/build/projects/index.html +++ b/build/projects/index.html @@ -1,21 +1,24 @@ <!doctype html> -<html lang="en" id="top"> +<html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="data:,"> <title>Projects</title> - <link href="https://bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> - <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}table{text-align:left;width:100%;}</style> + <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;}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 ↓</a> + <a href="#menu">Menu ↓</a> </nav> <main> -<h1>Projects</h1> -<h2>Active Projects</h2> +<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> @@ -23,24 +26,30 @@ <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 "system"</li> +<li><a href="https://shinobi.bt.ht">Shinobi</a>: Text-based, RSS focused blogging “system”</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>Clubs</h2> + +<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>Installers / Setups</h2> + +<h2 id="installers-setups">Installers / 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 "Desktop" Alpine installer script</li> +<li><a href="https://git.sr.ht/~bt/alpine-linux-setup">Alpine Wayland Desktop</a>: Bare-bones Wayland “Desktop” Alpine installer script</li> </ul> -<h2>Experiments</h2> + +<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> |