diff --git a/md/Atari/entries/Action-language-walkthrough.md b/Atari/entries/Action-language-walkthrough.md similarity index 100% rename from md/Atari/entries/Action-language-walkthrough.md rename to Atari/entries/Action-language-walkthrough.md diff --git a/md/Atari/entries/assembler-for-beginners.md b/Atari/entries/assembler-for-beginners.md similarity index 100% rename from md/Atari/entries/assembler-for-beginners.md rename to Atari/entries/assembler-for-beginners.md diff --git a/md/Atari/entries/two-plus-two.md b/Atari/entries/two-plus-two.md similarity index 100% rename from md/Atari/entries/two-plus-two.md rename to Atari/entries/two-plus-two.md diff --git a/md/Atari/entries/various-atari-basic.md b/Atari/entries/various-atari-basic.md similarity index 100% rename from md/Atari/entries/various-atari-basic.md rename to Atari/entries/various-atari-basic.md diff --git a/md/Atari/index.md b/Atari/index.md similarity index 84% rename from md/Atari/index.md rename to Atari/index.md index b0e23a5..b87c017 100644 --- a/md/Atari/index.md +++ b/Atari/index.md @@ -6,9 +6,9 @@
diff --git a/md/Blog/entries/a-linux-update.md b/Blog/entries/a-linux-update.md similarity index 98% rename from md/Blog/entries/a-linux-update.md rename to Blog/entries/a-linux-update.md index 3aa344d..9afe91d 100644 --- a/md/Blog/entries/a-linux-update.md +++ b/Blog/entries/a-linux-update.md @@ -1,7 +1,7 @@ # A Linux Update **25 June 2022** -Back in November, I made [a blog post](../entries/the-linux-alternative.md) explaining that I would be moving to a linux-only "lifestyle", as it were, for both liesure and independent creative work in my personal life (though, for my "official" job, I am yet chained to a Mac laptop). It's been a little over six months now, and so I figure it's time for an update. +Back in November, I made [a blog post](the-linux-alternative.md) explaining that I would be moving to a linux-only "lifestyle", as it were, for both liesure and independent creative work in my personal life (though, for my "official" job, I am yet chained to a Mac laptop). It's been a little over six months now, and so I figure it's time for an update. While I am indeed now 100% linux on both my desktop and my laptop, I have diverged quite a bit from the plan of my original post. Sometimes, out of necessity, and sometimes because of interesting discoveries that have made life quite a bit more entertaining on linux than I thought it would be at first. I'll break down the main differences here, and discuss them as we proceed. diff --git a/md/Blog/entries/ffmpeg-scrapbook.md b/Blog/entries/ffmpeg-scrapbook.md similarity index 100% rename from md/Blog/entries/ffmpeg-scrapbook.md rename to Blog/entries/ffmpeg-scrapbook.md diff --git a/md/Blog/entries/nextcloud-caldav-fix.md b/Blog/entries/nextcloud-caldav-fix.md similarity index 100% rename from md/Blog/entries/nextcloud-caldav-fix.md rename to Blog/entries/nextcloud-caldav-fix.md diff --git a/md/Blog/entries/soaping-with-rest.md b/Blog/entries/soaping-with-rest.md similarity index 100% rename from md/Blog/entries/soaping-with-rest.md rename to Blog/entries/soaping-with-rest.md diff --git a/md/Blog/entries/the-linux-alternative.md b/Blog/entries/the-linux-alternative.md similarity index 100% rename from md/Blog/entries/the-linux-alternative.md rename to Blog/entries/the-linux-alternative.md diff --git a/md/Blog/entries/ubiquitous-internet-lost-selves.md b/Blog/entries/ubiquitous-internet-lost-selves.md similarity index 100% rename from md/Blog/entries/ubiquitous-internet-lost-selves.md rename to Blog/entries/ubiquitous-internet-lost-selves.md diff --git a/md/Blog/index.md b/Blog/index.md similarity index 100% rename from md/Blog/index.md rename to Blog/index.md diff --git a/md/DOS/entries/dosbox-config.md b/DOS/entries/dosbox-config.md similarity index 100% rename from md/DOS/entries/dosbox-config.md rename to DOS/entries/dosbox-config.md diff --git a/md/DOS/index.md b/DOS/index.md similarity index 100% rename from md/DOS/index.md rename to DOS/index.md diff --git a/md/JUNK/index.md b/JUNK/index.md similarity index 100% rename from md/JUNK/index.md rename to JUNK/index.md diff --git a/md/JUNK/markdown1.md b/JUNK/markdown1.md similarity index 100% rename from md/JUNK/markdown1.md rename to JUNK/markdown1.md diff --git a/md/JUNK/sample.md b/JUNK/sample.md similarity index 100% rename from md/JUNK/sample.md rename to JUNK/sample.md diff --git a/md/Linux/entries/debian.md b/Linux/entries/debian.md similarity index 100% rename from md/Linux/entries/debian.md rename to Linux/entries/debian.md diff --git a/md/Linux/entries/mandriva.md b/Linux/entries/mandriva.md similarity index 100% rename from md/Linux/entries/mandriva.md rename to Linux/entries/mandriva.md diff --git a/md/Linux/entries/tuxedo.md b/Linux/entries/tuxedo.md similarity index 100% rename from md/Linux/entries/tuxedo.md rename to Linux/entries/tuxedo.md diff --git a/md/Linux/index.md b/Linux/index.md similarity index 100% rename from md/Linux/index.md rename to Linux/index.md diff --git a/md/MVS/entries/basic.md b/MVS/entries/basic.md similarity index 100% rename from md/MVS/entries/basic.md rename to MVS/entries/basic.md diff --git a/md/MVS/entries/tk5-setup.md b/MVS/entries/tk5-setup.md similarity index 100% rename from md/MVS/entries/tk5-setup.md rename to MVS/entries/tk5-setup.md diff --git a/md/MVS/index.md b/MVS/index.md similarity index 100% rename from md/MVS/index.md rename to MVS/index.md diff --git a/dev-deploy b/dev-deploy index 51760fc..8430197 100755 --- a/dev-deploy +++ b/dev-deploy @@ -12,7 +12,12 @@ echo "Rsync content files" echo "-------------------" rsync --super -ahr -e ssh ./txt/* gmgauthier@plato:/var/www/oldcomputernerd.com/txt/ rsync --super -ahr -e ssh ./htm/* gmgauthier@plato:/var/www/oldcomputernerd.com/htm/ -rsync --super -ahr -e ssh ./md/* gmgauthier@plato:/var/www/oldcomputernerd.com/md/ +rsync --super -ahr -e ssh ./Atari/* gmgauthier@plato:/var/www/oldcomputernerd.com/Atari/ +rsync --super -ahr -e ssh ./MVS/* gmgauthier@plato:/var/www/oldcomputernerd.com/MVS/ +rsync --super -ahr -e ssh ./DOS/* gmgauthier@plato:/var/www/oldcomputernerd.com/DOS/ +rsync --super -ahr -e ssh ./Linux/* gmgauthier@plato:/var/www/oldcomputernerd.com/Linux/ +rsync --super -ahr -e ssh ./Blog/* gmgauthier@plato:/var/www/oldcomputernerd.com/Blog/ +rsync --super -ahr -e ssh ./JUNK/* gmgauthier@plato:/var/www/oldcomputernerd.com/JUNK/ echo "-------------------" echo "Rsync root files" diff --git a/footer.html b/footer.html index a7c1bcf..5d4fa16 100644 --- a/footer.html +++ b/footer.html @@ -11,19 +11,19 @@