diff --git a/README.md b/README.md index 2c00d95..fbc738a 100644 --- a/README.md +++ b/README.md @@ -295,50 +295,76 @@ npm run build ```text NextCommunity.github.io/ +├── .github/ +│ ├── linters/ +│ │ ├── .markdown-lint.yml # Markdown linting rules +│ │ ├── .markdown-link-check.json # Markdown link checker config +│ │ ├── .yaml-lint.yml # YAML linting rules +│ │ ├── codespell.txt # Accepted words for spell checks +│ │ └── zizmor.yml # GitHub Actions security lint config +│ ├── workflows/ +│ │ ├── deploy.yml # Deployment workflow +│ │ ├── prek-audit.yml # Pre-commit audit workflow +│ │ ├── prek-manual.yml # Manual pre-commit workflow +│ │ ├── prek.yml # Pre-commit workflow +│ │ └── super-linter.yml # Super-linter workflow +│ ├── CODEOWNERS # Code ownership rules +│ ├── dependabot.yml # Dependabot configuration +│ └── FUNDING.yml # Sponsorship links ├── src/ -│ ├── _data/ # Site-wide data files -│ │ ├── build.js # Build metadata injected into templates -│ │ └── levels.json # XP level definitions for the gamification system -│ ├── _includes/ # Reusable Nunjucks templates -│ │ ├── bio.njk # Individual developer profile page layout -│ │ ├── footer.njk # Site footer wrapper -│ │ ├── footer-details.njk # Footer content (links, credits) -│ │ ├── game-modal.njk # Modal overlay for mini-games -│ │ ├── game-stats.njk # In-game XP / stats display -│ │ ├── header.njk # Site header wrapper -│ │ ├── header-details.njk # Header content (nav, theme toggle) -│ │ ├── matrix-overlay.njk # Matrix rain easter egg overlay -│ │ ├── scripts.njk # JS