Build initial Privileged Escalation website

- Add responsive HTML landing page with hero section and resource cards
- Create professional CSS styling with dark theme and mobile-responsive design
- Set up GitHub Pages configuration with Jekyll _config.yml
- Add comprehensive README with project overview and setup instructions
- Configure .gitignore for Jekyll and common development files

The website serves as an educational hub for understanding privilege escalation techniques, vulnerabilities, and defense strategies. GitHub Pages is ready to serve the site immediately upon enabling in repository settings.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Flea Flicker
2026-05-21 11:24:42 +00:00
parent ba1e00337f
commit f99418eab2
5 changed files with 395 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
_site/
.jekyll-cache/
.sass-cache/
.DS_Store
*.swp
*.swo
*~
.env
.venv
*.pyc
__pycache__/
node_modules/