diff --git a/src/index.html b/src/index.html index 38c1388..0b502f8 100644 --- a/src/index.html +++ b/src/index.html @@ -9,7 +9,7 @@
-
+

Hosting

@@ -137,12 +137,58 @@

-

Projects

-
    -
  • Bootstrap
  • -
  • Anki Synonyms
  • -
  • Homesync
  • -
+

Projects

+
+
+ Bootstrap +

+ A C-based CLI for initializing projects in a flexible but + deterministic way. Originally motivated to serve as a better + alternative to + Nix flake templates, bootstrap allows you to provide different + parameters to custom initialization scripts akin to + npm init, django-admin startproject, + etc. +

+
+
+ Anki Synonyms +

+ An + Anki + plugin for specifying synonyms within flashcard question and + answer prompts. +

+
+
+ Homesync +

+ An experimental Rust-based project for automatically syncing files + scross your desktop to a git repository. Allows upstream and + downstream syncing with a single command, without any need to copy + files manually to and from a git repository. Separately, a daemon + can be spawned that watches files for changes and pushes/pulls + them as they happen. +

+
+