summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2022-12-06 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2022-12-06 00:00:00 +0000
commitd697c919e5fd6779913501ad3488adca6be8f3e2f66cf202679f66c7c3c503f9 (patch)
tree32021203f73e9b2a9871411ad54d653a3b4dbd0df424bb7e395a6d3926a574cf
parent6e576c42b02ccdb1a519b973522c09f18049eb62567af701faeb214ead35ba34 (diff)
downloadjournal-d697c919e5fd6779913501ad3488adca6be8f3e2f66cf202679f66c7c3c503f9.tar.gz
journal-d697c919e5fd6779913501ad3488adca6be8f3e2f66cf202679f66c7c3c503f9.zip
Add missing information to journal-update-022
-rw-r--r--content/entry/journal-update-022.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/content/entry/journal-update-022.md b/content/entry/journal-update-022.md
index 5e04e27..98f41ba 100644
--- a/content/entry/journal-update-022.md
+++ b/content/entry/journal-update-022.md
@@ -13,10 +13,14 @@ My new VPS accepts many payment methods, so I don't depend on digital tulips[3]
I decided to drop I2P support for the time being. It was broken anyways for who knows how long. If you want to know more about that, read this Git commit message[4]. If you use the Tor onion[5][6] to access this journal, nothing has changed. I migrated the onion to the new VPS as-is.
+In the journal repository, I've started signing Git tags rather than commits. Git-annex has been removed for cleaner code and better accessibility on Sourcehut. The ugly Python code has been entirely removed and replaced with two Hugo configuration files, meaning Hugo properly generates my journal now all on its own. I switched from emojis to using emoji codes for better code accessibility.
+
+Finally, I archived my old repos on Sourcehut.[7] I didn't want them completely gone since they're linked to in some of my old entries and I try hard to avoid link rot, but I also didn't want them so front and center since they're poorly written.
+
## Future Plans
-For the Hugo theme for this journal, you can find my plans in this TODO file[7]. I'm going to start versioning the theme. Once I implement the features in the TODO file, as long as nothing else occurs to me, I'll make the first official release of the theme with version 1.0.0.
+For the Hugo theme for this journal, you can find my plans in this TODO file[8]. I'm going to start versioning the theme. Once I implement the features in the TODO file, as long as nothing else occurs to me, I'll make the first official release of the theme with version 1.0.0.
-As for the journal itself, eliminating the promoted links page[8] is the only major change I have planned and that will happen gradually.
+As for the journal itself, eliminating the promoted links page[9] is the only major change I have planned and that will happen gradually.
Link(s):
@@ -26,5 +30,6 @@ Link(s):
[4: Drop I2P Support](https://git.nicholasjohnson.ch/journal/commit/?id=85b77079ffea8fae7f29516dc029812000c457fb)
[5: Tor Onion Capsule](gemini://nick6gsepvtmkcpibpid6dqtqroxt62u6ab4ep65vxrenffruumj6jad.onion)
[6: Tor Onion Site](http://nick6gsepvtmkcpibpid6dqtqroxt62u6ab4ep65vxrenffruumj6jad.onion)
-[7: hugo-theme-journal TODO](https://git.nicholasjohnson.ch/hugo-theme-journal/tree/TODO?id=33f2df0c33830298bef1e35fc6dc49fe1df23c8e)
-[8: Promoted Links](/promoted/)
+[7: Old Git Repos Archive](https://sr.ht/~nicholasjohnson/archive/)
+[8: hugo-theme-journal TODO](https://git.nicholasjohnson.ch/hugo-theme-journal/tree/TODO?id=33f2df0c33830298bef1e35fc6dc49fe1df23c8e)
+[9: Promoted Links](/promoted/)