Kali Jackson and Kat Morgan blend technical excellence with arcane elegance. This is the source code for scopecreep.zip.
This is where you'll find their combined work and efforts in cybersecurity research and platform engineering.
- Responsive Jekyll-based static site
- Podcast platform with centralized service management
- Social media integration
- Conference speaking portfolio
- Technical blog/research section
- Kawaii-themed design with particle effects
- Architecture Overview - System design and technology stack
- Getting Started - Local development setup
- Component Library - Reusable components
- Theme System - Colors, typography, and styling
- Content Updates - How to update content
- Troubleshooting - Common issues and solutions
-
Install Prerequisites
- Ruby (>= 2.7.0)
- Bundler (>= 2.0)
- Git
-
Clone and Setup
git clone https://github.com/ScopeCreep-zip/website.git cd website bundle install -
Run Locally
bundle exec jekyll serve --livereload # Open http://localhost:4000
website/
├── _config.yml # Site configuration
├── _data/ # YAML data files
├── _includes/ # Reusable components
├── _layouts/ # Page templates
├── _posts/ # Blog posts
├── _podcasts/ # Podcast episodes
├── _sass/ # Stylesheets
├── assets/ # Images, JS, CSS
└── docs/ # Documentation
This site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
The site uses the custom domain scopecreep.zip. The CNAME file is already configured.
For the custom domain to work, configure your DNS with:
- A records pointing to GitHub Pages IPs:
- 185.199.108.153
- 185.199.109.153
- 185.199.110.153
- 185.199.111.153
- Or a CNAME record pointing to
[your-username].github.io
- Site configuration:
_config.yml - Social links:
_data/social_links.yml - Podcast services:
_data/podcast_services.yml - Team information:
_data/team.yml
We welcome contributions! Please see our documentation for:
- Code style guidelines
- Component development
- Testing procedures
- Pull request process
© 2025 ScopeCreep.zip - All rights reserved