projects: sort alphabetically
authorRalf Jung <post@ralfj.de>
Sun, 14 Apr 2024 11:09:18 +0000 (13:09 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 14 Apr 2024 11:09:18 +0000 (13:09 +0200)
personal/_config.yml
personal/projects/index.md

index d63d6396baddb24318fa5df8f4313a05887f80d7..f2c5c2a2a0ed12494dcec18d111e03796a1b9d13 100644 (file)
@@ -12,13 +12,13 @@ readmes:
     src_base: "/home/r/src"
     out_base: "projects"
     projects:
-      - name: "lilass"
       - name: "dyn-nsupdate"
-      - name: "zonemaker"
-      - name: "schsh"
+      - name: "git-mirror"
+      - name: "lilass"
       - name: "rust-101"
         src: "rust/rust-101"
-      - name: "git-mirror"
+      - name: "schsh"
+      - name: "zonemaker"
 
 defaults:
   - scope:
index c5d3f4aa47753dbf3db6dfbe80087bec6e1b60f9..988c471707505420e06f64d9d622c459562e745a 100644 (file)
@@ -7,17 +7,17 @@ To solve some issue I was having, or to facilitate my daily computer usage.
 The tools were usually not written with general re-usability in mind.
 But maybe you are having just the same problem as I did, in which case I hope they can be helpful.
 
+* [dyn-nsupdate](dyn-nsupdate/): A tool to dynamically and securely update DNS zones via CGI.
+  This provides self-hosted DynDNS services.
+* [git-mirror](git-mirror/): This can keep multiple git repositories of the same project in sync automatically.
 * [LiLaSS](lilass/): A simple xrandr-based application to configure laptop screens on Linux. If you are using a
   Laptop, frequently work both with and without an external screen, and you are not happy with
   the configuration options your desktop provides, this may be for you.
-* [dyn-nsupdate](dyn-nsupdate/): A tool to dynamically and securely update DNS zones via CGI.
-  This provides self-hosted DynDNS services.
-* [zonemaker](zonemaker/): A small script to generate DNS zone files from Python.
+* [Rust-101](rust-101/): A small tutorial for the [Rust language](https://www.rust-lang.org).
 * [schsh](schsh/): A collection of scripts and configuration files which can be used to grant
   someone secure (SSH-based) access to a machine, without giving them a shell or read access
   to the entire file system.
-* [Rust-101](rust-101/): A small tutorial for the [Rust language](https://www.rust-lang.org).
-* [git-mirror](git-mirror/): This can keep multiple git repositories of the same project in sync automatically.
+* [zonemaker](zonemaker/): A small script to generate DNS zone files from Python.
 
 For some more of my projects, check out the [public git repositories](https://www.ralfj.de/git/)
 hosted on my server and my [GitHub profile](https://github.com/RalfJung/).