diff options
author | Bradley Taunt <bt@btxx.org> | 2024-06-08 13:43:37 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-06-08 13:43:37 -0400 |
commit | 16d28628aca9b2d356de31c319f5e7bc0f5b2b02 (patch) | |
tree | 11947abb71e38cbe75116871694a44c33d257763 /build/projects/index.html | |
parent | dcfb172704f3afb68a30425029ec834be2883274 (diff) |
Remove incorrectly generated files, fix up markdown articles
Diffstat (limited to 'build/projects/index.html')
-rw-r--r-- | build/projects/index.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/build/projects/index.html b/build/projects/index.html index de8f078..d1d7ca9 100644 --- a/build/projects/index.html +++ b/build/projects/index.html @@ -3,11 +3,12 @@ <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;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style> +<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> @@ -16,9 +17,7 @@ <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> @@ -30,26 +29,20 @@ <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 / 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> </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> |