This folder contains all technical documentation for the Beethovens Werkstatt Jekyll website project.
- CURRENT_STATUS.md - Complete project status, features, and file structure
- REORGANIZATION_SUMMARY.md - Recent file organization changes
- DOCS_ORGANIZATION.md - Documentation folder organization
- SCSS_ARCHITECTURE.md - Modular SCSS structure and organization
- STYLING_SUMMARY.md - Color schemes, typography, and design decisions
- FONTS_SETUP.md - Font management and local serving setup
- NAVIGATION_SUMMARY.md - Site navigation and menu structure
- SPA_ISLANDS.md - SPA islands implementation and usage guide
- PDF_GENERATION.md - PDF export system for glossary articles (Zenodo archiving)
- Project Overview: Start with CURRENT_STATUS.md
- Development Setup: See main README.md in project root
- Styling System: Review SCSS_ARCHITECTURE.md
docs/
βββ README.md # This file - documentation index
βββ CURRENT_STATUS.md # Complete project status
βββ SCSS_ARCHITECTURE.md # SCSS modular structure
βββ REORGANIZATION_SUMMARY.md # File organization changes
βββ DOCS_ORGANIZATION.md # Documentation structure changes
βββ STYLING_SUMMARY.md # Design and styling guide
βββ FONTS_SETUP.md # Font management setup
βββ NAVIGATION_SUMMARY.md # Navigation structure
βββ SPA_ISLANDS.md # SPA islands implementation
βββ PDF_GENERATION.md # PDF export for glossary articles
When adding new features or making changes:
- Update CURRENT_STATUS.md with new features
- Document any SCSS changes in SCSS_ARCHITECTURE.md
- Record major reorganizations in a new summary file
- Update this index when adding new documentation
- β Hero carousel with auto-advance
- β Modular SCSS architecture
- β Local font serving (Open Sans)
- β Responsive design system
- β Docker development environment
- β Dark footer with partner logos
- β Two-level dropdown navigation
- All documentation uses relative links for easy navigation
- Documentation follows markdown best practices
- Each file includes clear headings and structure
- Status files are updated with each major change
Last Updated: July 2, 2025
Project: Beethovens Werkstatt Website
Framework: Jekyll with Docker