From 270450f248205d47c0ff5c9a34fba49aa12f6a44 Mon Sep 17 00:00:00 2001 From: ~purplebored Date: Wed, 29 Oct 2025 22:46:50 +0100 Subject: [PATCH] Added a basic readme and robots file and created the sitemap.xml file. --- README.md | 21 +++++++++++++++++++++ robots.txt | 11 +++++++++++ sitemap.xml | 1 + 3 files changed, 33 insertions(+) create mode 100644 README.md create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ed4317 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +## purplebored.pl + +Welcome to my personal website, located at https://purplebored.pl !
+This is a simple website that serves as my personal space on the internet. (Such fancy wording ik) + +### License Information +Licensed under the [Apache License, Version 2.0](LICENSE) +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. For the full licene chcek out the LICENSE file +(So much yap about a license) + +### Contributing +If you want to contribute something to my site please create a issue first, or if you know me, then just DM me about it first! diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..d48862a --- /dev/null +++ b/robots.txt @@ -0,0 +1,11 @@ +User-agent: * +Allow: / +Sitemap: https://purplebored.pl/sitemap.xml + +Disallow: /assets/js/ +Disallow: /assets/fonts/ +Disallow: /assets/css/ +Disallow: /assets/images/temp/ +Disallow: /cgi-bin/ + +Sitemap: https://purplebored.pl/sitemap.xml \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..42c1bdf --- /dev/null +++ b/sitemap.xml @@ -0,0 +1 @@ + \ No newline at end of file