From d412977fba7d01c78cb5d52ca84ad73b70733dc9 Mon Sep 17 00:00:00 2001 From: ~purplebored Date: Sat, 11 Jan 2025 02:27:14 +0100 Subject: [PATCH] New file structure + added robots.txt --- style.css => assets/css/style.css | 0 changelog.md | 88 ------------------------------ guides/guides.html | 40 -------------- index.html | 6 +- {cool_stuff => pages}/buttons.html | 4 +- contact.html => pages/contact.html | 4 +- mirrors.html => pages/mirrors.html | 4 +- socials.html => pages/socials.html | 4 +- robots.txt | 3 + 9 files changed, 14 insertions(+), 139 deletions(-) rename style.css => assets/css/style.css (100%) delete mode 100755 changelog.md delete mode 100644 guides/guides.html rename {cool_stuff => pages}/buttons.html (94%) rename contact.html => pages/contact.html (80%) rename mirrors.html => pages/mirrors.html (85%) rename socials.html => pages/socials.html (83%) create mode 100644 robots.txt diff --git a/style.css b/assets/css/style.css similarity index 100% rename from style.css rename to assets/css/style.css diff --git a/changelog.md b/changelog.md deleted file mode 100755 index f0a3e67..0000000 --- a/changelog.md +++ /dev/null @@ -1,88 +0,0 @@ -#### 1.12.2024 -Small changes nothing big. -- Updated my Matrix Username -- Added my alt Fedi account -#### 27.11.2024 -- Added my PGP key (again) -- Added a mirrors page. -- Small visual update in the guide page. - -#### 26.11.2024 -- Added the guide page. (the guide will come in the upcomming months) -- Changed the repo yet again (which I will revert) -- other small changes - -#### 23.11.2024 -Well time to finally fix this website -- Reworded some stuff -- Fix the footer color (now it's transparent instead of being black) -- Updated my contact information -- Changed the footer text on socials and contact me - -#### 12.10.2024 -Holly molly I havent worked on this for quite a while. Anyways this is quite a big update. -- Improved the 88x31s / Buttons page. -- Deleted some stuff from the Socials page. -- Cleaned up the code a little bit -- Removed my old projects from this site. -- Changed the ASCII art logo a little bit. - - -#### 27.06.2024 -more sutff! -- Added a articels page and articles folder: -- added Articel file Cool stuff on index. -- Imrpoved the article on my PDA. - -#### 26.06.2024 -Small update :( -- Added a new button -- Fixed a small typo in index - -#### 25.06.2024 (Two) -Some more changes! -- Removed the neocities mirror -- Added Margins -- Change the wording in index.html -- Removed the Linkstack instance -- Added Some comments -- Modified the todo with new stuff & delted some stupid ideas -- Removed the old website folder. -- Delted the info files which were the part of my website PRE rewwrite -- Removed the embed.jpg part -- Imrpvoed the README.md file -- Removed some Target blanks -- Improved Buttons/Badges Page -- Specified the Langauge & charset -- Added more buttons - -#### 24.06.2024/25.06.2024 -Woah there is a lot to unpack here. -- Added a socials page -- Rewrote index.html -- Improved style.css -- Improved Hyperlinks -- Change Git Host -- Added a buttons folder in assets/images -- Added new buttons -- Added new Category in Index.html -- Removed my Blog -- Added a neocities mirror -- Removed things.html -- Changed Readme.MD -- Improved contact.html -- Added Socials.html -- Added my own button! -- Added a whole button pages! -- Added a back to the main bage button to every page -- We do not talk about "
  • " if you do i gonna throw you into the sun. -- Added a new Post in cool_stuff -- And some diffrent Minor things! -- Added a License File! - -#### 09.05.2024 -- Fixed text wrapping -- Updated the gitignore -- Added a changelog -- Deleted duplicate code in blog.html -- Improed the redability of the index file diff --git a/guides/guides.html b/guides/guides.html deleted file mode 100644 index d0c33b9..0000000 --- a/guides/guides.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - =Purple Guides= - - - - - - -
    - _____ _ _ - / ____| (_) | | - | | __ _ _ _ __| | ___ ___ - | | |_ | | | | |/ _` |/ _ \/ __| - | |__| | |_| | | (_| | __/\__ \ - \_____|\__,_|_|\__,_|\___||___/ - - -
    - -
    -

    === Info ===

    -

    Below you’ll find all the guides I’ve written. Each guide is available for download as a PDF or .docx file. Download links are located at the top of each guide.

    -
    -

    === Categories: ===

    -

    XMPP (Comming soon!)

    -

    PGP (Comming 2025!)

    -

    Privacy guides (Comming one day)

    -
    -
    - - - - diff --git a/index.html b/index.html index a04b690..22a6900 100755 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ =Purplebored= - + @@ -44,12 +44,12 @@

    === Cool Stuff ===

    Yeah there is not a lot of cool stuff on here lol.
    - Buttons!/88X31s!
    + Buttons!/88X31s!
    diff --git a/cool_stuff/buttons.html b/pages/buttons.html similarity index 94% rename from cool_stuff/buttons.html rename to pages/buttons.html index 754ca1d..6602850 100755 --- a/cool_stuff/buttons.html +++ b/pages/buttons.html @@ -3,7 +3,7 @@ =Buttons= - + @@ -58,7 +58,7 @@ Ah yes 88x31 also known as buttons a staple in personal websites i would say. Th diff --git a/contact.html b/pages/contact.html similarity index 80% rename from contact.html rename to pages/contact.html index 7716dfd..17fd192 100755 --- a/contact.html +++ b/pages/contact.html @@ -3,7 +3,7 @@ =Contact Me= - + @@ -22,7 +22,7 @@ XMPP: niko(at)telepath.im
    diff --git a/mirrors.html b/pages/mirrors.html similarity index 85% rename from mirrors.html rename to pages/mirrors.html index 4746869..b51901b 100644 --- a/mirrors.html +++ b/pages/mirrors.html @@ -3,7 +3,7 @@ =Mirrors= - + @@ -20,7 +20,7 @@ diff --git a/socials.html b/pages/socials.html similarity index 83% rename from socials.html rename to pages/socials.html index 7a64fdf..c85ad5e 100755 --- a/socials.html +++ b/pages/socials.html @@ -3,7 +3,7 @@ =Socials= - + @@ -20,7 +20,7 @@ diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..581073b --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: / +Allow: /index.html