From 8bc4d079d2a6dd64b4f02b018d289dddd68a5bce Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Sun, 3 Nov 2024 23:38:11 +0000 Subject: [PATCH] add dates to log --- .gitignore | 1 + log/index.gmi | 24 +++++++++++++++++++++++- log/new-post.sh | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 72b3562..958648e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ code/*.tar.gz +log/index.gmi diff --git a/log/index.gmi b/log/index.gmi index a20f322..6a4d400 100644 --- a/log/index.gmi +++ b/log/index.gmi @@ -1,5 +1,27 @@ # Capitan's Log -## Hello, welcome to my Gemini log! +## Nov 3rd 2024 - Hello, welcome to my Gemini log! Just setting up my Gemini log. + +## Nov 3rd 2024 - Project 2025 is bleak + +* No porn +* No NOAA/NWS +* No more school funding for schools that requires masks/vax +* No more trans people in the military +* No more birth-right citizenship (possibly) +* Ban of African American gender studies in all levels of eduction (possibly) +* No more DEI program +* No more gay marriage +* No more affordable care act +* Mass deportation +* Natzi-style(?) migrant camps +* Make all federal workers political appointees, allowing the firing of all federal workers and replacing them. +* No more abortion +* And more. + + +## Sun Nov 3 11:36:31 PM UTC 2024 - I added dates now. +wow. + diff --git a/log/new-post.sh b/log/new-post.sh index 4ab7e83..e636409 100755 --- a/log/new-post.sh +++ b/log/new-post.sh @@ -1,7 +1,7 @@ postID="$RANDOM-$RANDOM$RANDOM" echo " " > $postID -echo "## Title" >> $postID +echo "## $(date) - Title" >> $postID echo "Body" >> $postID nano $postID echo " " >> $postID