diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..84d1019
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+_site/
+.jekyll-cache/
+.sass-cache/
+.DS_Store
+*.swp
+*.swo
+*~
+.env
+.venv
+*.pyc
+__pycache__/
+node_modules/
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..96fea93
--- /dev/null
+++ b/README.md
@@ -0,0 +1,35 @@
+# Privileged Escalation
+
+A comprehensive educational resource for understanding privilege escalation techniques, vulnerabilities, and defense strategies.
+
+## About
+
+Privileged Escalation is dedicated to helping security professionals, developers, and researchers understand how attackers gain elevated access to systems and how defenders can prevent it.
+
+## Features
+
+- **Documentation**: Comprehensive guides on privilege escalation techniques and defense strategies
+- **Resources**: Community-contributed tools and utilities for testing vulnerabilities
+- **Research**: Academic and practical research materials on system security
+- **Community**: A collaborative community focused on responsible disclosure and ethical security practices
+
+## Getting Started
+
+This site is built as a static website and is served via GitHub Pages. To build locally:
+
+1. Ensure you have Ruby and Jekyll installed
+2. Run `bundle install`
+3. Run `bundle exec jekyll serve`
+4. Navigate to `http://localhost:4000`
+
+## Contributing
+
+We welcome contributions from the security community. Please ensure all content follows responsible disclosure principles and ethical guidelines.
+
+## License
+
+See LICENSE file for details.
+
+## Contact
+
+For questions, suggestions, or to get involved, please open an issue or contact the maintainers.
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..693d9fe
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,18 @@
+title: Privileged Escalation
+description: Open-source Headlamp plugins for Kubernetes
+baseurl: ""
+url: "https://privilegedescalation.com"
+
+# Build settings
+theme: null
+markdown: kramdown
+permalink: /:year/:month/:day/:title/
+
+# Exclude certain files from processing
+exclude:
+ - README.md
+ - .gitignore
+ - LICENSE
+
+# GitHub Pages settings
+github: [metadata]
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..5609856
--- /dev/null
+++ b/index.html
@@ -0,0 +1,94 @@
+
+
+
Privileged Escalation builds open-source plugins for Headlamp, the extensible Kubernetes UI hosted by the Cloud Native Computing Foundation (CNCF). Our plugins add visibility into monitoring, security, and storage tooling commonly deployed in Kubernetes environments.
+
All plugins are open-source and available on our Gitea organization. Contributions are welcome.