You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add GitHub Actions Pages deployment and Jekyll config for proper rendering (#130)
GitHub Pages is running Jekyll and rendering README.md as the site
instead of serving our OSINT toolkit index.html. This adds:
1. GitHub Actions workflow (pages.yml) that deploys docs/ as a static
site using actions/deploy-pages, bypassing Jekyll entirely
2. _config.yml with theme:null to disable Jekyll themes
3. Jekyll front matter (layout:null) on index.html so Jekyll
outputs our HTML without theme wrapping
4. Excludes README.md and non-website files from Jekyll build
Covers both "Deploy from branch" and "GitHub Actions" deployment modes.
https://claude.ai/code/session_01LJNJws3Tyq7jFNGVAYBszq
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments