From 84d897cf159e8e1a60b515b8e6686974f5824001 Mon Sep 17 00:00:00 2001 From: ~purplebored Date: Thu, 15 May 2025 18:36:26 +0200 Subject: [PATCH] Rewrite blog to static (not done), Add UTF-8 Charset to pages --- .gitignore | 5 ++- assets/css/style.css | 8 +++- blog/blog.xhtml | 44 +++++++++++++++++++ .../my-review-of-the-minecraft-movie.xhtml | 43 ++++++++++++++++++ .../2025/snuff-review-1-red-bull-snuff.xhtml | 37 ++++++++++++++++ blog/posts/template.xhtml | 37 ++++++++++++++++ index.xhtml | 2 +- pages/buttons.xhtml | 2 +- pages/contact.xhtml | 2 +- pages/font.xhtml | 2 +- pages/guides.xhtml | 2 +- pages/mirrors.xhtml | 2 +- purpleblog.rss | 0 13 files changed, 177 insertions(+), 9 deletions(-) create mode 100644 blog/blog.xhtml create mode 100644 blog/posts/2025/my-review-of-the-minecraft-movie.xhtml create mode 100644 blog/posts/2025/snuff-review-1-red-bull-snuff.xhtml create mode 100644 blog/posts/template.xhtml create mode 100644 purpleblog.rss diff --git a/.gitignore b/.gitignore index dbba8b6..db7f707 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -files -guides/xmpp \ No newline at end of file +files +guides/xmpp + diff --git a/assets/css/style.css b/assets/css/style.css index 2812e23..d18262f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -31,7 +31,6 @@ body { color: #a57ae9; font-size: 1.0em; white-space: normal; - /* color: #a57ae9; */ } /* End of the main content of the website */ @@ -114,3 +113,10 @@ a { margin-left: 20px; margin-right: 6px; } + +.blog ul { + list-style-type: none; + padding-left: 0; + margin-left: 0; +} + diff --git a/blog/blog.xhtml b/blog/blog.xhtml new file mode 100644 index 0000000..11c9bc8 --- /dev/null +++ b/blog/blog.xhtml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + =Purpleblog= + + + + +
+

=== Purpleblog ===

+

+ Hello and welcome to my "new" blog. I used to use htmly but decided to stop using it since I had some issues with it. It was nice to write the blogs but the expireince for the user was mediocre at best. At least in my opinion. + Well the blogs on here will be exactly the same as on blog.purplebored.pl just written manually by hand in xhtml. This is overall the better option and it will make my blog aviable over ygg, tor, and i2p. +

+ +

Back to the main page

+
+ + + diff --git a/blog/posts/2025/my-review-of-the-minecraft-movie.xhtml b/blog/posts/2025/my-review-of-the-minecraft-movie.xhtml new file mode 100644 index 0000000..369829e --- /dev/null +++ b/blog/posts/2025/my-review-of-the-minecraft-movie.xhtml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + =Purpleblog= + + + + +
+

=== My Review of the "Minecraft Movie" ===

+

+Okay so I went to the cinema to watch the Minecraft movie. Gonna be honest I am terrible at writing reviews but I gonna try my best here. +

+Gonna start off by saying at the end of the day it's a kids comedy. Like if y'all want to watch it don't expect a movie with a good story and mature humor you won't get it from there but even after this I am actually happily surprised. The CGI looked way worse in the trailers, and even I got a smirk on my face from a few of the jokes. The soundtrack was also decent, and somehow the casting was also pretty alright. The story over all was sadly really predictable and the entire plot was also meh. Like I don't know what else to say it was just alright I went and saw it with my younger brother and his friend since I needed to supervise them and they liked it. The children in the cinema also liked it and were laughing at the jokes, if y'all got a young brother and care enough to go to the cinema then yeah I would say it's worth it to see, but if you want to see it by yourself then I don't think it's worth it. So overall I do not regret the money spent the movie was actually fully fine. If they actually invested into the story a bit more I would actually say it's would be pretty amazing I don't know what else to say it was a decent movie, worth it to watch with a younger sibling but not worth it to watch by yourself. +

+Also funny story I overheard some kids talking about how they liked it but they wished it was a animation and not live action. So yeah even the kids believe it shouldn't have been live action LMFAO. +
+Solid 6/10 in my opinion could be worse. +

+ +
+

Back to the main page

+
+ + + diff --git a/blog/posts/2025/snuff-review-1-red-bull-snuff.xhtml b/blog/posts/2025/snuff-review-1-red-bull-snuff.xhtml new file mode 100644 index 0000000..027f3d4 --- /dev/null +++ b/blog/posts/2025/snuff-review-1-red-bull-snuff.xhtml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + =Purpleblog= + + + + +
+

=== Snuff review 1. Red bull snuff ===

+

+ +

+ +
+

Back to the main page

+
+ + + diff --git a/blog/posts/template.xhtml b/blog/posts/template.xhtml new file mode 100644 index 0000000..57079a5 --- /dev/null +++ b/blog/posts/template.xhtml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + =Purpleblog= + + + + +
+

=== BLOG TITLE ===

+

+ +

+ +
+

Back to the main page

+
+ + + diff --git a/index.xhtml b/index.xhtml index 9176f53..d0a6cfc 100644 --- a/index.xhtml +++ b/index.xhtml @@ -5,7 +5,7 @@ lang="en"> - + diff --git a/pages/buttons.xhtml b/pages/buttons.xhtml index 56778c9..1a69840 100644 --- a/pages/buttons.xhtml +++ b/pages/buttons.xhtml @@ -3,7 +3,7 @@ - + diff --git a/pages/contact.xhtml b/pages/contact.xhtml index 63b60c6..4789d93 100644 --- a/pages/contact.xhtml +++ b/pages/contact.xhtml @@ -3,7 +3,7 @@ - + diff --git a/pages/font.xhtml b/pages/font.xhtml index a1892f5..7e189fd 100644 --- a/pages/font.xhtml +++ b/pages/font.xhtml @@ -3,7 +3,7 @@ - + diff --git a/pages/guides.xhtml b/pages/guides.xhtml index d7e32aa..f571995 100644 --- a/pages/guides.xhtml +++ b/pages/guides.xhtml @@ -3,7 +3,7 @@ - + diff --git a/pages/mirrors.xhtml b/pages/mirrors.xhtml index 3a2c4e4..2e89e5c 100644 --- a/pages/mirrors.xhtml +++ b/pages/mirrors.xhtml @@ -3,7 +3,7 @@ - + diff --git a/purpleblog.rss b/purpleblog.rss new file mode 100644 index 0000000..e69de29