From 98811e403150ee09c925f3c5578c4bcafb1479b5 Mon Sep 17 00:00:00 2001 From: Primrose Date: Fri, 18 Nov 2022 13:16:54 -0500 Subject: [PATCH] Change directory structure to match what I actually have deployed on my web server --- 403.html | 23 ++++++++++ 404.html | 23 ++++++++++ 500.html | 23 ++++++++++ index.html | 50 ++++++++++++++++++++++ posts/index.html | 48 +++++++++++++++++++++ posts/{post_01.html => post-01/index.html} | 0 posts/{post_02.html => post-02/index.html} | 0 posts/{post_03.html => post-03/index.html} | 0 posts/{post_04.html => post-04/index.html} | 0 posts/{post_05.html => post-05/index.html} | 0 posts/{post_06.html => post-06/index.html} | 0 posts/{post_07.html => post-07/index.html} | 0 posts/{post_08.html => post-08/index.html} | 0 posts/{post_09.html => post-09/index.html} | 0 posts/{post_10.html => post-10/index.html} | 0 posts/{post_11.html => post-11/index.html} | 0 posts/post_template.html | 31 ++++++++++++++ site-directory/index.html | 36 ++++++++++++++++ 18 files changed, 234 insertions(+) create mode 100644 403.html create mode 100644 404.html create mode 100644 500.html create mode 100644 index.html create mode 100644 posts/index.html rename posts/{post_01.html => post-01/index.html} (100%) rename posts/{post_02.html => post-02/index.html} (100%) rename posts/{post_03.html => post-03/index.html} (100%) rename posts/{post_04.html => post-04/index.html} (100%) rename posts/{post_05.html => post-05/index.html} (100%) rename posts/{post_06.html => post-06/index.html} (100%) rename posts/{post_07.html => post-07/index.html} (100%) rename posts/{post_08.html => post-08/index.html} (100%) rename posts/{post_09.html => post-09/index.html} (100%) rename posts/{post_10.html => post-10/index.html} (100%) rename posts/{post_11.html => post-11/index.html} (100%) create mode 100644 posts/post_template.html create mode 100644 site-directory/index.html diff --git a/403.html b/403.html new file mode 100644 index 0000000..c6e0e9a --- /dev/null +++ b/403.html @@ -0,0 +1,23 @@ + + + + + + + + + + Forbidden - Snowcake + + + + + +
+

403 - Forbidden

+ +

Freedo says no.

+ 🏠 Back to Home +
+ + diff --git a/404.html b/404.html new file mode 100644 index 0000000..cf49623 --- /dev/null +++ b/404.html @@ -0,0 +1,23 @@ + + + + + + + + + + Not Found - Snowcake + + + + + +
+

404 - Not Found

+ +

Freedo says he couldn't find what you requested.

+ 🏠 Back to Home +
+ + diff --git a/500.html b/500.html new file mode 100644 index 0000000..4e88bec --- /dev/null +++ b/500.html @@ -0,0 +1,23 @@ + + + + + + + + + + Internal Server Error - Snowcake + + + + + +
+

500 - Internal Server Error

+ +

Freedo says that the server has encountered an error.

+

If this error is reoccuring, Freedo recommends that you send an email to the webmastress at primrose@snowcake.me

+
+ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..d4dc21f --- /dev/null +++ b/index.html @@ -0,0 +1,50 @@ + + + + + + + Home - Snowcake + + + + + +

Snowcake

+
+ 🏠 Home + 📖 Site Directory +
+
+
+
+

Hello there!

+

My name is Primrose, also known as "Lilium_Snow". Welcome to my little cozy corner on the world wide web! I'm just a girl currently residing within "freedom" land, and my pronouns are (she/her).

+
+

My Interests

+

I find great interest in computer hardware and random tinkering with electronics. I am also a GNU/Linux, free (as in freedom, not as in price) software, and online privacy advocate/enthusiast.

+

If you are interested, and would like to learn more about free (as in freedom) software, take a look at this page.

+
+

Contact Me

+

If you wish to get in contact with me, feel free to send an email to primrose@snowcake.me. I check this mailbox frequently, so you should get a reply within the day, if not the day after.

