diff --git a/bin/blog.sh b/bin/blog.sh
index 1486719..ae5daeb 100755
--- a/bin/blog.sh
+++ b/bin/blog.sh
@@ -62,11 +62,6 @@ draft_post() {
DRAFT_FILE="$DRAFTS_DIR/$(basename "${1%.*}").html"
cp "$TEMPLATES_DIR/_blog_post.html" "$DRAFT_FILE"
"$EDITOR" "$DRAFT_FILE"
- read -r -p 'Post this draft? (Y/n) ' CHOICE
- case "$CHOICE" in
- [nN]*) exit 0 ;;
- [yY]*|*) post_draft "$DRAFT_FILE" ;;
- esac
}
edit_draft() {
local DRAFT_FILE
@@ -139,6 +134,11 @@ case "$1" in
else
draft_post "$DRAFT_FILE"
fi
+ read -r -p 'Post this draft? (Y/n) ' CHOICE
+ case "$CHOICE" in
+ [nN]*) exit 0 ;;
+ [yY]*|*) post_draft "$DRAFT_FILE" ;;
+ esac
;;
edit)
drafts_dir_check
diff --git a/content/blog/changes-03.html b/content/blog/changes-03.html
new file mode 100644
index 0000000..fec35d9
--- /dev/null
+++ b/content/blog/changes-03.html
@@ -0,0 +1,8 @@
+
+
+ As I mentioned in my first website changes post, I finally finished moving all of the pages under my notes directory into dedicated blog post. I made up the post date to try to spread it out in my blog index purely for aesthetic reasons. Time is an illusion and this is my website. If I want to make up blog post dates, I will make up blog post dates.
+ I did this to mostly lean into my Linkding instance to handle all of my saved AND shared links. Linkding is an excellent bookmark managing software, heavily inspired by Pinboard, but self-hosted, actively developed, and fixes practically all of the issues I had with Pinboard, such as being able to save bookmarks for any URL scheme.
+
diff --git a/content/blog/index.html b/content/blog/index.html
index 3860886..274013f 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -4,6 +4,7 @@
2025
+2025-12-21 17:00:00 -08:00
Website Changes - 03
2025-12-21 16:00:00 -08:00
Re: Old browser, new tricks
2025-12-20 00:00:00 -08:00
Hosting Services
2025-12-19 00:00:00 -08:00
Linkrolls
diff --git a/photos/_thumbs/20230701-camping-284.jpg.html b/photos/_thumbs/20230701-camping-284.jpg.html
index c63e025..e12411e 100644
--- a/photos/_thumbs/20230701-camping-284.jpg.html
+++ b/photos/_thumbs/20230701-camping-284.jpg.html
@@ -62,7 +62,7 @@ JPEG Quality : 98