Summary metadata tag for og:description and fix excessive line length

This commit is contained in:
Xavier Moffett 2025-02-23 02:30:17 -05:00
parent f1df74d505
commit 3ee7db4dbd
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC
11 changed files with 22 additions and 5 deletions

View file

@ -1,4 +1,5 @@
[//]: # "Title: Projects - sapphirus.org"
[//]: # "Summary: Projects I've worked on over the past while."
[//]: # "Copyright (C) 2024-2025 Xavier Moffett
All Rights Reserved"
@ -6,13 +7,17 @@
## Software
These are software projects I've developed to one degree or another over the past while. Preferred language of choice right now is Rust, although you'll find other languages mixed within these projects.
These are software projects I've developed to one degree or another over the past while. Preferred language of choice
right now is Rust, although you'll find other languages mixed within these projects.
The source code for these projects, most of which are open source, are available both on Github and mirrored on my self-hosted [code forge](https://git.sapphirus.org).
The source code for these projects, most of which are open source, are available both on Github and mirrored on my
self-hosted [code forge](https://git.sapphirus.org).
### pacwrap ([Github](https://github.com/pacwrap)) ([Mirror](https://git.sapphirus.org/pacwrap))
A package management front-end which utilises libalpm to facilitate the creation of unprivileged, userspace containers with parallelised, filesystem-agnostic deduplication. These containers are constructed via bubblewrap to execute package transactions and launch applications.
A package management front-end which utilises libalpm to facilitate the creation of unprivileged, userspace containers
with parallelised, filesystem-agnostic deduplication. These containers are constructed via bubblewrap to execute package
transactions and launch applications.
### Uketoru ([Github](https://github.com/SapphirusBeryl/Uketoru)) ([Mirror](https://git.sapphirus.org/Sapphirus/Uketoru))
@ -40,7 +45,8 @@ Some projects of mine that are currently a _work in progress_, so they may not b
Used to generate this website with 🦀. More coming on this soon™.
These hypertext documents were derived from version-controlled Markdown and HTML documents. Each document is made source available [here](https://git.sapphirus.org/sapphirus.org/website), along with the commit and its parent tagged in the footer of each page.
These hypertext documents were derived from version-controlled Markdown and HTML documents. Each document is made source available 
[here](https://git.sapphirus.org/sapphirus.org/website), along with the commit and its parent tagged in the footer of each page.
## Miscellaneous