+
+
+
+
+ + + diff --git a/posts/index.html b/posts/index.html new file mode 100644 index 0000000..9f71745 --- /dev/null +++ b/posts/index.html @@ -0,0 +1,48 @@ + + + + + + + + + + + + Posts - Snowcake + + +

Posts

+

Lilium_Snow's Based Posts

+
+ 🏠 Back to Home + 📰 Add Feed to RSS Reader +
+
+
+
+

Latest Post

+

[2022-10-11] 11 - My school doxxed 440 students

+
+

Older Posts

+

[2022-09-16] 10 - I HATE SHITGLE CLASSROOM

+

[2022-08-24] 09 - Is spying on your own citizens really necessary to neutralize the "domestic terrorist" threat?

+

[2022-08-02] 08 - Why I use free software, and support the free software movement

+

[2022-07-31] 07 - Social media is social control

+

[2022-07-21] 06 - How I went from normie apple shill to gigachad GNU/Linux elitist

+

[2022-06-14] 05 - I HATE CELL PHONES

+

[2022-06-11] 04 - Corporations and Pride Month

+

[2022-06-09] 03 - GNU+Linux users are based and elitist and im not ashamed of it

+

[2022-06-08] 02 - Stop feeding into the "cOnTeNt CrEaToR" dream

+

[2022-06-08] 01 - My rant about normies in this world

+
+
+
+
+ + + diff --git a/posts/post_01.html b/posts/post-01/index.html similarity index 100% rename from posts/post_01.html rename to posts/post-01/index.html diff --git a/posts/post_02.html b/posts/post-02/index.html similarity index 100% rename from posts/post_02.html rename to posts/post-02/index.html diff --git a/posts/post_03.html b/posts/post-03/index.html similarity index 100% rename from posts/post_03.html rename to posts/post-03/index.html diff --git a/posts/post_04.html b/posts/post-04/index.html similarity index 100% rename from posts/post_04.html rename to posts/post-04/index.html diff --git a/posts/post_05.html b/posts/post-05/index.html similarity index 100% rename from posts/post_05.html rename to posts/post-05/index.html diff --git a/posts/post_06.html b/posts/post-06/index.html similarity index 100% rename from posts/post_06.html rename to posts/post-06/index.html diff --git a/posts/post_07.html b/posts/post-07/index.html similarity index 100% rename from posts/post_07.html rename to posts/post-07/index.html diff --git a/posts/post_08.html b/posts/post-08/index.html similarity index 100% rename from posts/post_08.html rename to posts/post-08/index.html diff --git a/posts/post_09.html b/posts/post-09/index.html similarity index 100% rename from posts/post_09.html rename to posts/post-09/index.html diff --git a/posts/post_10.html b/posts/post-10/index.html similarity index 100% rename from posts/post_10.html rename to posts/post-10/index.html diff --git a/posts/post_11.html b/posts/post-11/index.html similarity index 100% rename from posts/post_11.html rename to posts/post-11/index.html diff --git a/posts/post_template.html b/posts/post_template.html new file mode 100644 index 0000000..ca19eff --- /dev/null +++ b/posts/post_template.html @@ -0,0 +1,31 @@ + + + + + + + + + + + Post Viewer - Snowcake + + +

PostTitle

+

Date: PostDate

+
+ 📰 Back to Post List +
+
+
+
+

PostContent

+
+

Signed,

+

Lilium_Snow (Primrose)

+
+
+
+
+ + diff --git a/site-directory/index.html b/site-directory/index.html new file mode 100644 index 0000000..4ba0a72 --- /dev/null +++ b/site-directory/index.html @@ -0,0 +1,36 @@ + + + + + + + + + Site Directory - Snowcake + + + + + +

Site Directory

+
+ 🏠 Back to Home +
+
+
+
+

Core

+

1. Homepage - The page you are first greeted with when you visit the site

+
+

2. Site Directory - The page you are viewing right now

+
+

3. Server Info - Live server statistics

+
+

4. Posts - Rants, shitposts, and more

+
+

5. Media - A collection of random images, videos, and other miscellaneous files

+
+

6. Gitea - My own Gitea instance, which hosts projects that i'm working on, including this website

+
+ +