Started massive refactoring, Removed halfmoon, Added new personnal common CSS, Site now runs at >5 fps on low-end

Update .gitignore, .htaccess, and 264 more files...
This commit is contained in:
2023-05-23 17:53:42 +02:00
parent e29987a7af
commit 8213ac8869
212 changed files with 2134 additions and 40548 deletions

View File

@@ -1,28 +1,22 @@
# Website - NibblePoker.lu
Repository containing the source code for my website.
???
## Preamble
This repository is only a mirror and is never cloned and served as-is.
In the event you wished to mirror and serve it, or modify it, you should make sure
the `.git` folder and the other files referenced in the [.dockerignore](.dockerignore)
file are properly removed, even if measures are in place to prevent access to them.
This repository is only a mirror and should never be cloned and served as-is.
The [.htaccess](.htaccess) file has been made public **on purpose** since it does not contain any
private information and because it could be used by other people to create their website more easily
since these configuration files are a nightmare to work with.<br>
Especially with the lang redirections.
It is also a good idea to serve this website through a jailed instance of apache, just in case.
## Content
### Blog
Unfinished, but all the files should be contained in the `content/` folder.
### Honeypot & Tarpits *(Disabled)*
### Honeypot & Tarpits
There are a couple of files in the `honeypot/` and `tarpit/` folders that are used
to serve some basic fake files that are often requested by automated scanners in order
to mess with them, or potentially force them to report invalid data.
to serve some basic fake files and pages that are often requested by automated scanners in order
to mess with them.
These pages can be removed by deleting the folders and removing the appropriate rules in
the [.htaccess](.htaccess) file.
@@ -35,3 +29,13 @@ These files are required and need to be installed manually for the website to wo
* `/resources/FontAwesomePro/`
* Highlight.js v11.6.0
* `/resources/HighlightJS/`
## External Licenses
Here is a list of the licenses for any third-party thing included in this repository.
* [Quantum Font](https://sesohq.sellfy.store/p/3enu/) by [sesohq](https://www.sesohq.com/)
* Free font with no apparent usage restrictions.
* [GliderJS](https://nickpiscitelli.github.io/Glider.js/)
* Uses the [MIT license](https://github.com/NickPiscitelli/Glider.js/blob/master/LICENSE.txt)
All licenses are also included as-is in their project's respective folder.