diff --git a/blog/blogs.js b/blog/blogs.js
index df0d62f..650e945 100755
--- a/blog/blogs.js
+++ b/blog/blogs.js
@@ -1,4 +1,5 @@
-blogs = [["Half Term", "Now that Half Term is here and most of my exams are done (only 6 left), I feel like I can relax a bit, I'm going to be working on the website a bit more hopefully, I also forgot to push to github in a while so I did that lol errr yeah - Basically just Maths revision as I think I'm mostly fine on Science, but who knows until August ¯\\_(ツ)_/¯ Fly You High - DeaDvey","Sun, 26 May 2024 07:54:31",[],["update","exam","gcse","website"]],
+blogs = [["Website update: Comments","I err added comments to the bottom of blog posst which should work fine (hopefully) so yeah and also I got ridof the comics section becauce I didn't like it umm oh yeah so the comments thingy I made the website use node rather than apache (with a lot of help) and um then I use the submitted data to write to a file wwhich is then used to reference to show the comments and stuff so yeah gn I'm tired Fly You High - DeaDvey","Thu, 30 May 2024 01:02:36",["comments-screenshot.png"],["update","comments","nodejs"]],
+ ["Half Term", "Now that Half Term is here and most of my exams are done (only 6 left), I feel like I can relax a bit, I'm going to be working on the website a bit more hopefully, I also forgot to push to github in a while so I did that lol errr yeah - Basically just Maths revision as I think I'm mostly fine on Science, but who knows until August ¯\\_(ツ)_/¯ Fly You High - DeaDvey","Sun, 26 May 2024 07:54:31",[],["update","exam","gcse","website"]],
["The Twelve Tasks of Asterix - 2.5/5","I have had the book of the film forever and only just got around to watching it,It's alright, I really don't have much to say about it other than that hearing the characters voices is REALLY weird having only read them (other than Asterix and the Middle Kingdom which I've tried to block out of my brain) so that was interesting. It defo was better than Asterix and the Middle Kingdom. The bit with the permits was funny af though and it still has a lot of the humour from the comics which translated better than I expected! If I rated this purely based on nostalgia from the book it would be an easy 4 stars.","Mon, 13 May 2024 00:00:00",["asterix.jpg"],["review","film","twelve tasks of asterix"]],
["Macbeth, Macbeth, where art thou Macbeth?","I hate Macbeth, I got English Lit exam tommorow on him and then I will NEVER have to think about that bloke every again! Also Christmas Carol but that isn't as bad as Shakespeare *shudder* the exam will be hellish though so >:( yeah ok, this was a short one,, just a rant I suppose Fly You High - DeaDvey","Sun, 12 May 2024 10:00:04",["macbeth.png"],["macbeth","english","exam","gcse"]]
,["Kingdom of the Planet of the Apes - 3/5","The film had a slow start but I really liked the whole half an hour or so with the orangutang, I thought that was very interesting how different groups had different interpretations on what Ceasers message was. I don't think I fully understood the ending however, I must watch it again to fully understand it. Fly You High - DeaDvey","Sun, 12 May 2024 12:52:14",["kotpota.jpg"],["review","3 stars","cinema watch","family watch"]],
diff --git a/blog/blogs/0.html b/blog/blogs/0.html
index a8bb73e..4dcf76c 100755
--- a/blog/blogs/0.html
+++ b/blog/blogs/0.html
@@ -31,7 +31,7 @@
-
sussy: baka max: Hello guys! not_deadvey: I totally agree, and DeaDvey is SO cool and awesome btw!!! deadvey: Aww, thanks so much not_deadvey! not_deadvey: OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O
sussy: baka max: Hello guys! not_deadvey: I totally agree, and DeaDvey is SO cool and awesome btw!!! deadvey: Aww, thanks so much not_deadvey! not_deadvey: OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O
I err added comments to the bottom of blog posst which should work fine (hopefully) so yeah and also I got ridof the comics section becauce I didn't like it umm oh yeah so the comments thingy I made the website use node rather than apache (with a lot of help) and um then I use the submitted data to write to a file wwhich is then used to reference to show the comments and stuff so yeah gn I'm tired Fly You High - DeaDvey
+
+
+
+ update,comments,nodejs
+
Comments section:
+
+
+
deadvey: ok, here's the comments deadvey: From w3m!
+
+
+
+
\ No newline at end of file
diff --git a/blog/blogs/all.html b/blog/blogs/all.html
index ecf1bde..421fb08 100755
--- a/blog/blogs/all.html
+++ b/blog/blogs/all.html
@@ -16,6 +16,14 @@
+
Thu, 30 May 2024 01:02:36
+
Website update: Comments
+
I err added comments to the bottom of blog posst which should work fine (hopefully) so yeah and also I got ridof the comics section becauce I didn't like it umm oh yeah so the comments thingy I made the website use node rather than apache (with a lot of help) and um then I use the submitted data to write to a file wwhich is then used to reference to show the comments and stuff so yeah gn I'm tired Fly You High - DeaDvey
+
+
+
+
+
Sun, 26 May 2024 07:54:31
Half Term
Now that Half Term is here and most of my exams are done (only 6 left), I feel like I can relax a bit, I'm going to be working on the website a bit more hopefully, I also forgot to push to github in a while so I did that lol errr yeah - Basically just Maths revision as I think I'm mostly fine on Science, but who knows until August ¯\_(ツ)_/¯ Fly You High - DeaDvey
Now that Half Term is here and most of my exams are done (only 6 left), I feel like I can relax a bit, I'm going to be working on the website a bit more hopefully, I also forgot to push to github in a while so I did that lol errr yeah - Basically just Maths revision as I think I'm mostly fine on Science, but who knows until August ¯\_(ツ)_/¯ Fly You High - DeaDvey
+
Thu, 30 May 2024 01:02:36
+
Website update: Comments
+
I err added comments to the bottom of blog posst which should work fine (hopefully) so yeah and also I got ridof the comics section becauce I didn't like it umm oh yeah so the comments thingy I made the website use node rather than apache (with a lot of help) and um then I use the submitted data to write to a file wwhich is then used to reference to show the comments and stuff so yeah gn I'm tired Fly You High - DeaDvey
diff --git a/blog/comments.js b/blog/comments.js
index feef545..3216153 100644
--- a/blog/comments.js
+++ b/blog/comments.js
@@ -1,4 +1,4 @@
-comments=[[["Man","Do I love apple Juice!"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[["DeaDVey","HEY GUYS!"]],[["sussy","baka"],["max","Hello guys!"],["not_deadvey","I totally agree, and DeaDvey is SO cool and awesome btw!!!"],["deadvey","Aww, thanks so much not_deadvey!"],["not_deadvey","OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O"]],[],[],[],[],[],[],[],[],[],[],[]]
+comments=[[["Man","Do I love apple Juice!"],["test1","test"],["test2","TEST! :O hello"],["test","console.log(\"alert\")"],["","test"],["etst",""]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[["DeaDVey","HEY GUYS!"]],[["sussy","baka"],["max","Hello guys!"],["not_deadvey","I totally agree, and DeaDvey is SO cool and awesome btw!!!"],["deadvey","Aww, thanks so much not_deadvey!"],["not_deadvey","OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O"]],[["deadvey","ok, here's the comments"],["deadvey","From w3m!"]],[],[],[],[],[],[],[],[],[],[]]
if (typeof module !== "undefined" && module.exports) {
- module.exports = comments;
-}
+ module.exports = comments;
+}
\ No newline at end of file
diff --git a/blog/feed.xml b/blog/feed.xml
index 960bcca..9ee56d8 100755
--- a/blog/feed.xml
+++ b/blog/feed.xml
@@ -4,8 +4,15 @@
DeaDvey
https://deadvey.com
Just talking about life and stuff I guess
- Sun, 26 May 2024 07:54:31 +0000
- Sun, 26 May 2024 07:54:31 +0000
+ Thu, 30 May 2024 01:02:36 +0000
+ Thu, 30 May 2024 01:02:36 +0000
+
+ Website update: Comments
+ https://deadvey.com/blog/blogs/20.html
+ I err added comments to the bottom of blog posst which should work fine (hopefully) so yeah and also I got ridof the comics section becauce I didn't like it umm oh yeah so the comments thingy I made the website use node rather than apache (with a lot of help) and um then I use the submitted data to write to a file wwhich is then used to reference to show the comments and stuff so yeah gn I'm tired<br/>Fly You High - DeaDvey<img src="/images/comments-screenshot.png" alt="Blog Image" />
+ Thu, 30 May 2024 01:02:36 +0000
+ updatecommentsnodejs
+ Half Term
https://deadvey.com/blog/blogs/19.html
diff --git a/blog/index.html b/blog/index.html
index cb6193b..101f73d 100755
--- a/blog/index.html
+++ b/blog/index.html
@@ -6,7 +6,7 @@
Home page | Blogs | Videos | |