From c212ae8e351fd16bb567402a064137b5940a4ba0 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Fri, 23 Feb 2024 09:15:07 +0200 Subject: [PATCH] Fixed rss I think --- feed.xml | 24 +++++++ index.html | 164 +++++++++++++++++++++++++++++++++++++++++++ notes/2024-02-23.txt | 2 +- 3 files changed, 189 insertions(+), 1 deletion(-) create mode 100644 feed.xml create mode 100644 index.html diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..0937b8c --- /dev/null +++ b/feed.xml @@ -0,0 +1,24 @@ + + + + siina.monster + https://siina.monster/ + thoughts and notes and stuff + pe, 23 helmi 2024 07:14:25 GMT + pe, 23 helmi 2024 07:14:25 GMT + https://cyber.harvard.edu/rss/rss.html + noter + + 2024-02-23 + #2024-02-23 + I think that the rss feed should be fixed now. + pe, 23 helmi 2024 00:00:00 GMT + + + 2024-02-17 + #2024-02-17 + <p>This is the first thing written by using a modified version of <a + la, 17 helmi 2024 00:00:00 GMT + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..a0c2e34 --- /dev/null +++ b/index.html @@ -0,0 +1,164 @@ + + + + + 2 notes | siina.monster + + + + + + + + + + + +
+

siina.monster


+
fedi | rss | criminally cute
+

+ +
+

helmikuu 23, 2024

+I think that the rss feed should be fixed now.
+
+ +
+

helmikuu 17, 2024

+

This is the first thing written by using a modified version of koutsie's noter script.

+ +

So far I really like it, though there's a lot more to be done to it before I +am happy with how editable the html and things are. It's been a great +launching point for me and I appreciate the inspiration that it has given +me.

+ +

I just keep forgetting I have to add in paragraph tags and the like... too +used to hugo doing all the work for me. :')

+ +

Over the next few days I hope to get even more stuff done with it! I +already have ideas of writing a script that'll append stuff to this so I can +take small notes throughout the day. Something like +

+$ noter "I think I did the thing today, yay!"
+
+appending +
+<p>I think I did the thing today, yay!</p>
+
+to the txt file and running make to update and publish the text. 🤔

+

(Helps to use pre instead of code tags)

+ +

19:01:12: This is a test from the cli :D

+ +

19:02:09: And another test. I wonder how brittle this little script is.

+ +

19:05:02: I have now finished noter as a tiny little script :DDD

+ +

19:08:10: I really don't remember waht I was going to do today and I think this became a sufficiently long procrastination session. Not only have I hacked up noter a bunch, but created this dumb little script to make it super simple to append to the day's note. There are many places it could be fixed up, but whatever. I could probably have had this launch writer.sh intead of just passing all of this text as an argument, but maybe I will keep that for another day. :')

+ +

19:14:50: I have made it so that the script will add in the +timestamp and run make if there are no arguments passed to it.

+ +

19:16:16: You can see the script over +here.

+ + +

19:21:11: Okay I think that's the last update for today


+
+
generated with noter
+ +
last Updated: 2024-02-23 09:14:25
+
+ + diff --git a/notes/2024-02-23.txt b/notes/2024-02-23.txt index 8b13789..b2bd51b 100644 --- a/notes/2024-02-23.txt +++ b/notes/2024-02-23.txt @@ -1 +1 @@ - +I think that the rss feed should be fixed now.