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
Added project dashboard page — a beautiful, dark/light-mode landing page for the project deployed to GitHub Pages at piboh.github.io/multimdreader/dashboard/, featuring:
Hero section with gradient branding and download links
About section with feature cards
Download section per platform (Windows, macOS, Linux)
Supported languages showcase
Changelog preview
Keyboard shortcuts reference
Repository structure diagram
Sticky navigation with theme toggle
Created deploy-pages-dashboard.yml workflow — deploys the dashboard/ folder to GitHub Pages on changes
🔧 Refactoring
Renamed deploy-pages.yml → deploy-pages-demo.yml — deploys the live web app demo to GitHub Pages
Separated dashboard deployment from demo deployment into independent workflows with separate concurrency groups
📝 Documentation
Updated all 6 READMEs with new badge for deploy-pages-dashboard.yml
Updated CI/CD section in all READMEs to document both Pages workflows