diff --git a/index.gmi b/index.gmi index 1c3c803..a9658a2 100644 --- a/index.gmi +++ b/index.gmi @@ -35,12 +35,12 @@ Currently, I code amazing stuff for Sneed Group. My focus is on building efficie ## Projects * Web Applications: Developing interactive and responsive web applications using JavaScript and HTML. * Backend Development: Building robust server-side solutions with Node.js. -* OS Development: Working on OS development using Cosmos C#. +* OS Development: Worked on OS development using Cosmos C#. * Mac OS Setup Script: Created **DSMOSS** (The Mac OS setup script, mainly for Sneed Group; not to be confused with Don't Steal MacOS - DSMOS) to streamline setup processes. ## Links => code/ Public Code Copies -=> https://s.nodemixaholic.com S Social +=> log/ Capitan's Log => https://ollama.com/sparksammy My Ollama Projects => https://search.sparksammy.com/ Sparksammy Search diff --git a/log/index.gmi b/log/index.gmi new file mode 100644 index 0000000..7028dde --- /dev/null +++ b/log/index.gmi @@ -0,0 +1,3 @@ +# Nodemixaholic's Gemini Log + + diff --git a/log/new-post.sh b/log/new-post.sh new file mode 100755 index 0000000..537e3cf --- /dev/null +++ b/log/new-post.sh @@ -0,0 +1,9 @@ +postID="$RANDOM-$RANDOM$RANDOM" + +echo " " >> $postID +echo "## Title" > $postID +echo "Body" >> $postID +nano $postID +echo " " >> $postID +cat $postID > index.gmi +rm $postID