diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-23 10:59:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-23 10:59:29 +0200 |
| commit | 7e61e5728272cda7915a119602d67d9086c08e88 (patch) | |
| tree | 061581067d5d00ec6e54798ed77dc16402ea61a1 /projects.html | |
| parent | 2fd03e33c4216e23037448742c29f9cc4210cd73 (diff) | |
Update content for html
Diffstat (limited to 'projects.html')
| -rw-r--r-- | projects.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/projects.html b/projects.html new file mode 100644 index 00000000..90cf4359 --- /dev/null +++ b/projects.html @@ -0,0 +1,31 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Projects</title> +<link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> +<link rel="stylesheet" href="style.css" /> +<link rel="stylesheet" href="style-override.css" /> +</head> +<body> +<h1>Projects</h1> +<p>This is a "hidden" site listing my personal project list priorities!</p> +<ul> +<li>Finish and release <span class="inlinecode">guprecords 2.0.0</span> (Raku)</li> +<li>Release and blog about <span class="inlinecode">Gemtexter 2.0.0</span> (Bash)</li> +<li>Update dependencies and release <span class="inlinecode">DTail 4.1.1</span> (Golang)</li> +<li>Read "The Go Notebook" (Golang)</li> +<li>Work through "Bash it out" challenges (Bash)</li> +<li>Read "Programming Ruby (3.2)" (Ruby)</li> +<li>Try out <span class="inlinecode">kickstart.nvim</span> (NeoVim)</li> +<li>Try out <span class="inlinecode">Ruby LSP</span> in NeoVim, which is not Solar (NeoVim)</li> +<li>Finish <span class="inlinecode">failunderd 1.0</span> (Perl)</li> +<li>Play around with Go's C I/O API, for <span class="inlinecode">ioriot 2</span> (Golang)</li> +<li>Play around with Zig, once available for OpenBSD (Ziglang)</li> +<p class="footer"> +Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | +served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> | +<a href="https://www.foo.zone/site-mirrors.html">Site Mirrors</a> +</p> +</body> +</html> |
